Searched refs:IFF_NONUD (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/net/ |
H A D | if.h | 143 #define IFF_NONUD 0x0000200000 /* No NUD on this interface */ macro 188 IFF_NOFAILOVER | IFF_NOARP | IFF_NONUD | IFF_XRESOLV | IFF_NOACCEPT)
|
/titanic_41/usr/src/uts/common/inet/ |
H A D | ip_if.h | 80 IFF_MULTICAST|IFF_ROUTER|IFF_NONUD|IFF_NORTEXCH|IFF_IPV4|IFF_IPV6| \ 107 #define ILLF_NONUD IFF_NONUD /* No NUD on this interface */
|
/titanic_41/usr/src/lib/libipadm/common/ |
H A D | ipadm_prop.c | 624 off_flags = IFF_NONUD; in i_ipadm_set_ifprop_flags() 626 on_flags = IFF_NONUD; in i_ipadm_set_ifprop_flags() 1024 if (!(intf_flags & IFF_NONUD)) in i_ipadm_get_ifprop_flags()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/ |
H A D | ifconfig.c | 59 { IFF_NONUD, "NONUD" }, 257 { "-nud", IFF_NONUD, setifflags, 0, AF_INET6 }, 258 { "nud", -IFF_NONUD, setifflags, 0, AF_INET6 }, 342 { IFF_NONUD, AF_INET6, "-nud" },
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | trace.c | 551 { IFF_NONUD, 0, "NONUD" },
|