/third_party/rust/crates/linux-raw-sys/gen/modules/ |
H A D | general.h | 172 #define AF_BRIDGE 7 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
H A D | types.rs | 75 /// `AF_BRIDGE` 76 pub const BRIDGE: Self = Self(c::AF_BRIDGE as _);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | socket.h | 158 #define AF_BRIDGE PF_BRIDGE macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | socket.h | 147 #define AF_BRIDGE PF_BRIDGE macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | socket.h | 158 #define AF_BRIDGE PF_BRIDGE macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | socket.h | 158 #define AF_BRIDGE PF_BRIDGE macro
|
/third_party/musl/porting/linux/user/include/sys/ |
H A D | socket.h | 162 #define AF_BRIDGE PF_BRIDGE macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | socket.h | 158 #define AF_BRIDGE PF_BRIDGE macro
|
/third_party/musl/include/sys/ |
H A D | socket.h | 162 #define AF_BRIDGE PF_BRIDGE macro
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
H A D | types.rs | 112 /// `AF_BRIDGE` 125 pub const BRIDGE: Self = Self(c::AF_BRIDGE as _);
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 704 pub const AF_BRIDGE: ::c_int = 7; consts 744 pub const PF_BRIDGE: ::c_int = AF_BRIDGE;
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | addr.rs | 116 Bridge = libc::AF_BRIDGE,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_nl80211.c | 1197 if (ifi->ifi_family == AF_BRIDGE && brid && drv) { in wpa_driver_nl80211_event_rtm_newlink() 1275 if (ifi->ifi_family == AF_BRIDGE && brid && drv) { in wpa_driver_nl80211_event_rtm_dellink() 1291 if (ifi->ifi_family != AF_BRIDGE || !brid) in wpa_driver_nl80211_event_rtm_dellink() 4745 rtnl_neigh_set_family(rn, AF_BRIDGE); in rtnl_neigh_delete_fdb_entry() 4747 nl_addr = nl_addr_build(AF_BRIDGE, (void *) addr, ETH_ALEN); in rtnl_neigh_delete_fdb_entry() 9822 nl_lladdr = nl_addr_build(AF_BRIDGE, (u8 *) addr, ETH_ALEN); in wpa_driver_br_add_ip_neigh()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_nl80211.c | 1442 if (ifi->ifi_family == AF_BRIDGE && brid && drv) { in wpa_driver_nl80211_event_rtm_newlink() 1520 if (ifi->ifi_family == AF_BRIDGE && brid && drv) { in wpa_driver_nl80211_event_rtm_dellink() 1536 if (ifi->ifi_family != AF_BRIDGE || !brid) in wpa_driver_nl80211_event_rtm_dellink() 5559 rtnl_neigh_set_family(rn, AF_BRIDGE); in rtnl_neigh_delete_fdb_entry() 5561 nl_addr = nl_addr_build(AF_BRIDGE, (void *) addr, ETH_ALEN); in rtnl_neigh_delete_fdb_entry() 11260 nl_lladdr = nl_addr_build(AF_BRIDGE, (u8 *) addr, ETH_ALEN);
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1679 pub const AF_BRIDGE: ::c_int = 7; consts 1719 pub const PF_BRIDGE: ::c_int = AF_BRIDGE;
|
/third_party/python/Modules/ |
H A D | socketmodule.c | 7319 #ifdef AF_BRIDGE 7321 PyModule_AddIntMacro(m, AF_BRIDGE);
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 2300 pub const AF_BRIDGE: u32 = 7; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 2299 pub const AF_BRIDGE: u32 = 7; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 2279 pub const AF_BRIDGE: u32 = 7; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 2409 pub const AF_BRIDGE: u32 = 7; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 2480 pub const AF_BRIDGE: u32 = 7; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 2431 pub const AF_BRIDGE: u32 = 7; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 2542 pub const AF_BRIDGE: u32 = 7; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 2383 pub const AF_BRIDGE: u32 = 7; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 2646 pub const AF_BRIDGE: u32 = 7; consts
|