Home
last modified time | relevance | path

Searched refs:AF_BRIDGE (Results 1 - 25 of 30) sorted by relevance

12

/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h172 #define AF_BRIDGE 7 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dtypes.rs75 /// `AF_BRIDGE`
76 pub const BRIDGE: Self = Self(c::AF_BRIDGE as _);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsocket.h158 #define AF_BRIDGE PF_BRIDGE macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h147 #define AF_BRIDGE PF_BRIDGE macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h158 #define AF_BRIDGE PF_BRIDGE macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dsocket.h158 #define AF_BRIDGE PF_BRIDGE macro
/third_party/musl/porting/linux/user/include/sys/
H A Dsocket.h162 #define AF_BRIDGE PF_BRIDGE macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsocket.h158 #define AF_BRIDGE PF_BRIDGE macro
/third_party/musl/include/sys/
H A Dsocket.h162 #define AF_BRIDGE PF_BRIDGE macro
/third_party/rust/crates/rustix/src/backend/libc/net/
H A Dtypes.rs112 /// `AF_BRIDGE`
125 pub const BRIDGE: Self = Self(c::AF_BRIDGE as _);
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs704 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 Daddr.rs116 Bridge = libc::AF_BRIDGE,
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211.c1197 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 Ddriver_nl80211.c1442 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 Dmod.rs1679 pub const AF_BRIDGE: ::c_int = 7; consts
1719 pub const PF_BRIDGE: ::c_int = AF_BRIDGE;
/third_party/python/Modules/
H A Dsocketmodule.c7319 #ifdef AF_BRIDGE
7321 PyModule_AddIntMacro(m, AF_BRIDGE);
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2300 pub const AF_BRIDGE: u32 = 7; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2299 pub const AF_BRIDGE: u32 = 7; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2279 pub const AF_BRIDGE: u32 = 7; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2409 pub const AF_BRIDGE: u32 = 7; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2480 pub const AF_BRIDGE: u32 = 7; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2431 pub const AF_BRIDGE: u32 = 7; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2542 pub const AF_BRIDGE: u32 = 7; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs2383 pub const AF_BRIDGE: u32 = 7; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs2646 pub const AF_BRIDGE: u32 = 7; consts

Completed in 235 milliseconds

12