Symbol: ipfw_get_sopt_header
sys/netpfil/ipfw/ip_fw_iface.c
507
olh = (struct _ipfw_obj_lheader *)ipfw_get_sopt_header(sd,sizeof(*olh));
sys/netpfil/ipfw/ip_fw_nat.c
692
oh = (struct _ipfw_obj_header *)ipfw_get_sopt_header(sd, sz);
sys/netpfil/ipfw/ip_fw_nat.c
784
olh = (ipfw_obj_lheader *)ipfw_get_sopt_header(sd, sizeof(*olh));
sys/netpfil/ipfw/ip_fw_nat.c
833
oh = (struct _ipfw_obj_header *)ipfw_get_sopt_header(sd, sz);
sys/netpfil/ipfw/ip_fw_private.h
689
caddr_t ipfw_get_sopt_header(struct sockopt_data *sd, size_t needed);
sys/netpfil/ipfw/ip_fw_sockopt.c
1901
hdr = (ipfw_cfg_lheader *)ipfw_get_sopt_header(sd, sizeof(*hdr));
sys/netpfil/ipfw/ip_fw_sockopt.c
2549
olh = (struct _ipfw_obj_lheader *)ipfw_get_sopt_header(sd,
sys/netpfil/ipfw/ip_fw_sockopt.c
2808
hdr = (ipfw_obj_lheader *)ipfw_get_sopt_header(sd, sizeof(*hdr));
sys/netpfil/ipfw/ip_fw_table.c
1378
olh = (struct _ipfw_obj_lheader *)ipfw_get_sopt_header(sd,sizeof(*olh));
sys/netpfil/ipfw/ip_fw_table.c
1409
oh = (struct _ipfw_obj_header *)ipfw_get_sopt_header(sd, sz);
sys/netpfil/ipfw/ip_fw_table.c
1849
oh = (struct _ipfw_obj_header *)ipfw_get_sopt_header(sd, sz);
sys/netpfil/ipfw/ip_fw_table.c
2133
olh = (struct _ipfw_obj_lheader *)ipfw_get_sopt_header(sd,sizeof(*olh));
sys/netpfil/ipfw/ip_fw_table.c
757
ipfw_get_sopt_header(sd, sd->valsize);
sys/netpfil/ipfw/ip_fw_table.c
853
oh = (struct _ipfw_obj_header *)ipfw_get_sopt_header(sd, sz);
sys/netpfil/ipfw/ip_fw_table_value.c
615
olh = (struct _ipfw_obj_lheader *)ipfw_get_sopt_header(sd,sizeof(*olh));
sys/netpfil/ipfw/nat64/nat64clat_control.c
365
olh = (ipfw_obj_lheader *)ipfw_get_sopt_header(sd, sizeof(*olh));
sys/netpfil/ipfw/nat64/nat64clat_control.c
429
oh = (ipfw_obj_header *)ipfw_get_sopt_header(sd, sz);
sys/netpfil/ipfw/nat64/nat64lsn_control.c
376
olh = (ipfw_obj_lheader *)ipfw_get_sopt_header(sd, sizeof(*olh));
sys/netpfil/ipfw/nat64/nat64lsn_control.c
495
oh = (ipfw_obj_header *)ipfw_get_sopt_header(sd, sz);
sys/netpfil/ipfw/nat64/nat64stl_control.c
370
olh = (ipfw_obj_lheader *)ipfw_get_sopt_header(sd, sizeof(*olh));
sys/netpfil/ipfw/nat64/nat64stl_control.c
434
oh = (ipfw_obj_header *)ipfw_get_sopt_header(sd, sz);
sys/netpfil/ipfw/nptv6/nptv6.c
789
olh = (ipfw_obj_lheader *)ipfw_get_sopt_header(sd, sizeof(*olh));
sys/netpfil/ipfw/nptv6/nptv6.c
846
oh = (ipfw_obj_header *)ipfw_get_sopt_header(sd, sz);