HomeSort by: relevance | last modified time | path
    Searched refs:hm_pnext (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_nat.h 457 struct hostmap **hm_pnext; member in struct:hostmap
ip_nat.c 795 hm->hm_pnext = &softn->ipf_hm_maplist;
797 softn->ipf_hm_maplist->hm_pnext = &hm->hm_next;
846 hm->hm_next->hm_pnext = hm->hm_pnext;
847 *hm->hm_pnext = hm->hm_next;
ip_nat6.c 404 hm->hm_pnext = &softn->ipf_hm_maplist;
406 softn->ipf_hm_maplist->hm_pnext = &hm->hm_next;

Completed in 22 milliseconds