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

  /src/sys/external/bsd/ipf/netinet/
ip_nat.h 119 struct hostmap *nat_hm;
453 typedef struct hostmap { struct
454 struct hostmap *hm_hnext;
455 struct hostmap **hm_phnext;
456 struct hostmap *hm_next;
457 struct hostmap **hm_pnext;
ip_nat6.c 114 static struct hostmap *ipf_nat6_hostmap(ipf_nat_softc_t *, ipnat_t *,
354 /* Returns: struct hostmap* - NULL if no hostmap could be created, */
366 static struct hostmap *
ip_fil_compat.c 660 struct hostmap *nat_hm;
703 struct hostmap *nat_hm;
745 struct hostmap *nat_hm;
ip_nat.c 753 /* Returns: struct hostmap* - NULL if no hostmap could be created, */
765 static struct hostmap *
825 /* Parameters: hmp(I) - pointer to hostmap structure pointer */
828 /* Decrement the references to this hostmap structure by one. If this */
832 ipf_nat_hostmapdel(ipf_main_softc_t *softc, struct hostmap **hmp)
834 struct hostmap *hm;

Completed in 28 milliseconds