tag | line | file | source code |
port_match | 224 | net/inet/ip_fw.c | if (proto==IP_FW_F_ICMP || (port_match(&f->ports[0],f->n_src_p,src_port, |
port_match | 226 | net/inet/ip_fw.c | port_match(&f->ports[f->n_src_p],f->n_dst_p,dst_port, |
port_match | 398 | net/inet/ip_fw.c | (port_match(&f->ports[0],f->n_src_p,src_port, |
port_match | 400 | net/inet/ip_fw.c | port_match(&f->ports[f->n_src_p],f->n_dst_p,dst_port, |
port_match | 403 | net/inet/ip_fw.c | && (port_match(&f->ports[0],f->n_src_p,dst_port, |
port_match | 405 | net/inet/ip_fw.c | && port_match(&f->ports[f->n_src_p],f->n_dst_p,src_port, |