Home
last modified time | relevance | path

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

/f-stack/tools/ipfw/
H A Dnptv6.c196 char buf[sizeof(ipfw_obj_lheader) + sizeof(ipfw_nptv6_cfg)]; in nptv6_create()
199 ipfw_obj_lheader *olh; in nptv6_create()
205 olh = (ipfw_obj_lheader *)buf; in nptv6_create()
424 ipfw_obj_lheader *olh; in nptv6_foreach()
H A Dnat64clat.c188 char buf[sizeof(ipfw_obj_lheader) + sizeof(ipfw_nat64clat_cfg)]; in nat64clat_create()
190 ipfw_obj_lheader *olh; in nat64clat_create()
197 olh = (ipfw_obj_lheader *)buf; in nat64clat_create()
510 ipfw_obj_lheader *olh; in nat64clat_foreach()
H A Dnat64stl.c222 char buf[sizeof(ipfw_obj_lheader) + sizeof(ipfw_nat64stl_cfg)]; in nat64stl_create()
224 ipfw_obj_lheader *olh; in nat64stl_create()
229 olh = (ipfw_obj_lheader *)buf; in nat64stl_create()
526 ipfw_obj_lheader *olh; in nat64stl_foreach()
H A Dnat64lsn.c408 char buf[sizeof(ipfw_obj_lheader) + sizeof(ipfw_nat64lsn_cfg)]; in nat64lsn_create()
410 ipfw_obj_lheader *olh; in nat64lsn_create()
415 olh = (ipfw_obj_lheader *)buf; in nat64lsn_create()
858 ipfw_obj_lheader *olh; in nat64lsn_foreach()
H A Dtables.c1679 ipfw_obj_lheader *olh; in tables_foreach()
1940 table_do_get_stdlist(uint16_t opcode, ipfw_obj_lheader **polh) in table_do_get_stdlist()
1942 ipfw_obj_lheader req, *olh; in table_do_get_stdlist()
1967 table_do_get_algolist(ipfw_obj_lheader **polh) in table_do_get_algolist()
1974 table_do_get_vlist(ipfw_obj_lheader **polh) in table_do_get_vlist()
1983 ipfw_obj_lheader *olh; in ipfw_list_ta()
2047 ipfw_obj_lheader *olh; in ipfw_list_values()
H A Dnat.c1043 ipfw_obj_lheader *olh; in nat_foreach()
H A Dipfw2.c5540 ipfw_obj_lheader req, *olh; in ipfw_list_objects()
5612 ipfw_get_tracked_ifaces(ipfw_obj_lheader **polh) in ipfw_get_tracked_ifaces()
5614 ipfw_obj_lheader req, *olh; in ipfw_get_tracked_ifaces()
5658 ipfw_obj_lheader *olh = NULL; in ipfw_list_tifaces()
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64stl_control.c178 ipfw_obj_lheader *olh; in nat64stl_create()
187 olh = (ipfw_obj_lheader *)sd->kbuf; in nat64stl_create()
366 ipfw_obj_lheader *olh; in nat64stl_list()
370 if (sd->valsize < sizeof(ipfw_obj_lheader)) in nat64stl_list()
373 olh = (ipfw_obj_lheader *)ipfw_get_sopt_header(sd, sizeof(*olh)); in nat64stl_list()
H A Dnat64clat_control.c147 ipfw_obj_lheader *olh; in nat64clat_create()
155 olh = (ipfw_obj_lheader *)sd->kbuf; in nat64clat_create()
361 ipfw_obj_lheader *olh; in nat64clat_list()
365 if (sd->valsize < sizeof(ipfw_obj_lheader)) in nat64clat_list()
368 olh = (ipfw_obj_lheader *)ipfw_get_sopt_header(sd, sizeof(*olh)); in nat64clat_list()
H A Dnat64lsn_control.c116 ipfw_obj_lheader *olh; in nat64lsn_create()
125 olh = (ipfw_obj_lheader *)sd->kbuf; in nat64lsn_create()
363 ipfw_obj_lheader *olh; in nat64lsn_list()
367 if (sd->valsize < sizeof(ipfw_obj_lheader)) in nat64lsn_list()
370 olh = (ipfw_obj_lheader *)ipfw_get_sopt_header(sd, sizeof(*olh)); in nat64lsn_list()
/f-stack/freebsd/netpfil/ipfw/nptv6/
H A Dnptv6.c654 ipfw_obj_lheader *olh; in nptv6_create()
662 olh = (ipfw_obj_lheader *)sd->kbuf; in nptv6_create()
784 ipfw_obj_lheader *olh; in nptv6_list()
788 if (sd->valsize < sizeof(ipfw_obj_lheader)) in nptv6_list()
791 olh = (ipfw_obj_lheader *)ipfw_get_sopt_header(sd, sizeof(*olh)); in nptv6_list()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_nat.c772 ipfw_obj_lheader *olh; in nat44_list_nat()
778 if (sd->valsize < sizeof(ipfw_obj_lheader)) in nat44_list_nat()
781 olh = (ipfw_obj_lheader *)ipfw_get_sopt_header(sd, sizeof(*olh)); in nat44_list_nat()
H A Dip_fw_iface.c516 size = count * sizeof(ipfw_iface_info) + sizeof(ipfw_obj_lheader); in list_ifaces()
H A Dip_fw_table.c110 static int export_tables(struct ip_fw_chain *ch, ipfw_obj_lheader *olh,
2128 export_tables(struct ip_fw_chain *ch, ipfw_obj_lheader *olh, in export_tables()
2136 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()
H A Dip_fw_table_value.c739 size = count * sizeof(ipfw_table_value) + sizeof(ipfw_obj_lheader); in list_table_values()
H A Dip_fw_sockopt.c3112 size = count * sizeof(ipfw_sopt_info) + sizeof(ipfw_obj_lheader); in dump_soptcodes()
3361 ipfw_obj_lheader *hdr; in dump_srvobjects()
3364 hdr = (ipfw_obj_lheader *)ipfw_get_sopt_header(sd, sizeof(*hdr)); in dump_srvobjects()
3370 hdr->size = sizeof(ipfw_obj_lheader) + count * sizeof(ipfw_obj_ntlv); in dump_srvobjects()
/f-stack/tools/compat/include/netinet/
H A Dip_fw.h1039 } ipfw_obj_lheader; typedef
/f-stack/freebsd/netinet/
H A Dip_fw.h1039 } ipfw_obj_lheader; typedef