Searched refs:real_proto (Results 1 – 1 of 1) sorted by relevance
7064 int port, real_proto; in gen_scode() local7247 if (pcap_nametoport(name, &port, &real_proto) == 0) in gen_scode()7250 if (real_proto == IPPROTO_TCP) in gen_scode()7252 else if (real_proto == IPPROTO_SCTP) in gen_scode()7256 real_proto = IPPROTO_UDP; in gen_scode()7259 if (real_proto == IPPROTO_UDP) in gen_scode()7262 else if (real_proto == IPPROTO_SCTP) in gen_scode()7266 real_proto = IPPROTO_TCP; in gen_scode()7269 if (real_proto == IPPROTO_UDP) in gen_scode()7272 else if (real_proto == IPPROTO_TCP) in gen_scode()[all …]