HomeSort by relevance Sort by last modified time
    Searched refs:getservbyname (Results 1 - 25 of 53) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetServByName/
GetServByName.c 50 pService = getservbyname ( Argv[1], NULL );
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getservbyname.c 34 static char sccsid[] = "@(#)getservbyname.c 8.1 (Berkeley) 6/4/93";
43 getservbyname(IN const char *name, IN const char *proto) function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
telnet.py 46 port = getservbyname(servname, 'tcp')
  /external/python/cpython2/Demo/sockets/
telnet.py 46 port = getservbyname(servname, 'tcp')
  /bionic/tests/
netdb_test.cpp 336 TEST(netdb, getservbyname) {
338 servent* s = getservbyname("smtp", nullptr);
345 s = getservbyname("smtp", "tcp");
352 s = getservbyname("smtp", "udp");
356 s = getservbyname("echo", "udp");
434 // Calling getservbyname shouldn't affect getservent's iteration order.
437 ASSERT_TRUE(getservbyname("smtp", "tcp") != nullptr);
  /bionic/libc/dns/net/
getservent.c 121 struct servent* getservbyname(const char* name, const char* proto) { function
  /device/linaro/bootloader/edk2/StdLib/Include/
netdb.h 251 struct servent *getservbyname (const char *, const char *);
  /external/python/cpython2/Demo/threads/
telnet.py 50 port = getservbyname(servname, 'tcp')
  /external/libpcap/
nametoaddr.c 212 sp = getservbyname(name, "tcp");
214 sp = getservbyname(name, "udp");
  /bionic/libc/include/
netdb.h 237 struct servent* getservbyname(const char* __name, const char* __proto);
  /bionic/tests/headers/posix/
netdb_h.c 120 FUNCTION(getservbyname, struct servent* (*f)(const char*, const char*));
  /external/ppp/pppd/plugins/radius/
config.c 110 if ((svp = getservbyname ("radius", "udp")) == NULL)
115 if ((svp = getservbyname ("radacct", "udp")) == NULL)
  /external/libcups/cups/
http-addrlist.c 678 else if ((port = getservbyname(service, NULL)) != NULL)
805 else if ((port = getservbyname(service, NULL)) != NULL)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
netdb.h 291 extern struct servent *getservbyname (__const char *__name,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xos_r.h 31 * <netdb.h> for gethostbyname(), gethostbyaddr(), or getservbyname()
49 * Gethostbyaddr(), and Getservbyname() do NOT copy the host or
366 * Gethostbyaddr(), and Getservbyname() do NOT copy the host or
401 # define _XGetservbyname(s,p,sp) getservbyname((s),(p))
450 (((sp).sptr = getservbyname((s),(p))) ? _Xg_copyServent(sp) : 0), \
514 # define _XGetservbyname(s,p,sp) getservbyname((s),(p))
    [all...]
  /external/iproute2/bridge/
fdb.c 443 pse = getservbyname(*argv, "udp");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock.h 312 WINSOCK_API_LINKAGE struct servent *WSAAPI getservbyname(const char *name,const char *proto);
pthread.h 578 #define getservbyname(...) (pthread_testcancel(), getservbyname(__VA_ARGS__)) macro
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
telnetlib.py 649 port = socket.getservbyname(portstr, 'tcp')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
getaddrinfo.c 362 if ((sp = getservbyname(servname, proto)) == NULL)
  /external/python/cpython2/Lib/
telnetlib.py 783 port = socket.getservbyname(portstr, 'tcp')
  /external/python/cpython2/Modules/
getaddrinfo.c 362 if ((sp = getservbyname(servname, proto)) == NULL)
  /external/python/cpython3/Lib/
telnetlib.py 668 port = socket.getservbyname(portstr, 'tcp')
  /external/python/cpython3/Modules/
getaddrinfo.c 362 if ((sp = getservbyname(servname, proto)) == NULL)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
telnetlib.py 779 port = socket.getservbyname(portstr, 'tcp')

Completed in 589 milliseconds

1 2 3