Searched refs:nat44_cfg_nat (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/sbin/ipfw/ |
| HD | nat.c | 48 typedef int (nat_cb_t)(struct nat44_cfg_nat *cfg, void *arg); 49 static void nat_show_cfg(struct nat44_cfg_nat *n, void *arg); 50 static void nat_show_log(struct nat44_cfg_nat *n, void *arg); 51 static int nat_show_data(struct nat44_cfg_nat *cfg, void *arg); 82 set_addr_dynamic(const char *ifn, struct nat44_cfg_nat *n) in set_addr_dynamic() 626 nat_show_log(struct nat44_cfg_nat *n, void *arg) in nat_show_log() 636 nat_show_cfg(struct nat44_cfg_nat *n, void *arg) in nat_show_cfg() 759 struct nat44_cfg_nat *n; /* Nat instance configuration. */ in ipfw_config_nat() 853 n = (struct nat44_cfg_nat *)(oh + 1); in ipfw_config_nat() 976 nat_show_data(struct nat44_cfg_nat *cfg, void *arg) in nat_show_data() [all …]
|
| /freebsd-11-stable/sys/netpfil/ipfw/ |
| HD | ip_fw_nat.c | 490 nat44_config(struct ip_fw_chain *chain, struct nat44_cfg_nat *ucfg) in nat44_config() 570 struct nat44_cfg_nat *ucfg; in nat44_cfg() 585 ucfg = (struct nat44_cfg_nat *)(oh + 1); in nat44_cfg() 651 export_nat_cfg(struct cfg_nat *ptr, struct nat44_cfg_nat *ucfg) in export_nat_cfg() 673 struct nat44_cfg_nat *ucfg; in nat44_get_cfg() 692 ucfg = (struct nat44_cfg_nat *)(oh + 1); in nat44_get_cfg() 708 sz = sizeof(ipfw_obj_header) + sizeof(struct nat44_cfg_nat); in nat44_get_cfg() 771 struct nat44_cfg_nat *ucfg; in nat44_list_nat() 786 olh->objsize = sizeof(struct nat44_cfg_nat); in nat44_list_nat() 795 ucfg = (struct nat44_cfg_nat *)ipfw_get_sopt_space(sd, in nat44_list_nat() [all …]
|
| /freebsd-11-stable/sys/netinet/ |
| HD | ip_fw.h | 544 struct nat44_cfg_nat { struct
|