Lines Matching refs:port

4924 struct block *gen_portop(port, proto, dir)  in gen_portop()  argument
4925 int port, proto, dir; in gen_portop()
4937 b1 = gen_portatom(0, (bpf_int32) port);
4941 b1 = gen_portatom(2, (bpf_int32) port);
4946 tmp = gen_portatom(0, (bpf_int32) port);
4947 b1 = gen_portatom(2, (bpf_int32) port);
4952 tmp = gen_portatom(0, (bpf_int32) port);
4953 b1 = gen_portatom(2, (bpf_int32) port);
4965 static struct block *gen_port(port, ip_proto, dir) in gen_port() argument
4966 int port; in gen_port()
4996 b1 = gen_portop(port, ip_proto, dir);
5000 tmp = gen_portop(port, IPPROTO_TCP, dir);
5001 b1 = gen_portop(port, IPPROTO_UDP, dir);
5003 tmp = gen_portop(port, IPPROTO_SCTP, dir);
5015 struct block *gen_portop6(port, proto, dir) in gen_portop6() argument
5016 int port, proto, dir; in gen_portop6()
5026 b1 = gen_portatom6(0, (bpf_int32) port);
5030 b1 = gen_portatom6(2, (bpf_int32) port);
5035 tmp = gen_portatom6(0, (bpf_int32) port);
5036 b1 = gen_portatom6(2, (bpf_int32) port);
5041 tmp = gen_portatom6(0, (bpf_int32) port);
5042 b1 = gen_portatom6(2, (bpf_int32) port);
5054 static struct block *gen_port6(port, ip_proto, dir) in gen_port6() argument
5055 int port; in gen_port6()
5069 b1 = gen_portop6(port, ip_proto, dir);
5073 tmp = gen_portop6(port, IPPROTO_TCP, dir);
5074 b1 = gen_portop6(port, IPPROTO_UDP, dir);
5076 tmp = gen_portop6(port, IPPROTO_SCTP, dir);
5914 int port, real_proto; local
6086 if (pcap_nametoport(name, &port, &real_proto) == 0)
6121 return gen_port(port, real_proto, dir);
6123 b = gen_port(port, real_proto, dir);
6124 gen_or(gen_port6(port, real_proto, dir), b);