ng_iface.h (e20480bfb6869d99d93891ec878221122b4d3478) ng_iface.h (1164db57e40de8efae073eba01ba85bb26ae5a8d)
1
2/*
3 * ng_iface.h
4 *
5 * Copyright (c) 1996-1999 Whistle Communications, Inc.
6 * All rights reserved.
7 *
8 * Subject to the following obligations and disclaimer of warranty, use and

--- 55 unchanged lines hidden (view full) ---

64#define NG_IFACE_MTU_MAX 65535
65#define NG_IFACE_MTU_DEFAULT 1500
66
67/* Netgraph commands */
68enum {
69 NGM_IFACE_GET_IFNAME = 1, /* returns struct ng_iface_ifname */
70 NGM_IFACE_POINT2POINT,
71 NGM_IFACE_BROADCAST,
1
2/*
3 * ng_iface.h
4 *
5 * Copyright (c) 1996-1999 Whistle Communications, Inc.
6 * All rights reserved.
7 *
8 * Subject to the following obligations and disclaimer of warranty, use and

--- 55 unchanged lines hidden (view full) ---

64#define NG_IFACE_MTU_MAX 65535
65#define NG_IFACE_MTU_DEFAULT 1500
66
67/* Netgraph commands */
68enum {
69 NGM_IFACE_GET_IFNAME = 1, /* returns struct ng_iface_ifname */
70 NGM_IFACE_POINT2POINT,
71 NGM_IFACE_BROADCAST,
72 NGM_IFACE_GET_IFINDEX,
72};
73
74struct ng_iface_ifname {
75 char ngif_name[NG_IFACE_IFACE_NAME_MAX + 1];
76};
77
78#endif /* _NETGRAPH_NG_IFACE_H_ */
73};
74
75struct ng_iface_ifname {
76 char ngif_name[NG_IFACE_IFACE_NAME_MAX + 1];
77};
78
79#endif /* _NETGRAPH_NG_IFACE_H_ */