Mikio Hara | 38dcae4 | 2014-05-19 12:20:11 +0900 | [diff] [blame] | 1 | // Copyright 2014 The Go Authors. All rights reserved. |
2 | // Use of this source code is governed by a BSD-style | ||||
3 | // license that can be found in the LICENSE file. | ||||
4 | |||||
5 | // +build !darwin,!linux | ||||
6 | |||||
7 | package ipv4 | ||||
8 | |||||
9 | func (cm *ControlMessage) marshalPacketInfo() (oob []byte) { | ||||
10 | return nil | ||||
11 | } |