Symbol: op3
sbin/ipfw/ipfw2.c
5882
ip_fw3_opheader *op3;
sbin/ipfw/ipfw2.c
5891
op3 = (ip_fw3_opheader *)rulebuf;
sbin/ipfw/ipfw2.c
5892
ctlv = (ipfw_obj_ctlv *)(op3 + 1);
sbin/ipfw/ipfw2.c
5910
op3 = (ip_fw3_opheader *)tbuf;
sbin/ipfw/ipfw2.c
5912
ctlv = (ipfw_obj_ctlv *)(op3 + 1);
sbin/ipfw/ipfw2.c
5935
if (do_get3(IP_FW_XADD, op3, &sz) != 0)
sbin/ipfw/ipfw2.c
678
do_set3(int optname, ip_fw3_opheader *op3, size_t optlen)
sbin/ipfw/ipfw2.c
681
op3->opcode = optname;
sbin/ipfw/ipfw2.c
682
op3->version = IP_FW3_OPVER; /* use last version */
sbin/ipfw/ipfw2.c
691
write(1, op3, optlen);
sbin/ipfw/ipfw2.c
703
return (setsockopt(ipfw_socket, IPPROTO_IP, IP_FW3, op3, optlen));
sbin/ipfw/ipfw2.c
717
do_get3(int optname, ip_fw3_opheader *op3, size_t *optlen)
sbin/ipfw/ipfw2.c
722
op3->opcode = optname;
sbin/ipfw/ipfw2.c
723
op3->version = IP_FW3_OPVER; /* use last version */
sbin/ipfw/ipfw2.c
732
write(1, op3, *optlen);
sbin/ipfw/ipfw2.c
745
error = getsockopt(ipfw_socket, IPPROTO_IP, IP_FW3, op3, &len);
sbin/ipfw/ipfw2.h
376
int do_set3(int optname, struct _ip_fw3_opheader *op3, size_t optlen);
sbin/ipfw/ipfw2.h
377
int do_get3(int optname, struct _ip_fw3_opheader *op3, size_t *optlen);
sys/amd64/amd64/db_disasm.c
416
/*a4*/ { "shld", true, LONG, op3(Ib,R,E), 0 },
sys/amd64/amd64/db_disasm.c
417
/*a5*/ { "shld", true, LONG, op3(CL,R,E), 0 },
sys/amd64/amd64/db_disasm.c
425
/*ac*/ { "shrd", true, LONG, op3(Ib,R,E), 0 },
sys/amd64/amd64/db_disasm.c
426
/*ad*/ { "shrd", true, LONG, op3(CL,R,E), 0 },
sys/amd64/amd64/db_disasm.c
801
/*69*/ { "imul", true, LONG, op3(I,E,R), 0 },
sys/amd64/amd64/db_disasm.c
803
/*6b*/ { "imul", true, LONG, op3(Ibs,E,R),0 },
sys/dev/ntb/test/ntb_tool.c
455
char op1[8], op2[8], op3[8];
sys/dev/ntb/test/ntb_tool.c
462
cmd, op1, &val1, op2, &val2, op3, &val3);
sys/dev/ntb/test/ntb_tool.c
489
if (!vs1 && !strcmp(op3, "offset")) {
sys/dev/ntb/test/ntb_tool.c
491
} else if (!vs2 && !strcmp(op3, "nbytes")) {
sys/dev/ntb/test/ntb_tool.c
493
} else if (!vs3 && !strcmp(op3, "pattern")) {
sys/i386/i386/db_disasm.c
322
/*a4*/ { "shld", true, LONG, op3(Ib,R,E), 0 },
sys/i386/i386/db_disasm.c
323
/*a5*/ { "shld", true, LONG, op3(CL,R,E), 0 },
sys/i386/i386/db_disasm.c
331
/*ac*/ { "shrd", true, LONG, op3(Ib,R,E), 0 },
sys/i386/i386/db_disasm.c
332
/*ad*/ { "shrd", true, LONG, op3(CL,R,E), 0 },
sys/i386/i386/db_disasm.c
696
/*69*/ { "imul", true, LONG, op3(I,E,R), 0 },
sys/i386/i386/db_disasm.c
698
/*6b*/ { "imul", true, LONG, op3(Ibs,E,R),0 },
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
234
ctlv = (ipfw_obj_ctlv *)(op3 + 1);
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
482
ret = parse_rules_v0(chain, op3, sd, &rtlv, &nci);
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_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
1111
log_only = (op3->opcode == IP_FW_XRESETLOG);
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
1212
if (op3->opcode != IP_FW_SET_ENABLE &&
sys/netpfil/ipfw/ip_fw_sockopt.c
1219
switch (op3->opcode) {
sys/netpfil/ipfw/ip_fw_sockopt.c
1223
op3->opcode == IP_FW_SET_MOVE);
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
2349
ctlv = (ipfw_obj_ctlv *)(op3 + 1);
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
2512
ret = parse_rules_v1(chain, op3, sd, &rtlv, &nci);
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
3181
error = sooptcopyin(sopt, op3, sizeof(*op3), sizeof(*op3));
sys/netpfil/ipfw/ip_fw_sockopt.c
3189
error = find_ref_sh(op3->opcode, op3->version, &h);
sys/netpfil/ipfw/ip_fw_sockopt.c
3260
op3 = (ip_fw3_opheader *)sdata.kbuf;
sys/netpfil/ipfw/ip_fw_sockopt.c
3263
error = h.handler(chain, op3, &sdata);
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
1038
oh = (struct _ipfw_obj_header *)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.c
911
oh = (struct _ipfw_obj_header *)op3;
sys/netpfil/ipfw/ip_fw_table.c
914
if (op3->opcode == IP_FW_TABLE_XDESTROY)
sys/netpfil/ipfw/ip_fw_table.c
916
else if (op3->opcode == IP_FW_TABLE_XFLUSH)
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
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/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
243
oh = (ipfw_obj_header *)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
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
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/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
779
nptv6_list(struct ip_fw_chain *ch, ip_fw3_opheader *op3,