Home
last modified time | relevance | path

Searched refs:ipfw_obj_lheader (Results 1 – 17 of 17) sorted by relevance

/freebsd/sbin/ipfw/
H A Dnptv6.c188 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 Dnat64stl.c213 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 Dnat64clat.c179 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 Dnat64lsn.c399 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 Dtables.c1709 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 Dnat.c1071 ipfw_obj_lheader *olh; in nat_foreach()
H A Dipfw2.c5757 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 Dnat64clat_control.c144 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 Dnat64stl_control.c175 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 Dnat64lsn_control.c113 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 Dnptv6.c652 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 Dip_fw_nat.c778 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 Dip_fw_iface.c515 size = count * sizeof(ipfw_iface_info) + sizeof(ipfw_obj_lheader); in list_ifaces()
H A Dip_fw_table.c108 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 Dip_fw_table_value.c741 size = count * sizeof(ipfw_table_value) + sizeof(ipfw_obj_lheader); in list_table_values()
H A Dip_fw_sockopt.c3124 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 Dip_fw.h1069 } ipfw_obj_lheader; typedef