Symbol: do_set3
sbin/ipfw/ipfw2.c
2796
do_set3(IP_FW_SKIPTO_CACHE, &req.opheader, sizeof(req));
sbin/ipfw/ipfw2.h
376
int do_set3(int optname, struct _ip_fw3_opheader *op3, size_t optlen);
sbin/ipfw/nat.c
1009
ret = do_set3(IP_FW_NAT44_DESTROY, &oh.opheader, sizeof(oh));
sbin/ipfw/nat.c
978
i = do_set3(IP_FW_NAT44_XCONFIG, &oh->opheader, len);
sbin/ipfw/nat64clat.c
254
if (do_set3(IP_FW_NAT64CLAT_CREATE, &olh->opheader, sizeof(buf)) != 0)
sbin/ipfw/nat64clat.c
339
if (do_set3(IP_FW_NAT64CLAT_CONFIG, &oh->opheader, sizeof(buf)) != 0)
sbin/ipfw/nat64clat.c
354
if (do_set3(IP_FW_NAT64CLAT_DESTROY, &oh.opheader, sizeof(oh)) != 0)
sbin/ipfw/nat64clat.c
429
if (do_set3(IP_FW_NAT64CLAT_RESET_STATS, &oh.opheader, sizeof(oh)) != 0)
sbin/ipfw/nat64lsn.c
536
if (do_set3(IP_FW_NAT64LSN_CREATE, &olh->opheader, sizeof(buf)) != 0)
sbin/ipfw/nat64lsn.c
653
if (do_set3(IP_FW_NAT64LSN_CONFIG, &oh->opheader, sizeof(buf)) != 0)
sbin/ipfw/nat64lsn.c
668
if (do_set3(IP_FW_NAT64LSN_RESET_STATS, &oh.opheader, sizeof(oh)) != 0)
sbin/ipfw/nat64lsn.c
683
if (do_set3(IP_FW_NAT64LSN_DESTROY, &oh.opheader, sizeof(oh)) != 0)
sbin/ipfw/nat64stl.c
290
if (do_set3(IP_FW_NAT64STL_CREATE, &olh->opheader, sizeof(buf)) != 0)
sbin/ipfw/nat64stl.c
355
if (do_set3(IP_FW_NAT64STL_CONFIG, &oh->opheader, sizeof(buf)) != 0)
sbin/ipfw/nat64stl.c
370
if (do_set3(IP_FW_NAT64STL_DESTROY, &oh.opheader, sizeof(oh)) != 0)
sbin/ipfw/nat64stl.c
445
if (do_set3(IP_FW_NAT64STL_RESET_STATS, &oh.opheader, sizeof(oh)) != 0)
sbin/ipfw/nptv6.c
279
if (do_set3(IP_FW_NPTV6_CREATE, &olh->opheader, sizeof(buf)) != 0)
sbin/ipfw/nptv6.c
294
if (do_set3(IP_FW_NPTV6_DESTROY, &oh.opheader, sizeof(oh)) != 0)
sbin/ipfw/nptv6.c
353
if (do_set3(IP_FW_NPTV6_RESET_STATS, &oh.opheader, sizeof(oh)) != 0)
sbin/ipfw/tables.c
534
error = do_set3(IP_FW_TABLE_XCREATE, &oh->opheader, sizeof(tbuf));
sbin/ipfw/tables.c
589
error = do_set3(IP_FW_TABLE_XMODIFY, &oh->opheader, sizeof(tbuf));
sbin/ipfw/tables.c
619
if (do_set3(IP_FW_TABLE_XDESTROY, &oh->opheader, sizeof(*oh)) != 0)
sbin/ipfw/tables.c
649
if (do_set3(IP_FW_TABLE_XFLUSH, &oh->opheader, sizeof(*oh)) != 0)
sbin/ipfw/tables.c
666
error = do_set3(IP_FW_TABLE_XSWAP, &oh->opheader, sizeof(tbuf));