Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/bpf/
H A Dsf_nametoaddr.c168 int tcp_port = -1; in pcap_nametoport() local
179 tcp_port = ntohs(sp->s_port); in pcap_nametoport()
183 if (tcp_port >= 0) in pcap_nametoport()
185 *port = tcp_port; in pcap_nametoport()
189 if (udp_port == tcp_port) in pcap_nametoport()