Home
last modified time | relevance | path

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

/dragonfly/contrib/libpcap/
H A Dgencode.c571 static struct block *gen_portop(compiler_state_t *, u_int, u_int, int);
5600 gen_portop(compiler_state_t *cstate, u_int port, u_int proto, int dir) in gen_portop() function
5692 b1 = gen_portop(cstate, port, (u_int)ip_proto, dir); in gen_port()
5696 tmp = gen_portop(cstate, port, IPPROTO_TCP, dir); in gen_port()
5697 b1 = gen_portop(cstate, port, IPPROTO_UDP, dir); in gen_port()
5699 tmp = gen_portop(cstate, port, IPPROTO_SCTP, dir); in gen_port()