Searched refs:real_proto (Results 1 – 1 of 1) sorted by relevance
6331 int port, real_proto; in gen_scode() local6491 if (pcap_nametoport(name, &port, &real_proto) == 0) in gen_scode()6494 if (real_proto == IPPROTO_TCP) in gen_scode()6496 else if (real_proto == IPPROTO_SCTP) in gen_scode()6500 real_proto = IPPROTO_UDP; in gen_scode()6503 if (real_proto == IPPROTO_UDP) in gen_scode()6506 else if (real_proto == IPPROTO_SCTP) in gen_scode()6510 real_proto = IPPROTO_TCP; in gen_scode()6513 if (real_proto == IPPROTO_UDP) in gen_scode()6516 else if (real_proto == IPPROTO_TCP) in gen_scode()[all …]