Home
last modified time | relevance | path

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

/dragonfly/sys/net/
H A Dif.h99 #define IFF_NOARP 0x80 /* no address resolution protocol */ macro
H A Dif_ethersubr.c1130 if (ifp->if_flags & IFF_NOARP) { in ether_demux_oncpu()
/dragonfly/usr.sbin/ppp/
H A Darp.c269 IFF_NOARP | IFF_LOOPBACK)) != (IFF_UP | IFF_BROADCAST); in arp_EtherAddr()
/dragonfly/sys/netinet/
H A Dif_ether.c578 if (ifp->if_flags & (IFF_NOARP | IFF_STATICARP)) { in arpresolve()
580 return ifp->if_flags & IFF_NOARP ? ENOTSUP : EINVAL; in arpresolve()
/dragonfly/sys/netgraph/iface/
H A Dng_iface.c592 ifp->if_flags = (IFF_SIMPLEX|IFF_POINTOPOINT|IFF_NOARP|IFF_MULTICAST); in ng_iface_constructor()
/dragonfly/sbin/ifconfig/
H A Difconfig.c1453 DEF_CMD("arp", -IFF_NOARP, setifflags),
1454 DEF_CMD("-arp", IFF_NOARP, setifflags),
/dragonfly/usr.sbin/arp/
H A Darp.c734 IFF_LOOPBACK|IFF_NOARP)) in get_ether_addr()
/dragonfly/sys/netgraph7/iface/
H A Dng_iface.c610 ifp->if_flags = (IFF_SIMPLEX|IFF_POINTOPOINT|IFF_NOARP|IFF_MULTICAST); in ng_iface_constructor()
/dragonfly/contrib/dhcpcd/src/
H A Darp.c523 if (ifp->flags & IFF_NOARP || !(ifp->options->options & DHCPCD_ARP)) in arp_ifannounceaddr()
H A Dipv4.c428 if (ifp->flags & IFF_NOARP) { in inet_routerhostroute()
H A Ddhcp.c2490 if (!(ifp->flags & IFF_NOARP) && in dhcp_arp_address()
/dragonfly/sys/net/wg/
H A Dif_wg.c2843 ifp->if_flags = IFF_NOARP | IFF_MULTICAST; in wg_clone_create()
/dragonfly/usr.sbin/route6d/
H A Droute6d.c2346 IFFLAG("NOARP", IFF_NOARP); in ifflags()