Searched refs:ihp (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/sys/kern/
H A Dimgact_shell.c104 const char *ihp, *interpb, *interpe, *maxp, *optb, *opte, *fname; local
138 ihp = &image_header[2];
145 while (ihp < maxp && ((*ihp == ' ') || (*ihp == '\t')))
146 ihp++;
147 interpb = ihp;
148 while (ihp < maxp && ((*ihp != ' ') && (*ihp !
[all...]
/freebsd-10.0-release/contrib/ipfilter/ipsd/
H A Dipsd.c79 int findhit(ihp, src, dport)
80 ipsd_t *ihp;
89 if (ihp->sd_sz == 4) {
90 for (i = 0, sh = ihp->sd_hit; i < ihp->sd_cnt; i++, sh++)
94 for (i = ihp->sd_cnt / 2, j = (i / 2) - 1; j >= 0; j--) {
95 k = ihp->sd_hit[i].sh_ip.s_addr - src.s_addr;
116 ipsd_t *ihp; local
123 ihp = iphits[i];
124 if (findhit(ihp, i
[all...]
H A Dipsdr.c89 int findhit(ihp, src, dport)
90 ipsd_t *ihp;
99 if (ihp->sd_sz == 4) {
100 for (i = 0, sh = ihp->sd_hit; i < ihp->sd_cnt; i++, sh++)
104 for (i = ihp->sd_cnt / 2, j = (i / 2) - 1; j >= 0; j--) {
105 k = ihp->sd_hit[i].sh_ip.s_addr - src.s_addr;
127 ipsd_t *ihp; local
134 ihp = iphits[i];
135 if (findhit(ihp, srci
[all...]
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-icmp.c452 register const struct ih_rdiscovery *ihp; local
459 ihp = (struct ih_rdiscovery *)&dp->icmp_void;
460 TCHECK(*ihp);
463 lifetime = EXTRACT_16BITS(&ihp->ird_lifetime);
479 num = ihp->ird_addrnum;
483 size = ihp->ird_addrsiz;
/freebsd-10.0-release/usr.sbin/rpc.lockd/
H A Dlockd_lock.c2029 struct host *ihp, *nhp; local
2038 LIST_FOREACH(ihp, &hostlst_head, hostlst) {
2039 if (strncmp(hostname, ihp->name, SM_MAXSTRLEN) == 0) {
2041 ++ihp->refcnt;
2105 struct host *ihp; local
2112 for( ihp=LIST_FIRST(&hostlst_head); ihp != NULL;
2113 ihp=LIST_NEXT(ihp, hostlst)) {
2114 if (strncmp(hostname, ihp
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_provider.c806 dt_probe_iter(dt_idhash_t *ihp, dt_ident_t *idp, dt_probe_iter_t *pit) argument

Completed in 87 milliseconds