Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/bpf/
H A Dsf_nametoaddr.c169 int udp_port = -1; in pcap_nametoport() local
182 udp_port = ntohs(sp->s_port); in pcap_nametoport()
187 if (udp_port >= 0) in pcap_nametoport()
189 if (udp_port == tcp_port) in pcap_nametoport()
200 if (udp_port >= 0) in pcap_nametoport()
202 *port = udp_port; in pcap_nametoport()