Home
last modified time | relevance | path

Searched refs:icmpheader (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/traceroute/
Dtraceroute.c1470 struct icmp *const icmpheader = (struct icmp *) outp; in icmp_prep() local
1472 icmpheader->icmp_type = ICMP_ECHO; in icmp_prep()
1473 icmpheader->icmp_id = htons(ident); in icmp_prep()
1474 icmpheader->icmp_seq = htons(outdata->seq); in icmp_prep()
1475 icmpheader->icmp_cksum = 0; in icmp_prep()
1476 icmpheader->icmp_cksum = in_cksum((u_short *)icmpheader, protlen); in icmp_prep()
1477 if (icmpheader->icmp_cksum == 0) in icmp_prep()
1478 icmpheader->icmp_cksum = 0xffff; in icmp_prep()
1484 struct icmp *const icmpheader = (struct icmp *) data; in icmp_check() local
1486 return (icmpheader->icmp_id == htons(ident) in icmp_check()
[all …]
/freebsd-12-stable/sbin/ipf/iplang/
Diplang_y.y371 icmpheader
372 | icmpheader bodyline
375 icmpheader: