Searched refs:uh_dport (Results 1 – 10 of 10) sorted by relevance
42 uint16_t uh_dport; /* destination port */ member
383 ND_TCHECK(ouh->uh_dport); in icmp_print()384 dport = EXTRACT_16BITS(&ouh->uh_dport); in icmp_print()
388 if (!ND_TTEST(up->uh_dport)) { in udp_print()394 dport = EXTRACT_16BITS(&up->uh_dport); in udp_print()
937 dport = EXTRACT_16BITS(&ouh->uh_dport); in icmp6_print()1191 if (ND_TTEST(uh->uh_dport)) { in get_upperlayer()
272 udph->uh_dport = htons(DHCP_CLIENT_PORT); in fils_dhcp_handler()491 dport = ntohs(udph->uh_dport); in fils_process_hlp_udp()
355 uint16_t uh_dport; member
4371 udp->uh_dport = port;4862 udp->uh_dport = port;11905 udp->uh_dport = port;
8307 if ((udp->uh_dport != net->port) ||8469 if ((udp.uh_dport != net->port) ||
3113 dst.sin_port = udp->uh_dport;3266 dst.sin6_port = udp->uh_dport;
263 if (ntohs(udp->uh_dport) == 501) {