/external/tcpdump/ |
print-hsrp.c | 103 struct hsrp *hp = (struct hsrp *) bp; local 105 TCHECK(hp->hsrp_version); 106 printf("HSRPv%d", hp->hsrp_version); 107 if (hp->hsrp_version != 0) 109 TCHECK(hp->hsrp_op_code); 111 printf("%s ", tok2strary(op_code_str, "unknown (%d)", hp->hsrp_op_code)); 113 TCHECK(hp->hsrp_state); 114 printf("state=%s ", tok2str(states, "Unknown (%d)", hp->hsrp_state)); 115 TCHECK(hp->hsrp_group); 116 printf("group=%d ", hp->hsrp_group) [all...] |
/external/ppp/pppd/plugins/radius/ |
ip_util.c | 31 struct hostent *hp; local 37 else if ((hp = gethostbyname (host)) == (struct hostent *) NULL) 42 return ntohl((*(UINT4 *) hp->h_addr)); 105 struct hostent *hp; local 108 if ((hp = gethostbyaddr ((char *) &n_ipaddr, sizeof (struct in_addr), 113 return ((hp==NULL)?"unknown":hp->h_name);
|
/system/core/libcutils/ |
socket_network_client.c | 41 struct hostent *hp; local 46 hp = gethostbyname(host); 47 if(hp == 0) return -1; 50 addr.sin_family = hp->h_addrtype; 52 memcpy(&addr.sin_addr, hp->h_addr, hp->h_length); 54 s = socket(hp->h_addrtype, type, 0);
|
/bionic/libm/src/ |
e_remainder.c | 36 int32_t hx,hp; local 41 EXTRACT_WORDS(hp,lp,p); 43 hp &= 0x7fffffff; 47 if((hp|lp)==0) return (x*p)/(x*p); /* p = 0 */ 49 ((hp>=0x7ff00000)&& /* p is NaN */ 50 (((hp-0x7ff00000)|lp)!=0))) 54 if (hp<=0x7fdfffff) x = __ieee754_fmod(x,p+p); /* now x < 2p */ 55 if (((hx-hp)|(lx-lp))==0) return zero*x; 58 if (hp<0x00200000) {
|
e_remainderf.c | 29 int32_t hx,hp; local 34 GET_FLOAT_WORD(hp,p); 36 hp &= 0x7fffffff; 40 if(hp==0) return (x*p)/(x*p); /* p = 0 */ 42 ((hp>0x7f800000))) /* p is NaN */ 46 if (hp<=0x7effffff) x = __ieee754_fmodf(x,p+p); /* now x < 2p */ 47 if ((hx-hp)==0) return zero*x; 50 if (hp<0x01000000) {
|
/external/fdlibm/ |
e_remainder.c | 39 int hx,hp; local 45 hp = __HI(p); /* high word of p */ 48 hp &= 0x7fffffff; 52 if((hp|lp)==0) return (x*p)/(x*p); /* p = 0 */ 54 ((hp>=0x7ff00000)&& /* p is NaN */ 55 (((hp-0x7ff00000)|lp)!=0))) 59 if (hp<=0x7fdfffff) x = __ieee754_fmod(x,p+p); /* now x < 2p */ 60 if (((hx-hp)|(lx-lp))==0) return zero*x; 63 if (hp<0x00200000) {
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Macintosh/ |
alloca.c | 156 register header *hp; /* traverses linked list */ local 158 for (hp = last_alloca_header; hp != NULL;) 159 if ((STACK_DIR > 0 && hp->h.deep > depth) 160 || (STACK_DIR < 0 && hp->h.deep < depth)) 162 register header *np = hp->h.next; 164 free ((pointer) hp); /* collect garbage */ 166 hp = np; /* -> next header */ 171 last_alloca_header = hp; /* -> last valid storage */
|
/bionic/libc/netbsd/resolv/ |
res_mkquery.c | 127 register HEADER *hp; local 145 hp = (HEADER *)(void *)buf; 146 hp->id = htons(res_randomid()); 147 hp->opcode = op; 148 hp->rd = (statp->options & RES_RECURSE) != 0U; 149 hp->rcode = NOERROR; 172 hp->qdcount = htons(1); 193 hp->arcount = htons(1); 215 hp->ancount = htons(1); 237 register HEADER *hp; local [all...] |
res_query.c | 134 HEADER *hp = (HEADER *)(void *)answer; local 141 hp->rcode = NOERROR; /* default */ 183 if (hp->rcode != NOERROR || ntohs(hp->ancount) == 0) { 187 p_rcode(hp->rcode), 188 ntohs(hp->ancount), 189 ntohs(hp->nscount), 190 ntohs(hp->arcount)); 192 switch (hp->rcode) { 228 HEADER *hp = (HEADER *)(void *)answer local [all...] |
/external/dropbear/ |
fake-rfc2553.c | 50 struct hostent *hp; local 67 hp = gethostbyaddr((char *)&sin->sin_addr, 69 if (hp == NULL) 72 if (strlcpy(host, hp->h_name, hostlen) >= hostlen) 153 struct hostent *hp; local 201 hp = gethostbyname(hostname); 202 if (hp && hp->h_name && hp->h_name[0] && hp->h_addr_list[0]) [all...] |
/external/clearsilver/util/ |
neo_hdf.c | 199 HDF *hp = hdf; local 216 r = _walk_hdf (hdf->top, hdf->value, &hp); 218 if (hp) 220 parent = hp; 221 hp = hp->child; 227 hp = hdf->child; 229 if (hp == NULL) 244 hp = ne_hash_lookup(parent->hash, &hash_key); 248 while (hp != NULL 577 HDF *hn, *hp, *hs; local 945 HDF *hp = hdf; local [all...] |
/bionic/libc/netbsd/ |
gethnamaddr.c | 174 const HEADER *hp; local 207 hp = &answer->hdr; 208 ancount = ntohs(hp->ancount); 209 qdcount = ntohs(hp->qdcount); 465 gethostbyname_r(const char *name, struct hostent *hp, char *buf, size_t buflen, 476 memcpy(hp, res, sizeof *hp); 477 *result = hp; 484 struct hostent *hp; local 493 hp = gethostbyname_internal(name, AF_INET6, res) 507 struct hostent *hp; local 523 struct hostent *hp; local 645 struct hostent *hp; local 799 struct hostent *hp; local 1030 char *hp; local 1061 struct hostent *hp; local 1122 struct hostent *hp; local [all...] |
/external/netcat/scripts/ |
webproxy | 112 hp=`echo "$hurl" | sed -e "s+.*:++" -e "s+/.*++"` 113 test "$hp" = "$hh" && hp=80 115 # echo total split: $hh : $hp : $hf >> $LFILE 135 echo "$x1 $hf" | nc -w 30 "$hh" "$hp" 2> /dev/null || \ 136 echo "oops, can't get to $hh : $hp". 137 echo "sent \"$x1 $hf\" to $hh : $hp" >> $LFILE
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/ |
Xos_r.h | 434 # define _XGethostbyname(h,hp) gethostbyname((h)) 435 # define _XGethostbyaddr(a,al,t,hp) gethostbyaddr((a),(al),(t)) 460 # define _Xg_copyHostent(hp) \ 461 (memcpy(&(hp).hent, (hp).hptr, sizeof(struct hostent)), \ 462 strcpy((hp).h_name, (hp).hptr->h_name), \ 463 ((hp).hent.h_name = (hp).h_name), \ 464 ((hp).hptr = &(hp).hent), [all...] |
/external/tcpdump/missing/ |
getaddrinfo.c | 514 struct hostent *hp; local 551 hp = getipnodebyname(hostname, pai->ai_family, AI_ADDRCONFIG, &h_error); 554 hp = gethostbyname2(hostname, pai->ai_family); 558 hp = gethostbyname(hostname); 567 if (hp == NULL) { 582 } else if ((hp->h_name == NULL) || (hp->h_name[0] == 0) 583 || (hp->h_addr_list[0] == NULL)) { 585 freehostent(hp); 587 hp = NULL 913 struct hostent *hp = NULL; local [all...] |
getnameinfo.c | 111 struct hostent *hp; local 244 hp = getipnodebyaddr(addr, afd->a_addrlen, afd->a_af, &h_error); 246 hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af); 254 if (hp) { 256 p = strchr(hp->h_name, '.'); 259 if (strlen(hp->h_name) + 1 > hostlen) { 261 freehostent(hp); 265 strcpy(host, hp->h_name); 267 freehostent(hp);
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/ |
alloca.c | 177 register header *hp; /* Traverses linked list. */ local 179 for (hp = last_alloca_header; hp != NULL;) 180 if ((STACK_DIR > 0 && hp->h.deep > depth) 181 || (STACK_DIR < 0 && hp->h.deep < depth)) 183 register header *np = hp->h.next; 185 free ((pointer) hp); /* Collect garbage. */ 187 hp = np; /* -> next header. */ 192 last_alloca_header = hp; /* -> last valid storage. */
|
/external/libpcap/ |
nametoaddr.c | 107 struct hostent *hp; local 109 if ((hp = gethostbyname(name)) != NULL) { 111 hlist[0] = (bpf_u_int32 *)hp->h_addr; 112 NTOHL(hp->h_addr); 115 for (p = (bpf_u_int32 **)hp->h_addr_list; *p; ++p) 117 return (bpf_u_int32 **)hp->h_addr_list;
|
savefile.c | 874 swap_hdr(struct pcap_file_header *hp) 876 hp->version_major = SWAPSHORT(hp->version_major); 877 hp->version_minor = SWAPSHORT(hp->version_minor); 878 hp->thiszone = SWAPLONG(hp->thiszone); 879 hp->sigfigs = SWAPLONG(hp->sigfigs); 880 hp->snaplen = SWAPLONG(hp->snaplen) [all...] |
/bionic/libc/netbsd/net/ |
getnameinfo.c | 144 struct hostent *hp; local 280 hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af); 282 if (hp) { 290 p = strchr(hp->h_name, '.'); 295 if (strlen(hp->h_name) + 1 > (size_t)hostlen) { 298 strlcpy(host, hp->h_name, hostlen);
|
/external/ipsec-tools/src/racoon/ |
isakmp_frag.c | 169 int *hp; local 171 hp = (int *)(gen + 1); 173 return ntohl(hp[MD5_DIGEST_LENGTH / sizeof(*hp)]);
|
getcertsbyname.c | 210 HEADER *hp; local 252 hp = (HEADER *)answer; 253 qdcount = ntohs(hp->qdcount); 254 ancount = ntohs(hp->ancount); 264 cp = (unsigned char *)(hp + 1);
|
/external/qemu/telephony/ |
sysdeps_posix.c | 611 struct hostent* hp; local 616 hp = gethostbyname(hostname); 617 if(hp == 0) { 624 addr.sin_family = hp->h_addrtype; 626 memcpy(&addr.sin_addr, hp->h_addr, hp->h_length); 628 channel->fd = socket(hp->h_addrtype, SOCK_STREAM, 0);
|
/external/bison/build-aux/ |
config.sub | 145 -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ 567 basic_machine=m68k-hp 570 basic_machine=m68k-hp 574 basic_machine=m68k-hp 578 basic_machine=hppa1.0-hp 581 basic_machine=m68000-hp 584 basic_machine=m68k-hp 587 basic_machine=hppa1.0-hp 590 basic_machine=hppa1.1-hp 593 # FIXME: really hppa2.0-hp [all...] |
/external/clearsilver/ |
config.sub | 142 -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ 487 basic_machine=m68k-hp 490 basic_machine=m68k-hp 494 basic_machine=m68k-hp 498 basic_machine=hppa1.0-hp 501 basic_machine=m68000-hp 504 basic_machine=m68k-hp 507 basic_machine=hppa1.0-hp 510 basic_machine=hppa1.1-hp 513 # FIXME: really hppa2.0-hp [all...] |