Home
last modified time | relevance | path

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

/freebsd-11-stable/sbin/ipfw/
HDnptv6.c190 char buf[sizeof(ipfw_obj_lheader) + sizeof(ipfw_nptv6_cfg)]; in nptv6_create()
193 ipfw_obj_lheader *olh; in nptv6_create()
199 olh = (ipfw_obj_lheader *)buf; in nptv6_create()
397 ipfw_obj_lheader *olh; in nptv6_foreach()
HDnat64clat.c182 char buf[sizeof(ipfw_obj_lheader) + sizeof(ipfw_nat64clat_cfg)]; in nat64clat_create()
184 ipfw_obj_lheader *olh; in nat64clat_create()
191 olh = (ipfw_obj_lheader *)buf; in nat64clat_create()
503 ipfw_obj_lheader *olh; in nat64clat_foreach()
HDnat64stl.c216 char buf[sizeof(ipfw_obj_lheader) + sizeof(ipfw_nat64stl_cfg)]; in nat64stl_create()
218 ipfw_obj_lheader *olh; in nat64stl_create()
223 olh = (ipfw_obj_lheader *)buf; in nat64stl_create()
519 ipfw_obj_lheader *olh; in nat64stl_foreach()
HDnat64lsn.c397 char buf[sizeof(ipfw_obj_lheader) + sizeof(ipfw_nat64lsn_cfg)]; in nat64lsn_create()
399 ipfw_obj_lheader *olh; in nat64lsn_create()
404 olh = (ipfw_obj_lheader *)buf; in nat64lsn_create()
866 ipfw_obj_lheader *olh; in nat64lsn_foreach()
HDtables.c1681 ipfw_obj_lheader *olh; in tables_foreach()
1936 table_do_get_stdlist(uint16_t opcode, ipfw_obj_lheader **polh) in table_do_get_stdlist()
1938 ipfw_obj_lheader req, *olh; in table_do_get_stdlist()
1963 table_do_get_algolist(ipfw_obj_lheader **polh) in table_do_get_algolist()
1970 table_do_get_vlist(ipfw_obj_lheader **polh) in table_do_get_vlist()
1979 ipfw_obj_lheader *olh; in ipfw_list_ta()
2041 ipfw_obj_lheader *olh; in ipfw_list_values()
HDnat.c1031 ipfw_obj_lheader *olh; in nat_foreach()
HDipfw2.c5470 ipfw_obj_lheader req, *olh; in ipfw_list_objects()
5542 ipfw_get_tracked_ifaces(ipfw_obj_lheader **polh) in ipfw_get_tracked_ifaces()
5544 ipfw_obj_lheader req, *olh; in ipfw_get_tracked_ifaces()
5588 ipfw_obj_lheader *olh; in ipfw_list_tifaces()
/freebsd-11-stable/sys/netpfil/ipfw/nat64/
HDnat64stl_control.c179 ipfw_obj_lheader *olh; in nat64stl_create()
188 olh = (ipfw_obj_lheader *)sd->kbuf; in nat64stl_create()
367 ipfw_obj_lheader *olh; in nat64stl_list()
371 if (sd->valsize < sizeof(ipfw_obj_lheader)) in nat64stl_list()
374 olh = (ipfw_obj_lheader *)ipfw_get_sopt_header(sd, sizeof(*olh)); in nat64stl_list()
HDnat64clat_control.c148 ipfw_obj_lheader *olh; in nat64clat_create()
156 olh = (ipfw_obj_lheader *)sd->kbuf; in nat64clat_create()
362 ipfw_obj_lheader *olh; in nat64clat_list()
366 if (sd->valsize < sizeof(ipfw_obj_lheader)) in nat64clat_list()
369 olh = (ipfw_obj_lheader *)ipfw_get_sopt_header(sd, sizeof(*olh)); in nat64clat_list()
HDnat64lsn_control.c115 ipfw_obj_lheader *olh; in nat64lsn_create()
124 olh = (ipfw_obj_lheader *)sd->kbuf; in nat64lsn_create()
365 ipfw_obj_lheader *olh; in nat64lsn_list()
369 if (sd->valsize < sizeof(ipfw_obj_lheader)) in nat64lsn_list()
372 olh = (ipfw_obj_lheader *)ipfw_get_sopt_header(sd, sizeof(*olh)); in nat64lsn_list()
/freebsd-11-stable/sys/netpfil/ipfw/nptv6/
HDnptv6.c512 ipfw_obj_lheader *olh; in nptv6_create()
520 olh = (ipfw_obj_lheader *)sd->kbuf; in nptv6_create()
634 ipfw_obj_lheader *olh; in nptv6_list()
638 if (sd->valsize < sizeof(ipfw_obj_lheader)) in nptv6_list()
641 olh = (ipfw_obj_lheader *)ipfw_get_sopt_header(sd, sizeof(*olh)); in nptv6_list()
/freebsd-11-stable/sys/netpfil/ipfw/
HDip_fw_nat.c770 ipfw_obj_lheader *olh; in nat44_list_nat()
776 if (sd->valsize < sizeof(ipfw_obj_lheader)) in nat44_list_nat()
779 olh = (ipfw_obj_lheader *)ipfw_get_sopt_header(sd, sizeof(*olh)); in nat44_list_nat()
HDip_fw_iface.c518 size = count * sizeof(ipfw_iface_info) + sizeof(ipfw_obj_lheader); in list_ifaces()
HDip_fw_table.c109 static int export_tables(struct ip_fw_chain *ch, ipfw_obj_lheader *olh,
2126 export_tables(struct ip_fw_chain *ch, ipfw_obj_lheader *olh, in export_tables()
2134 size = count * sizeof(ipfw_xtable_info) + sizeof(ipfw_obj_lheader); in export_tables()
2713 size = count * sizeof(ipfw_ta_info) + sizeof(ipfw_obj_lheader); in list_table_algo()
HDip_fw_table_value.c746 size = count * sizeof(ipfw_table_value) + sizeof(ipfw_obj_lheader); in list_table_values()
HDip_fw_sockopt.c3126 size = count * sizeof(ipfw_sopt_info) + sizeof(ipfw_obj_lheader); in dump_soptcodes()
3376 ipfw_obj_lheader *hdr; in dump_srvobjects()
3379 hdr = (ipfw_obj_lheader *)ipfw_get_sopt_header(sd, sizeof(*hdr)); in dump_srvobjects()
3385 hdr->size = sizeof(ipfw_obj_lheader) + count * sizeof(ipfw_obj_ntlv); in dump_srvobjects()
/freebsd-11-stable/sys/netinet/
HDip_fw.h1040 } ipfw_obj_lheader; typedef