Searched refs:gen_port (Results 1 – 1 of 1) sorted by relevance
/openbsd/lib/libpcap/ |
H A D | gencode.c | 162 static struct block *gen_port(int, int, int); 1664 gen_port(int port, int ip_proto, int dir) in gen_port() function 2358 return gen_port(port, real_proto, dir); in gen_scode() 2362 b = gen_port(port, real_proto, dir); in gen_scode() 2494 return gen_port((int)v, proto, dir); in gen_ncode() 2498 b = gen_port((int)v, proto, dir); in gen_ncode()
|