Home
last modified time | relevance | path

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

/dflybsd-src/contrib/libpcap/
H A Dnametoaddr.c333 int udp_port = -1; in pcap_nametoport() local
412 udp_port = ntohs(in4->sin_port); in pcap_nametoport()
418 udp_port = ntohs(in6->sin6_port); in pcap_nametoport()
436 if (udp_port >= 0) { in pcap_nametoport()
437 if (udp_port == tcp_port) in pcap_nametoport()
449 if (udp_port >= 0) { in pcap_nametoport()
450 *port = udp_port; in pcap_nametoport()