Searched refs:hostent (Results 1 - 25 of 160) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dxgethostbyname.c13 struct hostent *xgethostbyname(const char *name)
15 struct hostent *retval = gethostbyname(name);
H A Dinet_common.c16 struct hostent *hp;
140 struct hostent *ent;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhostip4.c132 struct hostent *h = NULL;
134 struct hostent *buf = NULL;
177 (struct hostent *)buf,
178 (char *)buf + sizeof(struct hostent),
179 CURL_HOSTENT_SIZE - sizeof(struct hostent),
196 (struct hostent *)buf,
197 (char *)buf + sizeof(struct hostent),
198 CURL_HOSTENT_SIZE - sizeof(struct hostent),
238 * call, but instead several of the pointers in the hostent structs will
255 (sizeof(struct hostent)
[all...]
H A Dasyn.h29 struct hostent;
135 * successful, the 'hostent' is returned and the forth argument will point to
H A Dcurl_addrinfo.h75 Curl_he2ai(const struct hostent *he, int port);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/Win32/Include/net/
H A Dnetdb.h108 struct hostent *gethostent (void);
126 struct hostent *gethostbyaddr_r (const char *__addr,
128 struct hostent *__result,
130 struct hostent *gethostbyname_r (const char * __name,
131 struct hostent *__result, char *__buffer,
133 struct hostent *gethostent_r (struct hostent *__result,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dip_util.c31 struct hostent *hp;
37 else if ((hp = gethostbyname (host)) == (struct hostent *) NULL)
105 struct hostent *hp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/Win32/Include/
H A Dinetprivate.h44 extern struct hostent *_gethtent(void);
45 extern struct hostent *_gethtbyname(const char *name);
46 extern struct hostent *_gethtbyaddr(const char *addr, int len,
H A Daddrinfo.h83 extern void freehostent (struct hostent *);
89 extern struct hostent *getipnodebyaddr (const void *, size_t, int, int *);
90 extern struct hostent *getipnodebyname (const char *, int, int, int *);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/missing/
H A Daddrinfo.h83 extern void freehostent (struct hostent *);
86 extern struct hostent *getipnodebyaddr (const void *, size_t, int, int *);
87 extern struct hostent *getipnodebyname (const char *, int, int, int *);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/uams/uams_krb4/
H A Dsend_to_kdc.c103 struct hostent *host, *hostlist;
135 hostlist = (struct hostent *) malloc(sizeof(struct hostent));
167 hostlist = (struct hostent *)
170 sizeof(struct hostent)*(n_hosts+1));
173 memcpy(&hostlist[n_hosts-1], host, sizeof(struct hostent));
191 memset(&hostlist[n_hosts], 0, sizeof(struct hostent));
226 register struct hostent *hp;
252 struct hostent *addrs;
255 register struct hostent *h
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sio/
H A DDNSUtil.c27 GetHostByName(struct hostent *const hp, const char *const name, char *const hpbuf, size_t hpbufsize)
31 struct hostent *h;
54 struct hostent *h;
62 struct hostent *h;
89 struct hostent *h;
122 struct hostent *h;
125 memcpy(hp, h, sizeof(struct hostent));
128 memset(hp, 0, sizeof(struct hostent));
139 GetHostByAddr(struct hostent *const hp, void *addr, int asize, int atype, char *const hpbuf, size_t hpbufsize)
142 struct hostent *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/CMake/
H A DCurlTests.c84 struct hostent h;
106 struct hostent h;
127 struct hostent h;
130 struct hostent * hp;
152 struct hostent h;
155 struct hostent * hp;
176 struct hostent h;
179 struct hostent * hp;
202 struct hostent h;
205 struct hostent * h
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/missing/
H A Daddrinfo.h98 extern void freehostent __P((struct hostent *));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dnet_lookup.c84 struct hostent *hostent; local
121 hostent = gethostbyaddr((char *) &addr.s_addr, sizeof(addr.s_addr),
123 if (!hostent) {
129 DEBUG(9, ("Found DC with DNS name %s\n", hostent->h_name));
130 domain = strchr(hostent->h_name, '.');
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Db_sock.c97 struct hostent *ent;
104 static void ghbn_free(struct hostent *a);
105 static struct hostent *ghbn_dup(struct hostent *a);
112 struct hostent *he;
279 static struct hostent *ghbn_dup(struct hostent *a)
281 struct hostent *ret;
285 ret=(struct hostent *)OPENSSL_malloc(sizeof(struct hostent));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bio/
H A Db_sock.c104 struct hostent *ent;
111 static void ghbn_free(struct hostent *a);
112 static struct hostent *ghbn_dup(struct hostent *a);
119 struct hostent *he;
291 static struct hostent *ghbn_dup(struct hostent *a)
293 struct hostent *ret;
297 ret = (struct hostent *)OPENSSL_malloc(sizeof(struct hostent));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bio/
H A Db_sock.c104 struct hostent *ent;
111 static void ghbn_free(struct hostent *a);
112 static struct hostent *ghbn_dup(struct hostent *a);
119 struct hostent *he;
291 static struct hostent *ghbn_dup(struct hostent *a)
293 struct hostent *ret;
297 ret = (struct hostent *)OPENSSL_malloc(sizeof(struct hostent));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/server/
H A Dresolve.c112 struct hostent *he;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dhostname.c67 struct hostent *hp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_socket.c104 static struct hostent *GetHostByName(char *name);
392 struct hostent *h1, *h2;
522 struct hostent *he;
569 struct hostent ent;
576 static struct hostent *GetHostByName(char *name)
578 struct hostent *ret;
601 sizeof(struct hostent));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ds_socket.c104 static struct hostent *GetHostByName(char *name);
392 struct hostent *h1, *h2;
522 struct hostent *he;
569 struct hostent ent;
576 static struct hostent *GetHostByName(char *name)
578 struct hostent *ret;
601 sizeof(struct hostent));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_socket.c94 static struct hostent *GetHostByName(char *name);
384 struct hostent *h1,*h2;
517 struct hostent *he;
568 struct hostent ent;
575 static struct hostent *GetHostByName(char *name)
577 struct hostent *ret;
603 memcpy((char *)&(ghbn_cache[lowi].ent),ret,sizeof(struct hostent));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Dwins.c37 NSS_STATUS _nss_wins_gethostbyname_r(const char *hostname, struct hostent *he,
39 NSS_STATUS _nss_wins_gethostbyname2_r(const char *name, int af, struct hostent *he,
297 _nss_wins_gethostbyname_r(const char *hostname, struct hostent *he,
372 _nss_wins_gethostbyname2_r(const char *name, int af, struct hostent *he,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/test/
H A Dtest-geoip-region.c37 struct hostent *host;

Completed in 150 milliseconds

1234567