OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:icmph
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netipsec/
ipsec.c
896
struct icmp
icmph
;
local
931
m_copydata(m, off, sizeof(
icmph
), &
icmph
);
933
htons((uint16_t)
icmph
.icmp_type);
935
htons((uint16_t)
icmph
.icmp_code);
986
struct icmp6_hdr
icmph
;
local
1029
m_copydata(m, off, sizeof(
icmph
), &
icmph
);
1031
htons((uint16_t)
icmph
.icmp6_type);
1033
htons((uint16_t)
icmph
.icmp6_code)
[
all
...]
/src/sys/netinet/
sctp_usrreq.c
243
struct icmp *
icmph
;
local
260
icmph
= (struct icmp *)((vaddr_t)ip - (sizeof(struct icmp) -
262
if (
icmph
->icmp_type != ICMP_UNREACH) {
267
if (
icmph
->icmp_code != ICMP_UNREACH_NEEDFRAG) {
273
nxtsz = ntohs(
icmph
->icmp_seq);
Completed in 24 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026