Home
last modified time | relevance | path

Searched defs:if_nametoindex (Results 1 - 6 of 6) sorted by relevance

/third_party/lwip/src/include/lwip/
H A Dif_api.h62 #define if_nametoindex(ifname) lwip_if_nametoindex(ifname) macro
/third_party/musl/porting/liteos_a/user/src/network/
H A Dif_nametoindex.c8 unsigned if_nametoindex(const char *name) in if_nametoindex() function
/third_party/musl/src/network/
H A Dif_nametoindex.c8 unsigned if_nametoindex(const char *name) in if_nametoindex() function
/third_party/rust/crates/nix/src/net/
H A Dif_.rs10 pub fn if_nametoindex<P: ?Sized + NixPath>(name: &P) -> Result<c_uint> { in if_nametoindex() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1011 pub fn if_nametoindex(ifname: *const c_char) -> ::c_uint; in if_nametoindex() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3661 pub fn if_nametoindex(ifname: *const c_char) -> ::c_uint; in if_nametoindex() functions

Completed in 15 milliseconds