Home
last modified time | relevance | path

Searched refs:IFF_NOARP (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/uts/common/net/
H A Dif.h114 #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 Dif.h92 #define IFF_NOARP 0x80 /* no address resolution protocol */ macro
/titanic_41/usr/src/uts/common/inet/
H A Dip_if.h79 #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 Drevarp.c86 (lifr.lifr_flags & IFF_NOARP) || in doifrevarp()
H A Difconfig.c45 { 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 Dhostconfig.c255 (ifr->ifr_flags & IFF_NOARP) ||
H A Din.rarpd.c345 (ifr->ifr_flags & IFF_NOARP) || in getintf()
/titanic_41/usr/src/lib/libipadm/common/
H A Dipadm_prop.c619 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 Dipadm_if.c820 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 Dstrplumb.c407 if (lifr.lifr_flags & (IFF_NOARP | IFF_IPV6)) in strplumb_dev()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtrace.c537 { IFF_NOARP, 0, "NOARP" },
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c2793 IFF_LOOPBACK|IFF_NOARP)) != (IFF_UP|IFF_BROADCAST)) { in get_ether_addr()