Home
last modified time | relevance | path

Searched defs:getservbyport (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/network/
Dgetservbyport.c4 struct servent *getservbyport(int port, const char *prots) in getservbyport() function
/third_party/musl/src/network/
Dgetservbyport.c4 struct servent *getservbyport(int port, const char *prots) in getservbyport() function
/third_party/node/deps/cares/src/lib/
Dares_platform.c10993 struct servent *getservbyport(int port, const char *proto) in getservbyport() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs1282 pub fn getservbyport(port: ::c_int, proto: *const ::c_char) -> *mut servent; in getservbyport() function