Home
last modified time | relevance | path

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

/illumos-gate/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)
/illumos-gate/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 */
/illumos-gate/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" },
250 { "arp", -IFF_NOARP, setifflags, 0, AF_INET },
251 { "-arp", IFF_NOARP, setifflags, 0, AF_INET },
344 { IFF_NOARP, AF_INET, "-arp" },
2454 (flags & (IFF_NOARP | IFF_IPV6))) { in ip_domux2fd()
/illumos-gate/usr/src/boot/include/net/
H A Dif.h147 #define IFF_NOARP 0x80 /* (n) no address resolution protocol */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dhostconfig.c253 (ifr->ifr_flags & IFF_NOARP) ||
H A Din.rarpd.c345 (ifr->ifr_flags & IFF_NOARP) || in getintf()
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_prop.c630 off_flags = IFF_NOARP; in i_ipadm_set_ifprop_flags()
632 on_flags = IFF_NOARP; in i_ipadm_set_ifprop_flags()
1037 if (!(intf_flags & IFF_NOARP)) in i_ipadm_get_ifprop_flags()
H A Dipadm_if.c1050 if (ifflags & (IFF_NOARP|IFF_IPV6)) { in i_ipadm_plumb_if()
1312 (flags & (IFF_NOARP | IFF_IPV6))) { in i_ipadm_unplumb_if()
/illumos-gate/usr/src/uts/common/io/
H A Dstrplumb.c419 if (lifr.lifr_flags & (IFF_NOARP | IFF_IPV6)) in strplumb_dev()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtrace.c537 { IFF_NOARP, 0, "NOARP" },
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c2734 IFF_LOOPBACK|IFF_NOARP)) != (IFF_UP|IFF_BROADCAST)) { in get_ether_addr()