HomeSort by: relevance | last modified time | path
    Searched defs:nextmtu (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/traceroute/
traceroute.c 404 static int nextmtu; /* from ICMP error, set by packet_ok(), might be 0 */ variable in typeref:typename:int
1454 nextmtu = ntohs(icp->icmp_nextmtu); /* for frag_err() */
1775 if (nextmtu > 0 && nextmtu < packlen) {
1778 nextmtu);
1779 packlen = nextmtu;
1781 if (mtus[i] < nextmtu) {
1788 if (nextmtu)
1790 nextmtu, packlen);
traceroute.c 404 static int nextmtu; /* from ICMP error, set by packet_ok(), might be 0 */ variable in typeref:typename:int
1454 nextmtu = ntohs(icp->icmp_nextmtu); /* for frag_err() */
1775 if (nextmtu > 0 && nextmtu < packlen) {
1778 nextmtu);
1779 packlen = nextmtu;
1781 if (mtus[i] < nextmtu) {
1788 if (nextmtu)
1790 nextmtu, packlen);

Completed in 26 milliseconds