Searched refs:hmp (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/ipfilter/lib/
H A Dprinthostmap.c13 void printhostmap(hmp, hv)
14 hostmap_t *hmp;
18 printf("%s,", inet_ntoa(hmp->hm_srcip));
19 printf("%s -> ", inet_ntoa(hmp->hm_dstip));
20 printf("%s ", inet_ntoa(hmp->hm_mapip));
21 printf("(use = %d hv = %u)\n", hmp->hm_ref, hv);
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipnat.c501 hostmap_t hm, *hmp, **maptable; local
515 hmp = maptable[hv];
517 while (hmp) {
518 if (kmemcpy((char *)&hm, (u_long)hmp, sizeof(hm))) {
524 hmp = hm.hm_next;
/freebsd-9.3-release/etc/
H A Dprotocols30 hmp 20 HMP # host monitoring protocol
/freebsd-9.3-release/libexec/bootpd/
H A Dreadfile.c1922 free_host(hmp)
1923 hash_datum *hmp;
1925 struct host *hostptr = (struct host *) hmp;
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_nat.c497 /* Parameters: hmp(I) - pointer to hostmap structure pointer */
503 void fr_hostmapdel(hmp)
504 struct hostmap **hmp;
508 hm = *hmp;
509 *hmp = NULL;

Completed in 79 milliseconds