Searched refs:hp (Results 176 - 195 of 195) sorted by relevance

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dauth.c317 struct hostent *hp; local
325 hp = gethostbyaddr( (char *) &dsi->client.sin_addr,
329 if( hp )
330 clientname = hp->h_name;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Dlp.c924 struct hostent *hp; local
936 if (( hp = gethostbyname( hostname )) == NULL ) {
950 memcpy( &sin.sin_addr, hp->h_addr, hp->h_length );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dnanoftp.c854 struct hostent *hp; local
928 hp = gethostbyname (proxy);
930 hp = gethostbyname (ctxt->hostname);
931 if (hp == NULL) {
935 if ((unsigned int) hp->h_length >
946 hp->h_addr_list[0], hp->h_length);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dnanoftp.c856 struct hostent *hp; local
930 hp = gethostbyname (proxy);
932 hp = gethostbyname (ctxt->hostname);
933 if (hp == NULL) {
937 if ((unsigned int) hp->h_length >
948 hp->h_addr_list[0], hp->h_length);
H A Dconfigure27476 hppa*-hp-mpeix)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dnanoftp.c854 struct hostent *hp; local
928 hp = gethostbyname (proxy);
930 hp = gethostbyname (ctxt->hostname);
931 if (hp == NULL) {
935 if ((unsigned int) hp->h_length >
946 hp->h_addr_list[0], hp->h_length);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_pr.c1154 u_int8_t *p, *hp; local
1177 hp = (u_int8_t *)hbuf; len-- > 0; ++p) {
1178 *hp++ = hex[(u_int8_t)(*p & 0xf0) >> 4];
1179 *hp++ = hex[*p & 0x0f];
1181 *hp = '\0';
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_proto_tcp.c280 struct tcphdr _hdr, *hp; local
283 hp = skb_header_pointer(skb, dataoff, 8, &_hdr);
284 if (hp == NULL)
287 tuple->src.u.tcp.port = hp->source;
288 tuple->dst.u.tcp.port = hp->dest;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dauth.c357 struct hostent *hp; local
365 hp = gethostbyaddr( (char *) &dsi->client.sin_addr,
369 if( hp )
370 clientname = hp->h_name;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cdrom/
H A Dcm206.c994 static int read_toc_header(struct cdrom_tochdr *hp) argument
998 if (hp) {
1000 hp->cdth_trk0 = FIRST_TRACK;
1001 hp->cdth_trk1 = LAST_TRACK;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A Dhttp.c363 struct hostent *hp; local
395 if (!(hp = gethostbyname(chost)))
407 memcpy(&address.sin_addr.s_addr, *(hp->h_addr_list), sizeof (address.sin_addr.s_addr));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dauth.c2067 struct hostent *hp; local
2140 hp = gethostbyname(ptr_word);
2141 if (hp != NULL && hp->h_addrtype == AF_INET) {
2142 a = *(u_int32_t *)hp->h_addr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dtcp_ipv4.c1035 struct tcp_md5sig_pool *hp; local
1046 hp = tcp_get_md5sig_pool();
1047 if (!hp)
1050 bp = &hp->md5_blk.ip4;
1051 desc = &hp->md5_desc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dtcp_ipv6.c751 struct tcp_md5sig_pool *hp; local
757 hp = tcp_get_md5sig_pool();
758 if (!hp) {
762 bp = &hp->md5_blk.ip6;
763 desc = &hp->md5_desc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-hdw.c2586 struct pvr2_stream *pvr2_hdw_get_video_stream(struct pvr2_hdw *hp) argument
2588 return hp->vid_stream;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dash.c12783 const char *hp = lookupvar("HISTFILE"); local
12785 if (hp == NULL) {
12786 hp = lookupvar("HOME");
12787 if (hp != NULL) {
12788 char *defhp = concat_path_file(hp, ".ash_history");
12825 const char *hp = lookupvar("HISTFILE"); local
12827 if (hp != NULL)
12828 line_input_state->hist_file = hp;
H A Dmsh.c5003 struct here *h, *hp; local
5008 for (hp = h = inhere; h != NULL; hp = h, h = h->h_next)
5012 if (hp != NULL) {
5013 hp->h_next = acthere;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_debug.c2176 struct Scsi_Host * hp; local
2181 if (SCpnt && ((sdp = SCpnt->device)) && ((hp = sdp->host))) {
2182 sdbg_host = *(struct sdebug_host_info **) hp->hostdata;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Draid5.c162 struct hlist_head *hp = stripe_hash(conf, sh->sector); local
167 hlist_add_head(&sh->hash, hp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Dconfigure21922 hp*) _JNI_INC_SUBDIRS="hp-ux";;
[all...]

Completed in 405 milliseconds

12345678