Searched refs:ipfw_obj_lheader (Results 1 – 17 of 17) sorted by relevance
/freebsd/sbin/ipfw/ |
H A D | nptv6.c | 188 char buf[sizeof(ipfw_obj_lheader) + sizeof(ipfw_nptv6_cfg)]; in nptv6_create() 191 ipfw_obj_lheader *olh; in nptv6_create() 197 olh = (ipfw_obj_lheader *)buf; in nptv6_create() 416 ipfw_obj_lheader *olh; in nptv6_foreach()
|
H A D | nat64stl.c | 213 char buf[sizeof(ipfw_obj_lheader) + sizeof(ipfw_nat64stl_cfg)]; in nat64stl_create() 215 ipfw_obj_lheader *olh; in nat64stl_create() 220 olh = (ipfw_obj_lheader *)buf; in nat64stl_create() 517 ipfw_obj_lheader *olh; in nat64stl_foreach()
|
H A D | nat64clat.c | 179 char buf[sizeof(ipfw_obj_lheader) + sizeof(ipfw_nat64clat_cfg)]; in nat64clat_create() 181 ipfw_obj_lheader *olh; in nat64clat_create() 188 olh = (ipfw_obj_lheader *)buf; in nat64clat_create() 501 ipfw_obj_lheader *olh; in nat64clat_foreach()
|
H A D | nat64lsn.c | 399 char buf[sizeof(ipfw_obj_lheader) + sizeof(ipfw_nat64lsn_cfg)]; in nat64lsn_create() 401 ipfw_obj_lheader *olh; in nat64lsn_create() 406 olh = (ipfw_obj_lheader *)buf; in nat64lsn_create() 849 ipfw_obj_lheader *olh; in nat64lsn_foreach()
|
H A D | tables.c | 1709 ipfw_obj_lheader *olh; in tables_foreach() 1976 table_do_get_stdlist(uint16_t opcode, ipfw_obj_lheader **polh) in table_do_get_stdlist() 1978 ipfw_obj_lheader req, *olh; in table_do_get_stdlist() 2003 table_do_get_algolist(ipfw_obj_lheader **polh) in table_do_get_algolist() 2010 table_do_get_vlist(ipfw_obj_lheader **polh) in table_do_get_vlist() 2019 ipfw_obj_lheader *olh; in ipfw_list_ta() 2063 ipfw_obj_lheader *olh; in ipfw_list_values()
|
H A D | nat.c | 1071 ipfw_obj_lheader *olh; in nat_foreach()
|
H A D | ipfw2.c | 5757 ipfw_obj_lheader req, *olh; in ipfw_list_objects() 5829 ipfw_get_tracked_ifaces(ipfw_obj_lheader **polh) in ipfw_get_tracked_ifaces() 5831 ipfw_obj_lheader req, *olh; in ipfw_get_tracked_ifaces() 5875 ipfw_obj_lheader *olh = NULL; in ipfw_list_tifaces()
|
/freebsd/sys/netpfil/ipfw/nat64/ |
H A D | nat64clat_control.c | 144 ipfw_obj_lheader *olh; in nat64clat_create() 152 olh = (ipfw_obj_lheader *)sd->kbuf; in nat64clat_create() 358 ipfw_obj_lheader *olh; in nat64clat_list() 362 if (sd->valsize < sizeof(ipfw_obj_lheader)) in nat64clat_list() 365 olh = (ipfw_obj_lheader *)ipfw_get_sopt_header(sd, sizeof(*olh)); in nat64clat_list()
|
H A D | nat64stl_control.c | 175 ipfw_obj_lheader *olh; in nat64stl_create() 184 olh = (ipfw_obj_lheader *)sd->kbuf; in nat64stl_create() 363 ipfw_obj_lheader *olh; in nat64stl_list() 367 if (sd->valsize < sizeof(ipfw_obj_lheader)) in nat64stl_list() 370 olh = (ipfw_obj_lheader *)ipfw_get_sopt_header(sd, sizeof(*olh)); in nat64stl_list()
|
H A D | nat64lsn_control.c | 113 ipfw_obj_lheader *olh; in nat64lsn_create() 122 olh = (ipfw_obj_lheader *)sd->kbuf; in nat64lsn_create() 360 ipfw_obj_lheader *olh; in nat64lsn_list() 364 if (sd->valsize < sizeof(ipfw_obj_lheader)) in nat64lsn_list() 367 olh = (ipfw_obj_lheader *)ipfw_get_sopt_header(sd, sizeof(*olh)); in nat64lsn_list()
|
/freebsd/sys/netpfil/ipfw/nptv6/ |
H A D | nptv6.c | 652 ipfw_obj_lheader *olh; in nptv6_create() 660 olh = (ipfw_obj_lheader *)sd->kbuf; in nptv6_create() 782 ipfw_obj_lheader *olh; in nptv6_list() 786 if (sd->valsize < sizeof(ipfw_obj_lheader)) in nptv6_list() 789 olh = (ipfw_obj_lheader *)ipfw_get_sopt_header(sd, sizeof(*olh)); in nptv6_list()
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_nat.c | 778 ipfw_obj_lheader *olh; in nat44_list_nat() 784 if (sd->valsize < sizeof(ipfw_obj_lheader)) in nat44_list_nat() 787 olh = (ipfw_obj_lheader *)ipfw_get_sopt_header(sd, sizeof(*olh)); in nat44_list_nat()
|
H A D | ip_fw_iface.c | 515 size = count * sizeof(ipfw_iface_info) + sizeof(ipfw_obj_lheader); in list_ifaces()
|
H A D | ip_fw_table.c | 108 static int export_tables(struct ip_fw_chain *ch, ipfw_obj_lheader *olh, 2110 export_tables(struct ip_fw_chain *ch, ipfw_obj_lheader *olh, in export_tables() 2118 size = count * sizeof(ipfw_xtable_info) + sizeof(ipfw_obj_lheader); in export_tables() 2695 size = count * sizeof(ipfw_ta_info) + sizeof(ipfw_obj_lheader); in list_table_algo()
|
H A D | ip_fw_table_value.c | 741 size = count * sizeof(ipfw_table_value) + sizeof(ipfw_obj_lheader); in list_table_values()
|
H A D | ip_fw_sockopt.c | 3124 size = count * sizeof(ipfw_sopt_info) + sizeof(ipfw_obj_lheader); in dump_soptcodes() 3373 ipfw_obj_lheader *hdr; in dump_srvobjects() 3376 hdr = (ipfw_obj_lheader *)ipfw_get_sopt_header(sd, sizeof(*hdr)); in dump_srvobjects() 3382 hdr->size = sizeof(ipfw_obj_lheader) + count * sizeof(ipfw_obj_ntlv); in dump_srvobjects()
|
/freebsd/sys/netinet/ |
H A D | ip_fw.h | 1069 } ipfw_obj_lheader; typedef
|