Home
last modified time | relevance | path

Searched refs:O_IP_SRC (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/sys/netinet/
Dip_fw.h103 O_IP_SRC, /* u32 = IP */ enumerator
/freebsd-10-stable/sys/netpfil/ipfw/
Dip_fw_sockopt.c611 case O_IP_SRC: in check_ipfw_struct()
Dip_fw2.c1440 case O_IP_SRC: in ipfw_chk()
/freebsd-10-stable/sbin/ipfw/
Dipfw2.c969 (cmd->o.opcode == O_IP_SRC || cmd->o.opcode == O_IP_DST) ? in print_ip()
1402 case O_IP_SRC: in show_ipfw()
2749 cmd->opcode = O_IP_SRC; in add_srcip()
/freebsd-10-stable/sys/netinet/libalias/
Dalias_db.c2700 cmd = fill_ip(cmd, O_IP_SRC, sa.s_addr); in fill_rule()