Home
last modified time | relevance | path

Searched refs:RTF_LLINFO (Results 1 – 25 of 3867) sorted by relevance

12345678910>>...155

/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/ip-mib/data_access/
H A Darp_sysctl.c132 #ifdef RTF_LLINFO in _load_arp_table_from_sysctl()
133 mib[5] = RTF_LLINFO; in _load_arp_table_from_sysctl()
245 #ifdef RTF_LLINFO in _load_ndp_table_from_sysctl()
246 mib[5] = RTF_LLINFO; in _load_ndp_table_from_sysctl()
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/mibII/data_access/
H A Dat_sysctl.c55 #if defined RTF_LLINFO in ARP_Scan_Init()
56 mib[5] = RTF_LLINFO; in ARP_Scan_Init()
/dports/security/nmap/nmap-7.91/libdnet-stripped/src/
H A Darp-bsd.c142 if ((msg.rtm.rtm_flags & RTF_LLINFO) == 0 || in arp_add()
206 if ((msg.rtm.rtm_flags & RTF_LLINFO) == 0 || in arp_delete()
241 msg.rtm.rtm_flags = RTF_LLINFO; in arp_get()
271 NET_RT_FLAGS, RTF_LLINFO }; in arp_loop()
/dports/net/py-libdnet/libdnet-1.13/src/
H A Darp.c131 if ((msg.rtm.rtm_flags & RTF_LLINFO) == 0 || in arp_add()
195 if ((msg.rtm.rtm_flags & RTF_LLINFO) == 0 || in arp_delete()
230 msg.rtm.rtm_flags = RTF_LLINFO; in arp_get()
260 NET_RT_FLAGS, RTF_LLINFO }; in arp_loop()
/dports/net/libdnet/libdnet-1.13/src/
H A Darp.c131 if ((msg.rtm.rtm_flags & RTF_LLINFO) == 0 || in arp_add()
195 if ((msg.rtm.rtm_flags & RTF_LLINFO) == 0 || in arp_delete()
230 msg.rtm.rtm_flags = RTF_LLINFO; in arp_get()
260 NET_RT_FLAGS, RTF_LLINFO }; in arp_loop()
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/mibII/
H A Dat.h55 #elif defined(HAVE_SYS_SYSCTL_H) && (defined(RTF_LLINFO) || defined(RTF_LLDATA))
/dports/net/p5-Net-ARP/Net-ARP-1.0.11/
H A Darp_lookup_bsd.c57 mib[5] = RTF_LLINFO; in arp_lookup_bsd()
/dports/security/dsniff/dsniff-2.4/
H A Darp.c56 mib[5] = RTF_LLINFO; in arp_cache_lookup()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/darwin/ios-common/network/
H A Droute.h105 #define RTF_LLINFO 0x400 /* generated by link layer (e.g. ARP) */ macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/x86_64-macos.10-gnu/net/
H A Droute.h107 #define RTF_LLINFO 0x400 /* DEPRECATED - exists ONLY for backward macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-macos-any/net/
H A Droute.h107 #define RTF_LLINFO 0x400 /* DEPRECATED - exists ONLY for backward macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-macos-any/net/
H A Droute.h107 #define RTF_LLINFO 0x400 /* DEPRECATED - exists ONLY for backward macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/x86_64-macos.10-gnu/net/
H A Droute.h107 #define RTF_LLINFO 0x400 /* DEPRECATED - exists ONLY for backward macro
/dports/net/netwib/netwib-5.38.0-src/src/netwib/net/priv/conf/unix/
H A Darpcache_sysctl.c35 mib[5] = RTF_LLINFO; in netwib_priv_conf_arpcache_sysctl()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/net/
H A Droute.h145 #define RTF_LLINFO 0x400 /* generated by link layer (e.g. ARP) */ macro
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/include/net/
H A Droute.h145 #define RTF_LLINFO 0x400 /* generated by link layer (e.g. ARP) */ macro
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/net/
H A Droute.h145 #define RTF_LLINFO 0x400 /* generated by link layer (e.g. ARP) */ macro
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/Include/net/
H A Droute.h149 #define RTF_LLINFO 0x400 /* generated by link layer (e.g. ARP) */ macro
/dports/net/p5-Net-RawIP/Net-RawIP-0.25/
H A Drdev.c162 if(!(rtm->rtm_flags & RTF_LLINFO) && (rtm->rtm_flags & RTF_HOST)) in ip_rt_dev()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/darwin/osx/network/
H A DNetworkOsx.cpp71 mib[5] = RTF_LLINFO; in GetHostMacAddress()
/dports/net/scamper/scamper-cvs-20211026/scamper/
H A Dscamper_addr2mac.c427 #if defined(RTF_LLINFO) in addr2mac_mib_make()
428 mib[5] = RTF_LLINFO; in addr2mac_mib_make()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/dragonfly/network/
H A DNetworkFreebsd.cpp104 mib[5] = RTF_LLINFO; in GetHostMacAddress()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/freebsd/network/
H A DNetworkFreebsd.cpp104 mib[5] = RTF_LLINFO; in GetHostMacAddress()
/dports/net/arp-sk/arp-sk-0.0.16/src/
H A Dlookup-eth-ip.c179 NET_RT_FLAGS, RTF_LLINFO }; in lookup_in_arp_cache()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/include/libtorrent/aux_/
H A Droute.h178 #define RTF_LLINFO 0x400 /* generated by link layer (e.g. ARP) */ macro

12345678910>>...155