Symbol: do_get3
sbin/ipfw/ipfw2.c
2662
if (do_get3(cmd, &rh.opheader, &sz) != 0)
sbin/ipfw/ipfw2.c
3225
if (do_get3(IP_FW_XGET, &cfg->opheader, &sz) != 0) {
sbin/ipfw/ipfw2.c
5937
if (do_get3(IP_FW_XADD, op3, &sz) != 0)
sbin/ipfw/ipfw2.c
6106
if (do_get3(IP_FW_DUMP_SRVOBJECTS, &req.opheader, &sz) != 0)
sbin/ipfw/ipfw2.c
6115
if (do_get3(IP_FW_DUMP_SRVOBJECTS, &olh->opheader, &sz) != 0) {
sbin/ipfw/ipfw2.c
6310
if (do_get3(IP_FW_XIFLIST, &req.opheader, &sz) != 0) {
sbin/ipfw/ipfw2.c
6320
if (do_get3(IP_FW_XIFLIST, &olh->opheader, &sz) != 0) {
sbin/ipfw/ipfw2.h
377
int do_get3(int optname, struct _ip_fw3_opheader *op3, size_t *optlen);
sbin/ipfw/nat.c
1092
if (do_get3(IP_FW_NAT44_LIST_NAT, &olh->opheader, &sz) != 0) {
sbin/ipfw/nat.c
1135
if (do_get3(cmd, &oh->opheader, &sz) != 0) {
sbin/ipfw/nat64clat.c
284
if (do_get3(IP_FW_NAT64CLAT_CONFIG, &oh->opheader, &sz) != 0)
sbin/ipfw/nat64clat.c
374
if (do_get3(IP_FW_NAT64CLAT_STATS, &oh->opheader, &sz) == 0) {
sbin/ipfw/nat64clat.c
513
if (do_get3(IP_FW_NAT64CLAT_LIST, &olh->opheader, &sz) != 0) {
sbin/ipfw/nat64lsn.c
185
if (do_get3(IP_FW_NAT64LSN_LIST_STATES, &oh->opheader, &sz))
sbin/ipfw/nat64lsn.c
563
if (do_get3(IP_FW_NAT64LSN_CONFIG, &oh->opheader, &sz) != 0)
sbin/ipfw/nat64lsn.c
703
if (do_get3(IP_FW_NAT64LSN_STATS, &oh->opheader, &sz) == 0) {
sbin/ipfw/nat64lsn.c
878
if (do_get3(IP_FW_NAT64LSN_LIST, &olh->opheader, &sz) != 0) {
sbin/ipfw/nat64stl.c
317
if (do_get3(IP_FW_NAT64STL_CONFIG, &oh->opheader, &sz) != 0)
sbin/ipfw/nat64stl.c
390
if (do_get3(IP_FW_NAT64STL_STATS, &oh->opheader, &sz) == 0) {
sbin/ipfw/nat64stl.c
529
if (do_get3(IP_FW_NAT64STL_LIST, &olh->opheader, &sz) != 0) {
sbin/ipfw/nptv6.c
313
if (do_get3(IP_FW_NPTV6_STATS, &oh->opheader, &sz) == 0) {
sbin/ipfw/nptv6.c
433
if (do_get3(IP_FW_NPTV6_LIST, &olh->opheader, &sz) != 0) {
sbin/ipfw/tables.c
1139
if (do_get3(IP_FW_TABLE_XFIND, &oh->opheader, &sz) != 0)
sbin/ipfw/tables.c
1719
if (do_get3(IP_FW_TABLES_XLIST, &olh->opheader, &sz) != 0) {
sbin/ipfw/tables.c
1770
if (do_get3(IP_FW_TABLE_XLIST, &oh->opheader, &sz) == 0) {
sbin/ipfw/tables.c
1981
if (do_get3(opcode, &req.opheader, &sz) != 0)
sbin/ipfw/tables.c
1990
if (do_get3(opcode, &olh->opheader, &sz) != 0) {
sbin/ipfw/tables.c
711
if (do_get3(IP_FW_TABLE_XINFO, &oh->opheader, &sz) != 0)
sbin/ipfw/tables.c
935
error = do_get3(cmd, &oh->opheader, &sz);