Searched refs:hostp (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhostcheck.c123 char *hostp; local
131 hostp = strdup(hostname);
132 if(hostp) {
133 if(hostmatch(hostp, matchp) == CURL_HOST_MATCH)
135 free(hostp);
H A Dhostip.c768 struct curl_slist *hostp; local
773 for(hostp = data->change.resolve; hostp; hostp = hostp->next ) {
774 if(!hostp->data)
776 if(hostp->data[0] == '-') {
779 else if(3 == sscanf(hostp->data, "%255[^:]:%d:%255s", hostname, &port,
788 infof(data, "Resolve %s found illegal!\n", hostp->data);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_rep/base/
H A Drep_net.c191 machtab_getinfo(machtab, eid, hostp, portp)
194 u_int32_t *hostp;
209 *hostp = member->hostaddr;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/lockd/
H A Dsvc4proc.c23 struct nlm_host **hostp, struct nlm_file **filp)
38 *hostp = host;
22 nlm4svc_retrieve_args(struct svc_rqst *rqstp, struct nlm_args *argp, struct nlm_host **hostp, struct nlm_file **filp) argument
H A Dsvcproc.c52 struct nlm_host **hostp, struct nlm_file **filp)
67 *hostp = host;
51 nlmsvc_retrieve_args(struct svc_rqst *rqstp, struct nlm_args *argp, struct nlm_host **hostp, struct nlm_file **filp) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcdk.h135 unsigned long hostp; member in struct:cdkhdr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-probe.c1455 unsigned int n_ports, struct ide_host **hostp)
1470 if (hostp)
1471 *hostp = host;
1454 ide_host_add(const struct ide_port_info *d, struct ide_hw **hws, unsigned int n_ports, struct ide_host **hostp) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Distallion.c3346 brdp->hostoffset = hdrp->hostp - CDK_CDKADDR;

Completed in 219 milliseconds