Searched refs:IFF_NOARP (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/uts/common/net/ |
H A D | if.h | 114 #define IFF_NOARP 0x0000000080 /* no address resolution protocol */ macro 188 IFF_NOFAILOVER | IFF_NOARP | IFF_NONUD | IFF_XRESOLV | IFF_NOACCEPT)
|
/titanic_41/usr/src/lib/libbc/inc/include/net/ |
H A D | if.h | 92 #define IFF_NOARP 0x80 /* no address resolution protocol */ macro
|
/titanic_41/usr/src/uts/common/inet/ |
H A D | ip_if.h | 79 #define IFF_PHYINTINST_FLAGS (IFF_DEBUG|IFF_NOTRAILERS|IFF_NOARP| \ 104 #define ILLF_NOARP IFF_NOARP /* no ARP for this interface */
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/ |
H A D | revarp.c | 86 (lifr.lifr_flags & IFF_NOARP) || in doifrevarp()
|
H A D | ifconfig.c | 45 { IFF_NOARP, "NOARP" }, 249 { "arp", -IFF_NOARP, setifflags, 0, AF_INET }, 250 { "-arp", IFF_NOARP, setifflags, 0, AF_INET }, 343 { IFF_NOARP, AF_INET, "-arp" }, 2453 (flags & (IFF_NOARP | IFF_IPV6))) { in ip_domux2fd()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | hostconfig.c | 255 (ifr->ifr_flags & IFF_NOARP) ||
|
H A D | in.rarpd.c | 345 (ifr->ifr_flags & IFF_NOARP) || in getintf()
|
/titanic_41/usr/src/lib/libipadm/common/ |
H A D | ipadm_prop.c | 619 off_flags = IFF_NOARP; in i_ipadm_set_ifprop_flags() 621 on_flags = IFF_NOARP; in i_ipadm_set_ifprop_flags() 1021 if (!(intf_flags & IFF_NOARP)) in i_ipadm_get_ifprop_flags()
|
H A D | ipadm_if.c | 820 if (ifflags & (IFF_NOARP|IFF_IPV6)) { in i_ipadm_plumb_if() 1081 (flags & (IFF_NOARP | IFF_IPV6))) { in i_ipadm_unplumb_if()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | strplumb.c | 407 if (lifr.lifr_flags & (IFF_NOARP | IFF_IPV6)) in strplumb_dev()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | trace.c | 537 { IFF_NOARP, 0, "NOARP" },
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 2793 IFF_LOOPBACK|IFF_NOARP)) != (IFF_UP|IFF_BROADCAST)) { in get_ether_addr()
|