Home
last modified time | relevance | path

Searched refs:ipfw_get_sopt_header (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64stl_control.c373 olh = (ipfw_obj_lheader *)ipfw_get_sopt_header(sd, sizeof(*olh)); in nat64stl_list()
437 oh = (ipfw_obj_header *)ipfw_get_sopt_header(sd, sz); in nat64stl_stats()
H A Dnat64clat_control.c368 olh = (ipfw_obj_lheader *)ipfw_get_sopt_header(sd, sizeof(*olh)); in nat64clat_list()
432 oh = (ipfw_obj_header *)ipfw_get_sopt_header(sd, sz); in nat64clat_stats()
H A Dnat64lsn_control.c370 olh = (ipfw_obj_lheader *)ipfw_get_sopt_header(sd, sizeof(*olh)); in nat64lsn_list()
488 oh = (ipfw_obj_header *)ipfw_get_sopt_header(sd, sz); in nat64lsn_stats()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table.c1008 ipfw_get_sopt_header(sd, sd->valsize); in manage_table_ent_v1()
1105 oh = (struct _ipfw_obj_header *)ipfw_get_sopt_header(sd, sz); in find_table_entry()
1704 olh = (struct _ipfw_obj_lheader *)ipfw_get_sopt_header(sd,sizeof(*olh)); in list_tables()
1735 oh = (struct _ipfw_obj_header *)ipfw_get_sopt_header(sd, sz); in describe_table()
2178 oh = (struct _ipfw_obj_header *)ipfw_get_sopt_header(sd, sz); in dump_table_v1()
2239 xtbl = (ipfw_xtable *)ipfw_get_sopt_header(sd, sizeof(ipfw_xtable)); in dump_table_v0()
2298 op3 = (ip_fw3_opheader *)ipfw_get_sopt_header(sd, sz); in get_table_size()
2704 olh = (struct _ipfw_obj_lheader *)ipfw_get_sopt_header(sd,sizeof(*olh)); in list_table_algo()
H A Dip_fw_nat.c689 oh = (struct _ipfw_obj_header *)ipfw_get_sopt_header(sd, sz); in nat44_get_cfg()
781 olh = (ipfw_obj_lheader *)ipfw_get_sopt_header(sd, sizeof(*olh)); in nat44_list_nat()
830 oh = (struct _ipfw_obj_header *)ipfw_get_sopt_header(sd, sz); in nat44_get_log()
H A Dip_fw_iface.c504 olh = (struct _ipfw_obj_lheader *)ipfw_get_sopt_header(sd,sizeof(*olh)); in list_ifaces()
H A Dip_fw_table_value.c729 olh = (struct _ipfw_obj_lheader *)ipfw_get_sopt_header(sd,sizeof(*olh)); in list_table_values()
H A Dip_fw_private.h685 caddr_t ipfw_get_sopt_header(struct sockopt_data *sd, size_t needed);
H A Dip_fw_sockopt.c2419 hdr = (ipfw_cfg_lheader *)ipfw_get_sopt_header(sd, sizeof(*hdr)); in dump_config()
3104 olh = (struct _ipfw_obj_lheader *)ipfw_get_sopt_header(sd,sizeof(*olh)); in dump_soptcodes()
3364 hdr = (ipfw_obj_lheader *)ipfw_get_sopt_header(sd, sizeof(*hdr)); in dump_srvobjects()
3642 ipfw_get_sopt_header(struct sockopt_data *sd, size_t needed) in ipfw_get_sopt_header() function
/f-stack/freebsd/netpfil/ipfw/nptv6/
H A Dnptv6.c791 olh = (ipfw_obj_lheader *)ipfw_get_sopt_header(sd, sizeof(*olh)); in nptv6_list()
848 oh = (ipfw_obj_header *)ipfw_get_sopt_header(sd, sz); in nptv6_stats()