Searched refs:IFF_NOTRAILERS (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libbc/inc/include/net/ |
H A D | if.h | 90 #define IFF_NOTRAILERS 0x20 /* avoid use of trailers */ macro
|
/titanic_50/usr/src/uts/common/inet/ |
H A D | ip_if.h | 79 #define IFF_PHYINTINST_FLAGS (IFF_DEBUG|IFF_NOTRAILERS|IFF_NOARP| \ 103 #define ILLF_NOTRAILERS IFF_NOTRAILERS /* avoid use of trailers */
|
/titanic_50/usr/src/uts/common/net/ |
H A D | if.h | 112 #define IFF_NOTRAILERS 0x0000000020 /* avoid use of trailers */ macro
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/ |
H A D | ifconfig.c | 43 { IFF_NOTRAILERS, "NOTRAILERS" }, 247 { "trailers", -IFF_NOTRAILERS, setifflags, 0, AF_ANY }, 248 { "-trailers", IFF_NOTRAILERS, setifflags, 0, AF_ANY }, 332 { IFF_NOTRAILERS, AF_UNSPEC, "-trailers" },
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | trace.c | 535 { IFF_NOTRAILERS, 0, "NOTRAILERS" },
|