Searched refs:uh_sport (Results 1 – 17 of 17) sorted by relevance
71 ntohs(udp->uh_sport), in interpret_udp()76 !reservedport(IPPROTO_UDP, ntohs(udp->uh_sport)) && in interpret_udp()82 (void) sprintf(get_line((char *)(uintptr_t)udp->uh_sport - in interpret_udp()83 dlc_header, 1), "Source port = %d", ntohs(udp->uh_sport)); in interpret_udp()116 ntohs(udp->uh_sport), in interpret_udp()
885 slp_sport = ntohs(udp_h.uh_sport); in want_packet()
84 return (((struct udphdr *)udphp)->uh_sport); in udp_ports()186 udphp->uh_sport = sockets[index].bind.sin_port; in udp_output()188 udphp->uh_sport = ogp->igm_saddr.sin_port; in udp_output()
138 dgmbuf[4] = (char)((udp->uh_sport )&0xFF);139 dgmbuf[5] = (char)((udp->uh_sport >> 8)&0xFF);
302 udp.uh_sport = port;
28 in_port_t uh_sport; /* source port */ member
32 #define ui_sport ui_u.uh_sport
135 outudp->uh_sport = htons(ident); in set_buffers()395 up->uh_sport == htons(ident) && in check_reply()
485 up->uh_sport == htons(ident) && in check_reply6()
393 if (udph->uh_sport != param->lport) in check_icmp_unreach_v4()490 if (udph->uh_sport != param->lport) in check_icmp_unreach_v6()
337 if (udph->uh_sport != client && udph->uh_sport != server && in get_dhcpv4_info()840 if (udph->uh_sport != client && udph->uh_sport != server && in get_dhcpv6_info()
2344 l4info->l4_src_port = udph->uh_sport; in flow_transport_accept()
376 udp_src_port == up->uh_sport && in check_reply6()
340 udp_src_port == up->uh_sport && in check_reply()
1214 mdb_nhconvert(&sport, &udph->uh_sport, sizeof (sport)); in udphdr_print()
1189 fin->fin_sport = ntohs(udp->uh_sport);
5136 src_port = udp_hdr->uh_sport; in ql_tx_hashing()