Searched refs:ipfw_get_sopt_space (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/nat64/ |
| H A D | nat64lsn_control.c | 345 uc = (struct _ipfw_nat64lsn_cfg *)ipfw_get_sopt_space(da->sd, in export_config_cb() 412 oh = (ipfw_obj_header *)ipfw_get_sopt_space(sd, in nat64lsn_config() 577 s = (ipfw_nat64lsn_state_v1 *)ipfw_get_sopt_space(sd, in nat64lsn_export_states_v1() 751 oh = (ipfw_obj_header *)ipfw_get_sopt_space(sd, sz); in nat64lsn_states_v1() 801 stg = (ipfw_nat64lsn_stg_v1 *)ipfw_get_sopt_space(sd, in nat64lsn_states_v1()
|
| H A D | nat64stl_control.c | 127 uc = (ipfw_nat64stl_cfg *)ipfw_get_sopt_space(da->sd, sizeof(*uc)); in export_config_cb() 262 oh = (ipfw_obj_header *)ipfw_get_sopt_space(sd, in nat64stl_config()
|
| H A D | nat64clat_control.c | 120 uc = (ipfw_nat64clat_cfg *)ipfw_get_sopt_space(da->sd, sizeof(*uc)); in export_config_cb() 227 oh = (ipfw_obj_header *)ipfw_get_sopt_space(sd, in nat64clat_config()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_sockopt.c | 1322 rh = (ipfw_range_header *)ipfw_get_sopt_space(sd, sd->valsize); in del_rules() 1352 rh = (ipfw_range_header *)ipfw_get_sopt_space(sd, sd->valsize); in move_rules() 1381 rh = (ipfw_range_header *)ipfw_get_sopt_space(sd, sd->valsize); in clear_rules() 1482 rh = (ipfw_range_header *)ipfw_get_sopt_space(sd, sd->valsize); in manage_sets() 2255 ntlv = (ipfw_obj_ntlv *)ipfw_get_sopt_space(sd, sizeof(*ntlv)); in export_objhash_ntlv() 2288 ctlv = (ipfw_obj_ctlv *)ipfw_get_sopt_space(sd, sizeof(*ctlv)); in dump_named_objects() 2334 dst = (caddr_t)ipfw_get_sopt_space(sd, l); in dump_static_rules() 2924 op3 = (ip_fw3_opheader *)ipfw_get_sopt_space(sd, sd->valsize); in add_rules() 3126 i = (ipfw_sopt_info *)ipfw_get_sopt_space(sd, sizeof(*i)); in dump_soptcodes() 3612 ipfw_get_sopt_space(struct sockopt_data *sd, size_t needed) in ipfw_get_sopt_space() function [all …]
|
| H A D | ip_fw_nat.c | 732 ser_r = (struct nat44_cfg_redir *)ipfw_get_sopt_space(sd, in nat44_get_cfg() 747 ser_s = (struct nat44_cfg_spool *)ipfw_get_sopt_space( in nat44_get_cfg() 797 ucfg = (struct nat44_cfg_nat *)ipfw_get_sopt_space(sd, in nat44_list_nat() 869 pbuf = (void *)ipfw_get_sopt_space(sd, LIBALIAS_BUF_SIZE); in nat44_get_log()
|
| H A D | ip_fw_iface.c | 473 i = (ipfw_iface_info *)ipfw_get_sopt_space(da->sd, sizeof(*i)); in export_iface_internal()
|
| H A D | ip_fw_table.c | 1991 ntlv = (ipfw_obj_ntlv *)ipfw_get_sopt_space(sd, sizeof(*ntlv)); in ipfw_export_table_ntlv() 2112 i = (ipfw_xtable_info *)ipfw_get_sopt_space(dta->sd, sizeof(*i)); in export_table_internal() 2434 tent = (ipfw_obj_tentry *)ipfw_get_sopt_space(da->sd, sizeof(*tent)); in dump_table_tentry() 2472 xent = (ipfw_table_xentry *)ipfw_get_sopt_space(da->sd, sizeof(*xent)); in dump_table_xentry() 2727 i = (ipfw_ta_info *)ipfw_get_sopt_space(sd, sizeof(*i)); in list_table_algo()
|
| H A D | ip_fw_table_value.c | 700 v = (struct table_value *)ipfw_get_sopt_space(da->sd, sizeof(*v)); in dump_tvalue()
|
| H A D | ip_fw_private.h | 684 caddr_t ipfw_get_sopt_space(struct sockopt_data *sd, size_t needed);
|
| H A D | ip_fw_dynamic.c | 3057 ctlv = (ipfw_obj_ctlv *)ipfw_get_sopt_space(sd, sizeof(*ctlv)); in ipfw_dump_states() 3066 dst = (ipfw_obj_dyntlv *)ipfw_get_sopt_space(sd, \ in ipfw_dump_states()
|
| /f-stack/freebsd/netpfil/ipfw/nptv6/ |
| H A D | nptv6.c | 471 uc = (ipfw_nptv6_cfg *)ipfw_get_sopt_space(da->sd, sizeof(*uc)); in export_config_cb()
|