Searched refs:hmp (Results 1 – 8 of 8) sorted by relevance
/freebsd/sbin/ipf/libipf/ |
H A D | printhostmap.c | 13 printhostmap(hostmap_t *hmp, u_int hv) in printhostmap() argument 16 printactiveaddress(hmp->hm_v, "%s", &hmp->hm_osrcip6, NULL); in printhostmap() 18 printactiveaddress(hmp->hm_v, "%s", &hmp->hm_odstip6, NULL); in printhostmap() 20 printactiveaddress(hmp->hm_v, "%s", &hmp->hm_nsrcip6, NULL); in printhostmap() 22 printactiveaddress(hmp->hm_v, "%s", &hmp->hm_ndstip6, NULL); in printhostmap() 24 PRINTF("(use = %d", hmp->hm_ref); in printhostmap()
|
/freebsd/lib/libsecureboot/openpgp/ |
H A D | opgp_sig.c | 207 struct hash_alg_map *hmp; 209 for (hmp = hash_algs; hmp->halg > 0; hmp++) { 210 if (hmp->halg == hash_alg) 211 return (hmp->hname);
|
/freebsd/sbin/ipf/ipnat/ |
H A D | ipnat.c | 610 hostmap_t hm, *hmp, **maptable; in showhostmap_dead() local 624 hmp = maptable[hv]; in showhostmap_dead() 626 while (hmp) { in showhostmap_dead() 627 if (kmemcpy((char *)&hm, (u_long)hmp, sizeof(hm))) { in showhostmap_dead() 633 hmp = hm.hm_next; in showhostmap_dead()
|
/freebsd/lib/libc/net/ |
H A D | protocols | 26 hmp 20 HMP # host monitoring protocol
|
/freebsd/libexec/bootpd/ |
H A D | readfile.c | 1860 free_host(hash_datum *hmp) in free_host() argument 1862 struct host *hostptr = (struct host *) hmp; in free_host()
|
/freebsd/share/misc/ |
H A D | committers-src.dot | 204 hmp [label="Hiten Pandya\nhmp@FreeBSD.org\n2004/03/23"] 518 des -> hmp
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_nat.c | 823 ipf_nat_hostmapdel(ipf_main_softc_t *softc, struct hostmap **hmp) in ipf_nat_hostmapdel() argument 827 hm = *hmp; in ipf_nat_hostmapdel() 828 *hmp = NULL; in ipf_nat_hostmapdel()
|
/freebsd/usr.bin/calendar/calendars/ |
H A D | calendar.freebsd | 402 09/30 Hiten M. Pandya <hmp@FreeBSD.org> born in Dar-es-Salaam, Tanzania, East Africa, 1986
|