Home
last modified time | relevance | path

Searched refs:RTF_LLDATA (Results 1 – 9 of 9) sorted by relevance

/NextBSD/libexec/bootpd/
HDrtmsg.c200 rtm->rtm_flags |= (RTF_HOST | RTF_STATIC | RTF_LLDATA);
/NextBSD/usr.sbin/arp/
HDarp.c495 rtm->rtm_flags |= RTF_LLDATA; in delete()
747 rtm->rtm_flags |= (RTF_HOST | RTF_STATIC | RTF_LLDATA); in rtmsg()
/NextBSD/usr.sbin/ppp/
HDarp.c122 arpmsg.hdr.rtm_flags = RTF_ANNOUNCE | RTF_HOST | RTF_STATIC | RTF_LLDATA; in arp_ProxySub()
/NextBSD/sys/net/
HDroute.h162 #define RTF_LLDATA 0x400 /* used by apps to add/del L2 entries */ macro
HDrtsock.c658 (rtm->rtm_flags & RTF_LLDATA) != 0) { in route_output()
684 (rtm->rtm_flags & RTF_LLDATA) != 0) { in route_output()
/NextBSD/usr.sbin/ndp/
HDndp.c537 rtm->rtm_flags |= RTF_LLDATA; in delete()
857 rtm->rtm_flags |= (RTF_HOST | RTF_STATIC | RTF_LLDATA); in rtmsg()
/NextBSD/sys/netinet/
HDin.c1378 arpc.rtm.rtm_flags |= (RTF_HOST | RTF_LLDATA); in in_lltable_dump_entry()
/NextBSD/sys/netinet6/
HDnd6.c195 rt_missmsg_fib(type, &rtinfo, RTF_HOST | RTF_LLDATA | ( in nd6_lle_event()
HDin6.c2377 ndpc.rtm.rtm_flags |= (RTF_HOST | RTF_LLDATA); in in6_lltable_dump_entry()