Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.h39 #define MAX_PORT 65535 /* max port value for UDP */ macro
H A Dtraceroute_aux.c267 outudp->uh_dport = htons((port + seq) % (MAX_PORT + 1)); in send_probe()
397 (MAX_PORT + 1))) { in check_reply()
H A Dtraceroute_aux6.c347 to6->sin6_port = htons((port + seq) % (MAX_PORT + 1)); in send_probe6()
487 (MAX_PORT + 1))) { in check_reply6()
H A Dtraceroute.c422 port = str2int(optarg, "port", 1, MAX_PORT); in main()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.h36 #define MAX_PORT 65535 /* max port number for UDP probes */ macro
H A Dping_aux6.c406 (MAX_PORT + 1) == ntohs(up->uh_dport)) && in check_reply6()
H A Dping.c378 if (i > MAX_PORT) { in main()
2018 dest_port = (dest_port + 1) % (MAX_PORT + 1); in pinger()
H A Dping_aux.c369 (MAX_PORT + 1) == ntohs(up->uh_dport)) && in check_reply()
/titanic_41/usr/src/lib/libdladm/common/
H A Dflowattr.c44 #define MAX_PORT 65535 macro
176 if (val < 1 || val > MAX_PORT || *endp != '\0') in do_check_port()