HomeSort by relevance Sort by last modified time
    Searched refs:servent (Results 51 - 75 of 91) sorted by null

1 23 4

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
netdb.h 100 struct servent { struct
213 struct servent *getservbyname(const char *, const char *);
214 struct servent *getservbyport(int, const char *);
215 struct servent *getservent(void);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
netdb.h 251 struct servent struct
277 extern struct servent *getservent (void);
284 extern struct servent *getservbyname (__const char *__name,
292 extern struct servent *getservbyport (int __port, __const char *__proto);
303 extern int getservent_r (struct servent *__restrict __result_buf,
305 struct servent **__restrict __result);
309 struct servent *__restrict __result_buf,
311 struct servent **__restrict __result);
314 struct servent *__restrict __result_buf,
316 struct servent **__restrict __result)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
netdb.h 251 struct servent struct
277 extern struct servent *getservent (void);
284 extern struct servent *getservbyname (__const char *__name,
292 extern struct servent *getservbyport (int __port, __const char *__proto);
303 extern int getservent_r (struct servent *__restrict __result_buf,
305 struct servent **__restrict __result);
309 struct servent *__restrict __result_buf,
311 struct servent **__restrict __result);
314 struct servent *__restrict __result_buf,
316 struct servent **__restrict __result)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
netdb.h 251 struct servent struct
277 extern struct servent *getservent (void);
284 extern struct servent *getservbyname (__const char *__name,
292 extern struct servent *getservbyport (int __port, __const char *__proto);
303 extern int getservent_r (struct servent *__restrict __result_buf,
305 struct servent **__restrict __result);
309 struct servent *__restrict __result_buf,
311 struct servent **__restrict __result);
314 struct servent *__restrict __result_buf,
316 struct servent **__restrict __result)
    [all...]
  /bionic/libc/include/
netdb.h 100 struct servent { struct
234 struct servent *getservbyname(const char *, const char *);
235 struct servent *getservbyport(int, const char *);
236 struct servent *getservent(void);
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/
netdb.h 122 struct servent { struct
245 struct servent *getservbyname(const char *, const char *);
246 struct servent *getservbyport(int, const char *);
247 struct servent *getservent(void);
  /external/libppp/src/
filter.c 78 struct servent *servent; local
82 servent = getservbyname(service, proto);
83 if (servent != 0)
84 return ntohs(servent->s_port);
tcp.c 66 struct servent *sp;
udp.c 203 struct servent *sp;
  /bionic/libc/netbsd/resolv/
res_state.c 92 free(rs->servent.s_aliases);
  /external/dropbear/
fake-rfc2553.c 154 struct servent *sp;
  /external/iptables/extensions/
libxt_udp.c 66 const struct servent *service;
libxt_dccp.c 132 const struct servent *service;
libxt_tcp.c 214 const struct servent *service;
  /external/openssh/openbsd-compat/
fake-rfc2553.c 159 struct servent *sp;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xos_r.h 414 * struct servent* _XGetservbyname(const char* name, const char* proto,
452 struct servent sent;
455 struct servent *sptr;
467 (memcpy(&(sp).sent, (sp).sptr, sizeof(struct servent)), \
515 struct servent sent;
530 struct servent sent;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xos_r.h 405 * struct servent* _XGetservbyname(const char* name, const char* proto,
443 struct servent sent;
446 struct servent *sptr;
458 (memcpy(&(sp).sent, (sp).sptr, sizeof(struct servent)), \
506 struct servent sent;
521 struct servent sent;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xos_r.h 414 * struct servent* _XGetservbyname(const char* name, const char* proto,
452 struct servent sent;
455 struct servent *sptr;
467 (memcpy(&(sp).sent, (sp).sptr, sizeof(struct servent)), \
515 struct servent sent;
530 struct servent sent;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xos_r.h 405 * struct servent* _XGetservbyname(const char* name, const char* proto,
443 struct servent sent;
446 struct servent *sptr;
458 (memcpy(&(sp).sent, (sp).sptr, sizeof(struct servent)), \
506 struct servent sent;
521 struct servent sent;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xos_r.h 405 * struct servent* _XGetservbyname(const char* name, const char* proto,
443 struct servent sent;
446 struct servent *sptr;
458 (memcpy(&(sp).sent, (sp).sptr, sizeof(struct servent)), \
506 struct servent sent;
521 struct servent sent;
    [all...]
  /external/libpcap/
nametoaddr.c 173 struct servent *sp;
  /external/tcpdump/missing/
getnameinfo.c 110 struct servent *sp;
  /external/chromium_org/third_party/openssl/openssl/
e_os.h 500 struct servent* PASCAL getservbyname(const char*,const char*);
715 struct servent *getservbyname(const char *name, const char *proto);
  /external/openssl/
e_os.h 500 struct servent* PASCAL getservbyname(const char*,const char*);
715 struct servent *getservbyname(const char *name, const char *proto);
  /bionic/libc/netbsd/net/
getnameinfo.c 185 struct servent *sp;

Completed in 858 milliseconds

1 23 4