HomeSort by relevance Sort by last modified time
    Searched refs:protoent (Results 1 - 19 of 19) sorted by null

  /development/ndk/platforms/android-3/include/
netdb.h 107 struct protoent { struct
211 struct protoent *getprotobyname(const char *);
212 struct protoent *getprotobynumber(int);
239 int getprotobyname_r(const char *, struct protoent *, char *, size_t, struct protoent **);
240 int getprotobynumber_r(int, struct protoent *, char *, size_t, struct protoent **);
241 struct protoent *getprotoent(void);
242 int getprotoent_r(struct protoent *, char *, size_t, struct protoent **);
    [all...]
  /development/ndk/sources/android/libportable/common/include/
netdb_portable.h 116 struct protoent {
226 struct protoent *getprotobyname(const char *);
227 struct protoent *getprotobynumber(int);
265 int getprotobyname_r(const char *, struct protoent *, char *, size_t, struct protoent **);
266 int getprotobynumber_r(int, struct protoent *, char *, size_t, struct protoent **);
267 struct protoent *getprotoent(void);
268 int getprotoent_r(struct protoent *, char *, size_t, struct protoent **);
    [all...]
  /external/libpcap/Win32/Include/net/
netdb.h 112 struct protoent *getprotoent (void);
143 struct protoent *getprotobyname_r (const char * __name,
144 struct protoent *__result, char *__buffer,
146 struct protoent *getprotobynumber_r (int __proto,
147 struct protoent *__result, char *__buffer,
149 struct protoent *getprotoent_r (struct protoent *__result,
  /bionic/libc/include/
netdb.h 107 struct protoent { struct
228 struct protoent *getprotobyname(const char *);
229 int getprotobyname_r(const char *, struct protoent *, char *, size_t, struct protoent **);
230 struct protoent *getprotobynumber(int);
231 int getprotobynumber_r(int, struct protoent *, char *, size_t, struct protoent **);
232 struct protoent *getprotoent(void);
233 int getprotoent_r(struct protoent *, char *, size_t, struct protoent **);
    [all...]
  /development/ndk/platforms/android-L/include/
netdb.h 107 struct protoent { struct
228 struct protoent *getprotobyname(const char *);
229 int getprotobyname_r(const char *, struct protoent *, char *, size_t, struct protoent **);
230 struct protoent *getprotobynumber(int);
231 int getprotobynumber_r(int, struct protoent *, char *, size_t, struct protoent **);
232 struct protoent *getprotoent(void);
233 int getprotoent_r(struct protoent *, char *, size_t, struct protoent **);
    [all...]
  /external/iproute2/lib/
inet_proto.c 29 struct protoent *pe;
49 struct protoent *pe;
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/
netdb.h 129 struct protoent { struct
242 struct protoent *getprotobyname(const char *);
243 struct protoent *getprotobynumber(int);
244 struct protoent *getprotoent(void);
  /external/iptables/extensions/
libip6t_ipv6header.c 70 const struct protoent *pent = getprotobynumber(proto);
86 const struct protoent *pent;
libxt_policy.c 247 const struct protoent *p = NULL;
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_beos.h 199 struct protoent { struct
205 struct protoent* getprotobyname(const char* name);
206 struct protoent* getprotobynumber(int number);
  /bionic/libc/bionic/
stubs.cpp 426 protoent* getprotobyname(const char* /*name*/) {
431 protoent* getprotobynumber(int /*proto*/) {
  /external/iptables/iptables/
xshared.c 52 struct protoent *pent = getprotobynumber(proto);
ip6tables.c 980 const struct protoent *pent = getprotobynumber(proto);
    [all...]
iptables.c 938 const struct protoent *pent = getprotobynumber(proto);
    [all...]
  /external/libpcap/
nametoaddr.c 266 struct protoent *p;
  /external/libnl/lib/
utils.c 648 struct protoent *p = getprotobynumber(proto);
661 struct protoent *p = getprotobyname(name);
  /external/ipsec-tools/src/libipsec/
pfkey_dump.c 744 struct protoent *ent;
  /external/iproute2/ip/
ipxfrm.c 250 struct protoent *pp;
1165 struct protoent *pp;
  /external/iptables/libxtables/
xtables.c     [all...]

Completed in 871 milliseconds