OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getservbyname
(Results
76 - 83
of
83
) sorted by null
1
2
3
4
/bionic/libc/dns/net/
getaddrinfo.c
1200
if ((sp =
getservbyname
(servname, proto)) == NULL)
[
all
...]
/external/iptables/libxtables/
xtables.c
485
if ((service =
getservbyname
(name, proto)) != NULL)
[
all
...]
/external/libevent/
evutil.c
730
struct servent *ent =
getservbyname
(servname, protocol);
829
*
getservbyname
, but it doesn't seem too useful. */
[
all
...]
configure
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock2.h
[
all
...]
/external/iproute2/misc/
ss.c
1492
se1 =
getservbyname
(port, UDP_PROTO);
1494
se2 =
getservbyname
(port, TCP_PROTO);
[
all
...]
/prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar
Completed in 365 milliseconds
1
2
3
4