Home
last modified time | relevance | path

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

/dragonfly/contrib/libpcap/
H A Dgencode.c6664 int port, real_proto; in gen_scode() local
6834 if (real_proto == IPPROTO_TCP) in gen_scode()
6840 real_proto = IPPROTO_UDP; in gen_scode()
6843 if (real_proto == IPPROTO_UDP) in gen_scode()
6850 real_proto = IPPROTO_TCP; in gen_scode()
6860 real_proto = IPPROTO_SCTP; in gen_scode()
6883 real_proto = IPPROTO_UDP; in gen_scode()
6892 real_proto = IPPROTO_TCP; in gen_scode()
6901 real_proto = IPPROTO_SCTP; in gen_scode()
6938 if (real_proto >= 0) in gen_scode()
[all …]