OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ICMP_EXT_OFFSET
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/netmpls/
mpls_ttl.c
215
icmplen = uimin(
ICMP_EXT_OFFSET
, ntohs(oip->ip_len));
226
ICMP_EXT_OFFSET
+ sizeof(mpls_icmp_ext);
280
memset(&icp->icmp_ip, 0,
ICMP_EXT_OFFSET
);
284
memcpy(((char*)&icp->icmp_ip) +
ICMP_EXT_OFFSET
,
/src/sys/netinet/
ip_icmp.h
137
#define
ICMP_EXT_OFFSET
128
/src/usr.sbin/traceroute/
traceroute.c
295
#ifdef
ICMP_EXT_OFFSET
296
#undef
ICMP_EXT_OFFSET
298
#define
ICMP_EXT_OFFSET
8 /* ICMP type, code, checksum, unused */ + \
1117
if (ip_len < (int)((ip->ip_hl << 2) +
ICMP_EXT_OFFSET
+
1128
buf += (ip->ip_hl << 2) +
ICMP_EXT_OFFSET
;
Completed in 13 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025