Lines Matching refs:ip_proto
5707 gen_port(compiler_state_t *cstate, u_int port, int ip_proto, int dir) in gen_port() argument
5730 switch (ip_proto) { in gen_port()
5734 b1 = gen_portop(cstate, port, (u_int)ip_proto, dir); in gen_port()
5792 gen_port6(compiler_state_t *cstate, u_int port, int ip_proto, int dir) in gen_port6() argument
5799 switch (ip_proto) { in gen_port6()
5803 b1 = gen_portop6(cstate, port, (u_int)ip_proto, dir); in gen_port6()
5914 gen_portrange(compiler_state_t *cstate, u_int port1, u_int port2, int ip_proto, in gen_portrange() argument
5922 switch (ip_proto) { in gen_portrange()
5926 b1 = gen_portrangeop(cstate, port1, port2, (bpf_u_int32)ip_proto, in gen_portrange()
6011 gen_portrange6(compiler_state_t *cstate, u_int port1, u_int port2, int ip_proto, in gen_portrange6() argument
6019 switch (ip_proto) { in gen_portrange6()
6023 b1 = gen_portrangeop6(cstate, port1, port2, (bpf_u_int32)ip_proto, in gen_portrange6()