blob: c7da635b8305589b9c3e880bcd9a61163ba1143b [file] [log] [blame]
Mikio Hara38dcae42014-05-19 12:20:11 +09001// 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
7package ipv4
8
9func (cm *ControlMessage) marshalPacketInfo() (oob []byte) {
10 return nil
11}