Searched refs:ipfw_get_sopt_header (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/nat64/ |
| H A D | nat64stl_control.c | 373 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 D | nat64clat_control.c | 368 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 D | nat64lsn_control.c | 370 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 D | ip_fw_table.c | 1008 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 D | ip_fw_nat.c | 689 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 D | ip_fw_iface.c | 504 olh = (struct _ipfw_obj_lheader *)ipfw_get_sopt_header(sd,sizeof(*olh)); in list_ifaces()
|
| H A D | ip_fw_table_value.c | 729 olh = (struct _ipfw_obj_lheader *)ipfw_get_sopt_header(sd,sizeof(*olh)); in list_table_values()
|
| H A D | ip_fw_private.h | 685 caddr_t ipfw_get_sopt_header(struct sockopt_data *sd, size_t needed);
|
| H A D | ip_fw_sockopt.c | 2419 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 D | nptv6.c | 791 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()
|