Searched refs:IP_FW_DUMP_SRVOBJECTS (Results 1 – 6 of 6) sorted by relevance
/freebsd/tests/atf_python/sys/netpfil/ipfw/ |
H A D | ioctl_headers.py | 35 IP_FW_DUMP_SRVOBJECTS = 117 variable in Op3CmdType
|
H A D | insn_headers.py | 138 IP_FW_DUMP_SRVOBJECTS = 117 variable in Op3CmdType
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_compat.c | 169 { IP_FW_DUMP_SRVOBJECTS, IP_FW3_OPVER_0, HDIR_GET, dump_srvobjects_v0 },
|
H A D | ip_fw_sockopt.c | 144 { IP_FW_DUMP_SRVOBJECTS, IP_FW3_OPVER, HDIR_GET, dump_srvobjects },
|
/freebsd/sys/netinet/ |
H A D | ip_fw.h | 115 #define IP_FW_DUMP_SRVOBJECTS 117 /* Dump existing named objects */ macro
|
/freebsd/sbin/ipfw/ |
H A D | ipfw2.c | 5997 if (do_get3(IP_FW_DUMP_SRVOBJECTS, &req.opheader, &sz) != 0) in ipfw_list_objects() 6006 if (do_get3(IP_FW_DUMP_SRVOBJECTS, &olh->opheader, &sz) != 0) { in ipfw_list_objects()
|