Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_udp.c70 ntohs(udp->uh_dport), in interpret_udp()
75 sunrpc = !reservedport(IPPROTO_UDP, ntohs(udp->uh_dport)) && in interpret_udp()
88 pname = getportname(IPPROTO_UDP, ntohs(udp->uh_dport)); in interpret_udp()
96 (void) sprintf(get_line((char *)(uintptr_t)udp->uh_dport - in interpret_udp()
98 ntohs(udp->uh_dport), pname); in interpret_udp()
117 ntohs(udp->uh_dport), in interpret_udp()
H A Dsnoop_icmp.c130 ntohs(orig_uhdr->uh_dport)); in interpret_icmp()
136 ntohs(orig_uhdr->uh_dport)); in interpret_icmp()
493 ntohs(orig_uhdr->uh_dport));
H A Dsnoop_filter.c886 slp_dport = ntohs(udp_h.uh_dport); in want_packet()
/titanic_50/usr/src/stand/lib/inet/
H A Dudp.c85 return (((struct udphdr *)udphp)->uh_dport); in udp_ports()
139 if (sockets[index].bind.sin_port != udphp->uh_dport) { in udp_input()
142 ntohs(udphp->uh_dport), ntohs( in udp_input()
184 udphp->uh_dport = ogp->igm_saddr.sin_port; in udp_output()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux6.c395 ntohs(up->uh_dport)); in check_reply6()
408 (MAX_PORT + 1) == ntohs(up->uh_dport)) && in check_reply6()
487 Printf("udp_port=%d. ", ntohs(up->uh_dport)); in check_reply6()
506 Printf(" port %d ", ntohs(up->uh_dport)); in check_reply6()
575 Printf(" port %d ", ntohs(up->uh_dport)); in check_reply6()
618 Printf(" port %d", ntohs(up->uh_dport)); in check_reply6()
667 Printf(" port %d", ntohs(up->uh_dport)); in check_reply6()
H A Dping_aux.c359 ntohs(up->uh_dport)); in check_reply()
372 (MAX_PORT + 1) == ntohs(up->uh_dport)) && in check_reply()
452 Printf("udp_port=%d. ", ntohs(up->uh_dport)); in check_reply()
469 Printf(" port %d ", ntohs(up->uh_dport)); in check_reply()
735 Printf(" port %d", ntohs(up->uh_dport)); in check_reply()
796 Printf(" port %d", ntohs(up->uh_dport)); in check_reply()
832 Printf(" port %d", ntohs(up->uh_dport)); in check_reply()
/titanic_50/usr/src/uts/common/netinet/
H A Dudp.h29 in_port_t uh_dport; /* destination port */ member
H A Dudp_var.h33 #define ui_dport ui_u.uh_dport
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux.c267 outudp->uh_dport = htons((port + seq) % (MAX_PORT + 1)); in send_probe()
272 ((struct sockaddr_in *)to)->sin_port = outudp->uh_dport; in send_probe()
396 up->uh_dport == htons((port + seq) % in check_reply()
H A Dtraceroute_aux6.c486 up->uh_dport == htons((port + seq) % in check_reply6()
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/
H A Dilb_probe.c391 if (udph->uh_dport != htons(param->port)) in check_icmp_unreach_v4()
488 if (udph->uh_dport != htons(param->port)) in check_icmp_unreach_v6()
/titanic_50/usr/src/uts/common/io/mac/
H A Dmac_protect.c338 udph->uh_dport != client && udph->uh_dport != server) in get_dhcpv4_info()
841 udph->uh_dport != client && udph->uh_dport != server) in get_dhcpv6_info()
H A Dmac_flow.c2345 l4info->l4_dst_port = udph->uh_dport; in flow_transport_accept()
/titanic_50/usr/src/uts/common/inet/ip/
H A Dip_mroute.c3265 switch (ntohs(udp->uh_dport) & 0xc000) { in priority()
3282 ntohs(udp->uh_dport), prio); in priority()
/titanic_50/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1215 mdb_nhconvert(&dport, &udph->uh_dport, sizeof (dport)); in udphdr_print()
/titanic_50/usr/src/uts/common/inet/ipf/
H A Dfil.c1190 fin->fin_dport = ntohs(udp->uh_dport);
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c5137 dest_port = udp_hdr->uh_dport; in ql_tx_hashing()