HomeSort by: relevance | last modified time | path
    Searched defs:gen_portop6 (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/libpcap/dist/
gencode.c 581 struct block *gen_portop6(compiler_state_t *, u_int, u_int, int);
5863 gen_portop6(compiler_state_t *cstate, u_int port, u_int proto, int dir) function
5913 b1 = gen_portop6(cstate, port, (u_int)ip_proto, dir);
5917 tmp = gen_portop6(cstate, port, IPPROTO_TCP, dir);
5918 b1 = gen_portop6(cstate, port, IPPROTO_UDP, dir);
5920 tmp = gen_portop6(cstate, port, IPPROTO_SCTP, dir);

Completed in 69 milliseconds