Home
last modified time | relevance | path

Searched refs:IP_FW_DUMP_SRVOBJECTS (Results 1 – 6 of 6) sorted by relevance

/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dioctl_headers.py35 IP_FW_DUMP_SRVOBJECTS = 117 variable in Op3CmdType
H A Dinsn_headers.py138 IP_FW_DUMP_SRVOBJECTS = 117 variable in Op3CmdType
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_compat.c169 { IP_FW_DUMP_SRVOBJECTS, IP_FW3_OPVER_0, HDIR_GET, dump_srvobjects_v0 },
H A Dip_fw_sockopt.c144 { IP_FW_DUMP_SRVOBJECTS, IP_FW3_OPVER, HDIR_GET, dump_srvobjects },
/freebsd/sys/netinet/
H A Dip_fw.h115 #define IP_FW_DUMP_SRVOBJECTS 117 /* Dump existing named objects */ macro
/freebsd/sbin/ipfw/
H A Dipfw2.c5997 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()