/third_party/libuv/src/unix/ |
H A D | bsd-ifaddrs.c | 46 * equals `AF_LINK`. Otherwise, the result depends on the operating in uv__ifaddr_exclude() 47 * system with `AF_LINK` or `PF_INET`. in uv__ifaddr_exclude() 50 return (ent->ifa_addr->sa_family != AF_LINK); in uv__ifaddr_exclude() 58 if (ent->ifa_addr->sa_family == AF_LINK) in uv__ifaddr_exclude()
|
H A D | aix.c | 1252 if (p->ifr_addr.sa_family != AF_LINK) in uv_interface_addresses()
|
/third_party/node/deps/uv/src/unix/ |
H A D | bsd-ifaddrs.c | 46 * equals `AF_LINK`. Otherwise, the result depends on the operating in uv__ifaddr_exclude() 47 * system with `AF_LINK` or `PF_INET`. in uv__ifaddr_exclude() 50 return (ent->ifa_addr->sa_family != AF_LINK); in uv__ifaddr_exclude() 58 if (ent->ifa_addr->sa_family == AF_LINK) in uv__ifaddr_exclude()
|
H A D | aix.c | 1236 if (p->ifr_addr.sa_family != AF_LINK) in uv_interface_addresses()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/ |
H A D | l2_packet_freebsd.c | 194 int mib[] = { CTL_NET, AF_ROUTE, 0, AF_LINK, NET_RT_IFLIST, 0 }; in eth_get() 210 if (sdl->sdl_family != AF_LINK || sdl->sdl_nlen == 0 || in eth_get()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/l2_packet/ |
H A D | l2_packet_freebsd.c | 194 int mib[] = { CTL_NET, AF_ROUTE, 0, AF_LINK, NET_RT_IFLIST, 0 }; in eth_get() 210 if (sdl->sdl_family != AF_LINK || sdl->sdl_nlen == 0 || in eth_get()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_wired_common.c | 110 dlp->sdl_family = AF_LINK; in driver_wired_multi()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_wired_common.c | 110 dlp->sdl_family = AF_LINK; in driver_wired_multi()
|
H A D | driver_bsd.c | 646 ifa->ifa_addr->sa_family != AF_LINK) in bsd_route_overflow() 682 ifa->ifa_addr->sa_family != AF_LINK) in bsd_route_overflow()
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
H A D | mod.rs | 445 pub const AF_LINK: ::c_int = 18; consts 475 pub const PF_LINK: ::c_int = AF_LINK;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_upnp.c | 854 int mib[] = { CTL_NET, AF_ROUTE, 0, AF_LINK, NET_RT_IFLIST, 0 }; in eth_get() 870 if (sdl->sdl_family != AF_LINK || sdl->sdl_nlen == 0 || in eth_get()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_upnp.c | 876 int mib[] = { CTL_NET, AF_ROUTE, 0, AF_LINK, NET_RT_IFLIST, 0 }; in eth_get() 892 if (sdl->sdl_family != AF_LINK || sdl->sdl_nlen == 0 || in eth_get()
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | addr.rs | 369 Link = libc::AF_LINK, 435 libc::AF_LINK => Some(AddressFamily::Link), 1602 libc::AF_LINK => { in from_raw() 1826 libc::AF_LINK => self.dl.fmt(f), in fmt() 1900 libc::AF_LINK => self.dl.hash(s), in hash() 1942 (libc::AF_LINK, libc::AF_LINK) => self.dl == other.dl, in eq() 2841 if (*addr).sa_family as i32 != libc::AF_LINK { in from_raw()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 874 pub const AF_LINK: ::c_int = 18; consts 911 pub const PF_LINK: ::c_int = AF_LINK;
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 983 pub const AF_LINK: ::c_int = 4; consts 995 pub const PF_LINK: ::c_int = AF_LINK;
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 1723 pub const AF_LINK: ::c_int = 25; consts 1759 pub const PF_LINK: ::c_int = AF_LINK;
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 832 pub const AF_LINK: ::c_int = 18; consts
|
/third_party/python/Modules/ |
H A D | socketmodule.c | 7421 #ifdef AF_LINK 7422 PyModule_AddIntMacro(m, AF_LINK);
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 2150 pub const AF_LINK: ::c_int = 18; consts
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 3553 pub const AF_LINK: ::c_int = 18; consts 3596 pub const PF_LINK: ::c_int = AF_LINK;
|