Home
last modified time | relevance | path

Searched refs:IP_FW_DUMP_SRVOBJECTS (Results 1 – 5 of 5) 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/netinet/
H A Dip_fw.h111 #define IP_FW_DUMP_SRVOBJECTS 117 /* Dump existing named objects */ macro
/freebsd/sbin/ipfw/
H A Dipfw2.c5765 if (do_get3(IP_FW_DUMP_SRVOBJECTS, &req.opheader, &sz) != 0) in ipfw_list_objects()
5774 if (do_get3(IP_FW_DUMP_SRVOBJECTS, &olh->opheader, &sz) != 0) { in ipfw_list_objects()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c154 { IP_FW_DUMP_SRVOBJECTS,0, HDIR_GET, dump_srvobjects },