OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 28 milliseconds
Indexes created Fri Oct 03 17:10:05 GMT 2025