Searched refs:IP_FW3 (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/sys/netinet/
H A Din.h434 * replaced by only two options, IP_FW3 and IP_DUMMYNET3.
442 #define IP_FW3 48 /* generic ipfw v.3 sockopts */ macro
H A Draw_ip.c576 case IP_FW3: /* generic ipfw v.3 functions */
635 case IP_FW3: /* generic ipfw v.3 functions */
/freebsd-10.0-release/sbin/ipfw/
H A Dipfw2.c434 optname == IP_FW_ADD || optname == IP_FW3 ||
454 * Function encapsulates option value in IP_FW3 socket option
479 return setsockopt(ipfw_socket, IPPROTO_IP, IP_FW3, op3, len);
4323 /* Prepend value with IP_FW3 header */
4331 if (do_cmd(IP_FW3, op3, (uintptr_t)&l) < 0)
4342 if (do_cmd(IP_FW3, tbl, (uintptr_t)&l) < 0)
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c973 if ((opt = sopt->sopt_name) == IP_FW3) {
976 * We hope any IP_FW3 command will fit into 128-byte buffer.
1140 case IP_FW_TABLE_XADD: /* IP_FW3 */
1141 case IP_FW_TABLE_XDEL: /* IP_FW3 */
1224 case IP_FW_TABLE_XGETSIZE: /* IP_FW3 */
1244 case IP_FW_TABLE_XLIST: /* IP_FW3 */

Completed in 88 milliseconds