Searched refs:real_proto (Results 1 – 1 of 1) sorted by relevance
6212 int port, real_proto; in gen_scode() local6379 if (pcap_nametoport(name, &port, &real_proto) == 0) in gen_scode()6382 if (real_proto == IPPROTO_TCP) in gen_scode()6384 else if (real_proto == IPPROTO_SCTP) in gen_scode()6388 real_proto = IPPROTO_UDP; in gen_scode()6391 if (real_proto == IPPROTO_UDP) in gen_scode()6394 else if (real_proto == IPPROTO_SCTP) in gen_scode()6398 real_proto = IPPROTO_TCP; in gen_scode()6401 if (real_proto == IPPROTO_UDP) in gen_scode()6404 else if (real_proto == IPPROTO_TCP) in gen_scode()[all …]