Symbol: ip_fw3_opheader
sbin/ipfw/ipfw2.c
5884
ip_fw3_opheader *op3;
sbin/ipfw/ipfw2.c
5892
default_off = sizeof(ipfw_obj_ctlv) + sizeof(ip_fw3_opheader);
sbin/ipfw/ipfw2.c
5893
op3 = (ip_fw3_opheader *)rulebuf;
sbin/ipfw/ipfw2.c
5912
op3 = (ip_fw3_opheader *)tbuf;
sbin/ipfw/ipfw2.c
678
do_set3(int optname, ip_fw3_opheader *op3, size_t optlen)
sbin/ipfw/ipfw2.c
717
do_get3(int optname, ip_fw3_opheader *op3, size_t *optlen)
sys/netinet/ip_fw.h
1163
ip_fw3_opheader opheader; /* IP_FW3 opcode */
sys/netinet/ip_fw.h
1169
ip_fw3_opheader opheader; /* IP_FW3 opcode */
sys/netinet/ip_fw.h
1178
ip_fw3_opheader opheader; /* IP_FW3 opcode */
sys/netinet/ip_fw.h
1189
ip_fw3_opheader opheader; /* IP_FW3 opcode */
sys/netinet/ip_fw.h
1199
ip_fw3_opheader opheader; /* IP_FW3 opcode */
sys/netinet/ip_fw.h
909
ip_fw3_opheader opheader; /* IP_FW3 opcode */
sys/netpfil/ipfw/ip_fw_compat.c
121
ip_fw3_opheader opheader; /* IP_FW3 opcode */
sys/netpfil/ipfw/ip_fw_compat.c
173
dump_config_v0(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_compat.c
221
parse_rules_v0(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_compat.c
233
op3 = (ip_fw3_opheader *)ipfw_get_sopt_space(sd, sd->valsize);
sys/netpfil/ipfw/ip_fw_compat.c
235
read = sizeof(ip_fw3_opheader);
sys/netpfil/ipfw/ip_fw_compat.c
472
add_rules_v0(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_compat.c
525
del_rules_v0(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_compat.c
549
clear_rules_v0(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_compat.c
556
move_rules_v0(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_compat.c
563
manage_sets_v0(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_compat.c
570
dump_soptcodes_v0(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_compat.c
577
dump_srvobjects_v0(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_iface.c
499
list_ifaces(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_iface.c
70
static int list_ifaces(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_nat.c
570
nat44_cfg(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_nat.c
615
nat44_destroy(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_nat.c
675
nat44_get_cfg(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_nat.c
772
nat44_list_nat(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_nat.c
819
nat44_get_log(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_private.h
672
ip_fw3_opheader *op3, struct sockopt_data *sd);
sys/netpfil/ipfw/ip_fw_sockopt.c
1038
del_rules(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_sockopt.c
1069
move_rules(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_sockopt.c
1096
clear_rules(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_sockopt.c
1198
manage_sets(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_sockopt.c
1891
dump_config(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_sockopt.c
2336
parse_rules_v1(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_sockopt.c
2348
op3 = (ip_fw3_opheader *)ipfw_get_sopt_space(sd, sd->valsize);
sys/netpfil/ipfw/ip_fw_sockopt.c
2350
read = sizeof(ip_fw3_opheader);
sys/netpfil/ipfw/ip_fw_sockopt.c
2502
add_rules(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_sockopt.c
2541
dump_soptcodes(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_sockopt.c
2802
dump_srvobjects(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_sockopt.c
2848
manage_skiptocache(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_sockopt.c
3164
ip_fw3_opheader *op3 = NULL;
sys/netpfil/ipfw/ip_fw_sockopt.c
3180
op3 = (ip_fw3_opheader *)xbuf;
sys/netpfil/ipfw/ip_fw_sockopt.c
3258
sizeof(ip_fw3_opheader))) != 0)
sys/netpfil/ipfw/ip_fw_sockopt.c
3260
op3 = (ip_fw3_opheader *)sdata.kbuf;
sys/netpfil/ipfw/ip_fw_table.c
1028
swap_table(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_table.c
1372
list_tables(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_table.c
1400
describe_table(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_table.c
1435
modify_table(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_table.c
1492
create_table(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_table.c
1837
dump_table_v1(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_table.c
2124
list_table_algo(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_table.c
713
manage_table_ent_v1(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_table.c
835
find_table_entry(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_table.c
901
flush_table_v0(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_table_value.c
607
list_table_values(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_table_value.c
66
static int list_table_values(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/nat64/nat64clat_control.c
141
nat64clat_create(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/nat64/nat64clat_control.c
212
nat64clat_config(struct ip_fw_chain *ch, ip_fw3_opheader *op,
sys/netpfil/ipfw/nat64/nat64clat_control.c
313
nat64clat_destroy(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/nat64/nat64clat_control.c
355
nat64clat_list(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/nat64/nat64clat_control.c
415
nat64clat_stats(struct ip_fw_chain *ch, ip_fw3_opheader *op,
sys/netpfil/ipfw/nat64/nat64clat_control.c
462
nat64clat_reset_stats(struct ip_fw_chain *ch, ip_fw3_opheader *op,
sys/netpfil/ipfw/nat64/nat64lsn_control.c
111
nat64lsn_create(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/nat64/nat64lsn_control.c
234
nat64lsn_destroy(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/nat64/nat64lsn_control.c
366
nat64lsn_list(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/nat64/nat64lsn_control.c
407
nat64lsn_config(struct ip_fw_chain *ch, ip_fw3_opheader *op,
sys/netpfil/ipfw/nat64/nat64lsn_control.c
481
nat64lsn_stats(struct ip_fw_chain *ch, ip_fw3_opheader *op,
sys/netpfil/ipfw/nat64/nat64lsn_control.c
529
nat64lsn_reset_stats(struct ip_fw_chain *ch, ip_fw3_opheader *op,
sys/netpfil/ipfw/nat64/nat64lsn_control.c
686
nat64lsn_states(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/nat64/nat64stl_control.c
172
nat64stl_create(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/nat64/nat64stl_control.c
248
nat64stl_config(struct ip_fw_chain *ch, ip_fw3_opheader *op,
sys/netpfil/ipfw/nat64/nat64stl_control.c
318
nat64stl_destroy(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/nat64/nat64stl_control.c
360
nat64stl_list(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/nat64/nat64stl_control.c
420
nat64stl_stats(struct ip_fw_chain *ch, ip_fw3_opheader *op,
sys/netpfil/ipfw/nat64/nat64stl_control.c
467
nat64stl_reset_stats(struct ip_fw_chain *ch, ip_fw3_opheader *op,
sys/netpfil/ipfw/nptv6/nptv6.c
648
nptv6_create(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/nptv6/nptv6.c
724
nptv6_destroy(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/nptv6/nptv6.c
763
nptv6_config(struct ip_fw_chain *chain, ip_fw3_opheader *op,
sys/netpfil/ipfw/nptv6/nptv6.c
779
nptv6_list(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/nptv6/nptv6.c
832
nptv6_stats(struct ip_fw_chain *ch, ip_fw3_opheader *op,
sys/netpfil/ipfw/nptv6/nptv6.c
882
nptv6_reset_stats(struct ip_fw_chain *ch, ip_fw3_opheader *op,