Home
last modified time | relevance | path

Searched refs:sdl_family (Results 26 – 50 of 1294) sorted by relevance

12345678910>>...52

/dports/net/scamper/scamper-cvs-20211026/scamper/
H A Dscamper_rtsock.c276 sdl->sdl_family = AF_LINK; in scamper_rtsock_getifindex()
588 if(sdl->sdl_family != AF_LINK) in rtsock_parsemsg()
590 printerror_msg(__func__, "sdl_family %d", sdl->sdl_family); in rtsock_parsemsg()
/dports/net/netwib/netwib-5.38.0-src/src/port/openbsd/kernelmodule/
H A Dether_mod-2.5.c298 sdl->sdl_family == AF_LINK && sdl->sdl_alen > 0) {
342 if (sdl && sdl->sdl_family == AF_LINK
H A Dether_mod-2.6.c299 sdl->sdl_family == AF_LINK && sdl->sdl_alen > 0) {
343 if (sdl && sdl->sdl_family == AF_LINK
/dports/devel/sccache/sccache-0.2.15/cargo-crates/nix-0.14.1/src/sys/socket/
H A Daddr.rs1310 assert_eq!(self.0.sdl_family as i32, libc::AF_LINK); in family()
1381 (a.sdl_len, a.sdl_family, a.sdl_index, a.sdl_type, in eq()
1383 (b.sdl_len, b.sdl_family, b.sdl_index, b.sdl_type, in eq()
1390 (a.sdl_len, a.sdl_family, a.sdl_index, a.sdl_type, a.sdl_nlen, in eq()
1392 (b.sdl_len, b.sdl_family, b.sdl_index, b.sdl_type, b.sdl_nlen, in eq()
1405 (a.sdl_len, a.sdl_family, a.sdl_index, a.sdl_type, in hash()
1412 (a.sdl_len, a.sdl_family, a.sdl_index, a.sdl_type, a.sdl_nlen, in hash()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/nix-0.14.1/src/sys/socket/
H A Daddr.rs1310 assert_eq!(self.0.sdl_family as i32, libc::AF_LINK); in family()
1381 (a.sdl_len, a.sdl_family, a.sdl_index, a.sdl_type, in eq()
1383 (b.sdl_len, b.sdl_family, b.sdl_index, b.sdl_type, in eq()
1390 (a.sdl_len, a.sdl_family, a.sdl_index, a.sdl_type, a.sdl_nlen, in eq()
1392 (b.sdl_len, b.sdl_family, b.sdl_index, b.sdl_type, b.sdl_nlen, in eq()
1405 (a.sdl_len, a.sdl_family, a.sdl_index, a.sdl_type, in hash()
1412 (a.sdl_len, a.sdl_family, a.sdl_index, a.sdl_type, a.sdl_nlen, in hash()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/nix-0.14.1/src/sys/socket/
H A Daddr.rs1310 assert_eq!(self.0.sdl_family as i32, libc::AF_LINK); in family()
1381 (a.sdl_len, a.sdl_family, a.sdl_index, a.sdl_type, in eq()
1383 (b.sdl_len, b.sdl_family, b.sdl_index, b.sdl_type, in eq()
1390 (a.sdl_len, a.sdl_family, a.sdl_index, a.sdl_type, a.sdl_nlen, in eq()
1392 (b.sdl_len, b.sdl_family, b.sdl_index, b.sdl_type, b.sdl_nlen, in eq()
1405 (a.sdl_len, a.sdl_family, a.sdl_index, a.sdl_type, in hash()
1412 (a.sdl_len, a.sdl_family, a.sdl_index, a.sdl_type, a.sdl_nlen, in hash()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/nix-0.14.1/src/sys/socket/
H A Daddr.rs1310 assert_eq!(self.0.sdl_family as i32, libc::AF_LINK); in family()
1381 (a.sdl_len, a.sdl_family, a.sdl_index, a.sdl_type, in eq()
1383 (b.sdl_len, b.sdl_family, b.sdl_index, b.sdl_type, in eq()
1390 (a.sdl_len, a.sdl_family, a.sdl_index, a.sdl_type, a.sdl_nlen, in eq()
1392 (b.sdl_len, b.sdl_family, b.sdl_index, b.sdl_type, b.sdl_nlen, in eq()
1405 (a.sdl_len, a.sdl_family, a.sdl_index, a.sdl_type, in hash()
1412 (a.sdl_len, a.sdl_family, a.sdl_index, a.sdl_type, a.sdl_nlen, in hash()
/dports/security/masscan/masscan-1.3.2/src/
H A Drawsock-getmac.c204 link->sdl_family, in rawsock_get_adapter_mac()
/dports/net/netwib/netwib-5.38.0-src/src/port/freebsd/kernelmodule/
H A Dether_mod.c291 sdl->sdl_family == AF_LINK && sdl->sdl_alen > 0) {
334 if (sdl && sdl->sdl_family == AF_LINK
/dports/security/fragrouter/fragrouter-1.6/Libnet-0.99b/support/bpf-lkm/FreeBSD/
H A Dether_mod.c292 sdl->sdl_family == AF_LINK && sdl->sdl_alen > 0) {
335 if (sdl && sdl->sdl_family == AF_LINK
/dports/security/nmap/nmap-7.91/libdnet-stripped/src/
H A Deth-bsd.c122 if (sdl->sdl_family != AF_LINK || sdl->sdl_nlen == 0 || in eth_get()
/dports/net/py-libdnet/libdnet-1.13/src/
H A Deth.c119 if (sdl->sdl_family != AF_LINK || sdl->sdl_nlen == 0 || in eth_get()
/dports/net/libdnet/libdnet-1.13/src/
H A Deth.c119 if (sdl->sdl_family != AF_LINK || sdl->sdl_nlen == 0 || in eth_get()
/dports/misc/rump/buildrump.sh-b914579/src/sys/netinet/
H A Dif_atm.c241 if (sdl->sdl_family == AF_LINK && sdl->sdl_alen == sizeof(*desten)) { in atmresolve()
/dports/devel/libgtop/libgtop-2.40.0/sysdeps/darwin/
H A Dnetload.c107 if (sdl->sdl_family != AF_LINK) in glibtop_get_netload_p()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/libc-0.2.73/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs148 pub sdl_family: ::c_uchar,
231 && self.sdl_family == other.sdl_family
249 .field("sdl_family", &self.sdl_family)
262 self.sdl_family.hash(state);
/dports/devel/rust-cbindgen/cbindgen-0.20.0/cargo-crates/libc-0.2.77/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs148 pub sdl_family: ::c_uchar,
231 && self.sdl_family == other.sdl_family
249 .field("sdl_family", &self.sdl_family)
262 self.sdl_family.hash(state);
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/libc-0.2.81/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs148 pub sdl_family: ::c_uchar,
231 && self.sdl_family == other.sdl_family
249 .field("sdl_family", &self.sdl_family)
262 self.sdl_family.hash(state);
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/cargo-crates/libc-0.2.77/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs148 pub sdl_family: ::c_uchar,
231 && self.sdl_family == other.sdl_family
249 .field("sdl_family", &self.sdl_family)
262 self.sdl_family.hash(state);
/dports/devel/bingrep/bingrep-0.8.5/cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs148 pub sdl_family: ::c_uchar,
231 && self.sdl_family == other.sdl_family
249 .field("sdl_family", &self.sdl_family)
262 self.sdl_family.hash(state);
/dports/devel/sccache/sccache-0.2.15/cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs148 pub sdl_family: ::c_uchar,
231 && self.sdl_family == other.sdl_family
249 .field("sdl_family", &self.sdl_family)
262 self.sdl_family.hash(state);
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libc-0.2.79/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs148 pub sdl_family: ::c_uchar,
231 && self.sdl_family == other.sdl_family
249 .field("sdl_family", &self.sdl_family)
262 self.sdl_family.hash(state);
/dports/games/genact/genact-0.10.0/cargo-crates/libc-0.2.74/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs148 pub sdl_family: ::c_uchar,
231 && self.sdl_family == other.sdl_family
249 .field("sdl_family", &self.sdl_family)
262 self.sdl_family.hash(state);
/dports/www/castor/castor-0.8.16/cargo-crates/libc-0.2.79/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs148 pub sdl_family: ::c_uchar,
231 && self.sdl_family == other.sdl_family
249 .field("sdl_family", &self.sdl_family)
262 self.sdl_family.hash(state);
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/libc-0.2.71/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs135 pub sdl_family: ::c_uchar,
218 && self.sdl_family == other.sdl_family
236 .field("sdl_family", &self.sdl_family)
249 self.sdl_family.hash(state);

12345678910>>...52