Home
last modified time | relevance | path

Searched refs:AF_LINK (Results 1 - 20 of 20) sorted by relevance

/third_party/libuv/src/unix/
H A Dbsd-ifaddrs.c46 * 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 Daix.c1252 if (p->ifr_addr.sa_family != AF_LINK) in uv_interface_addresses()
/third_party/node/deps/uv/src/unix/
H A Dbsd-ifaddrs.c46 * 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 Daix.c1236 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 Dl2_packet_freebsd.c194 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 Dl2_packet_freebsd.c194 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 Ddriver_wired_common.c110 dlp->sdl_family = AF_LINK; in driver_wired_multi()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_wired_common.c110 dlp->sdl_family = AF_LINK; in driver_wired_multi()
H A Ddriver_bsd.c646 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 Dmod.rs445 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 Dwps_upnp.c854 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 Dwps_upnp.c876 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 Daddr.rs369 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 Dmod.rs874 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 Dmod.rs983 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 Dmod.rs1723 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 Dmod.rs832 pub const AF_LINK: ::c_int = 18; consts
/third_party/python/Modules/
H A Dsocketmodule.c7421 #ifdef AF_LINK
7422 PyModule_AddIntMacro(m, AF_LINK);
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2150 pub const AF_LINK: ::c_int = 18; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs3553 pub const AF_LINK: ::c_int = 18; consts
3596 pub const PF_LINK: ::c_int = AF_LINK;

Completed in 80 milliseconds