Searched refs:he (Results 1 - 25 of 141) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dhash.c125 struct curl_hash_element *he = malloc(sizeof(struct curl_hash_element)); local
127 if(he) {
133 he->key = dupkey;
134 he->key_len = key_len;
135 he->ptr = (void *) p;
139 free(he);
140 he = NULL;
143 return he;
156 struct curl_hash_element *he; local
161 he
192 struct curl_hash_element *he; local
210 struct curl_hash_element *he; local
271 struct curl_hash_element *he = le->ptr; local
[all...]
H A Dcurl_addrinfo.c274 Curl_he2ai(const struct hostent *he, int port) argument
287 if(!he)
291 DEBUGASSERT((he->h_name != NULL) && (he->h_addr_list != NULL));
293 for(i=0; (curr = he->h_addr_list[i]) != NULL; i++) {
297 if(he->h_addrtype == AF_INET6)
307 if((ai->ai_canonname = strdup(he->h_name)) == NULL) {
327 ai->ai_family = he->h_addrtype;
342 addr->sin_family = (unsigned short)(he->h_addrtype);
351 addr6->sin6_family = (unsigned short)(he
[all...]
H A Dcurl_addrinfo.h78 Curl_he2ai(const struct hostent *he, int port);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/libsas/
H A Dsas_dump.h31 void sas_dprint_hae(struct sas_ha_struct *sas_ha, enum ha_event he);
39 enum ha_event he) { }
38 sas_dprint_hae(struct sas_ha_struct *sas_ha, enum ha_event he) argument
H A Dsas_dump.c57 void sas_dprint_hae(struct sas_ha_struct *sas_ha, enum ha_event he) argument
60 sas_hae_str[he]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Didmap.c163 struct idmap_hashent *he = idmap_name_hash(h, name, len); local
165 if (he->ih_namelen != len || memcmp(he->ih_name, name, len) != 0)
167 if (time_after(jiffies, he->ih_expires))
169 return he;
181 struct idmap_hashent *he = idmap_id_hash(h, id); local
182 if (he->ih_id != id || he->ih_namelen == 0)
184 if (time_after(jiffies, he->ih_expires))
186 return he;
207 idmap_update_entry(struct idmap_hashent *he, const char *name, size_t namelen, __u32 id) argument
226 struct idmap_hashent *he; local
300 struct idmap_hashent *he; local
384 struct idmap_hashent *he = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwins.c293 _nss_wins_gethostbyname_r(const char *hostname, struct hostent *he, argument
301 memset(he, '\0', sizeof(*he));
315 if ((he->h_name = get_static(&buffer, &buflen, namelen)) == NULL)
318 memcpy(he->h_name, name, namelen);
328 if ((he->h_addr_list = (char **)get_static(
333 if ((he->h_addr_list[i] = get_static(&buffer, &buflen,
336 memcpy(he->h_addr_list[i], &ip_list[i], INADDRSZ);
339 he->h_addr_list[count] = NULL;
346 he
368 _nss_wins_gethostbyname2_r(const char *name, int af, struct hostent *he, char *buffer, size_t buflen, int *h_errnop) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/server/
H A Dresolve.c124 struct hostent *he; local
126 he = gethostbyname(host);
128 rc = !he;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/src/
H A Dgettext.sh74 --help | --hel | --he | --h )
H A Dgettext.sh.in74 --help | --hel | --he | --h )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Ds_socket.c456 struct hostent *he; local
460 he=GetHostByName(str);
461 if (he == NULL)
467 if ((short)he->h_addrtype != AF_INET)
472 ip[0]=he->h_addr_list[0][0];
473 ip[1]=he->h_addr_list[0][1];
474 ip[2]=he->h_addr_list[0][2];
475 ip[3]=he->h_addr_list[0][3];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-utility/
H A Dwol.c125 struct hostent *he;
171 he = gethostbyname(target);
172 inaddr = *(struct in_addr *)he->h_addr_list[0];
211 struct hostent *he; local
222 he = gethostbyname(target);
223 inaddr = *(struct in_addr *)he->h_addr_list[0];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/
H A Daddress.c82 struct hostent *he; local
89 if (!(he = gethostbyname(name)))
92 self->m_addr = *(uint32_t*) he->h_addr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep002.tcl169 set he 0
171 incr nproced [replprocessqueue $masterenv 1 0 he]
173 if { $he == 1 } {
182 set he 0
185 [replprocessqueue $clientenv($i) $envid 0 he]
186 if { $he == 1 } {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Darping.c24 static struct sockaddr_ll he; variable in typeref:struct:sockaddr_ll
123 send_pack(&src, &dst, &me, &he);
224 memcpy(he.sll_addr, p, me.sll_halen);
351 he = me;
352 memset(he.sll_addr, -1, he.sll_halen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_socket.c517 struct hostent *he; local
521 he=GetHostByName(str);
522 if (he == NULL)
528 if ((short)he->h_addrtype != AF_INET)
533 ip[0]=he->h_addr_list[0][0];
534 ip[1]=he->h_addr_list[0][1];
535 ip[2]=he->h_addr_list[0][2];
536 ip[3]=he->h_addr_list[0][3];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Dmain.c478 static struct hostent *he; local
815 if ((he =
818 remotehostname = strdup (he->h_name);
857 if ((he =
860 replace (str, "%h", he->h_name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bio/
H A Db_sock.c109 struct hostent *he; local
130 he=BIO_gethostbyname(str);
131 if (he == NULL)
138 if ((short)he->h_addrtype != AF_INET)
144 ip[i]=he->h_addr_list[0][i];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A DMakefile54 obj-$(CONFIG_ATM_HE) += he.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Dmissing54 -h|--h|--he|--hel|--help)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/matrox/
H A Dmatroxfb_misc.c188 unsigned int hd, hs, he, hbe, ht; local
238 he = m->HSyncEnd >> 3;
247 he >>= 1;
256 he <<= 1;
262 he = he - 1;
279 hw->CRTCEXT[5] = (hs + he - ht) >> 1;
304 hw->CRTC[5] = ((hbe & 0x20) << 2) | (he & 0x1F);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Db_sock.c112 struct hostent *he; local
133 he=BIO_gethostbyname(str);
134 if (he == NULL)
141 if ((short)he->h_addrtype != AF_INET)
147 ip[i]=he->h_addr_list[0][i];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dmissing64 -h|--h|--he|--hel|--help)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/admin/
H A Dmissing54 -h|--h|--he|--hel|--help)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/projects/KDE/
H A Dteam-address41 he) english=Hebrew;;

Completed in 268 milliseconds

123456