Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/traceroute/
Dtraceroute.c1356 struct icmp *const icmpheader = (struct icmp *) outp; in icmp_prep() local
1358 icmpheader->icmp_type = ICMP_ECHO; in icmp_prep()
1359 icmpheader->icmp_id = htons(ident); in icmp_prep()
1360 icmpheader->icmp_seq = htons(outdata->seq); in icmp_prep()
1361 icmpheader->icmp_cksum = 0; in icmp_prep()
1362 icmpheader->icmp_cksum = in_cksum((u_short *)icmpheader, protlen); in icmp_prep()
1363 if (icmpheader->icmp_cksum == 0) in icmp_prep()
1364 icmpheader->icmp_cksum = 0xffff; in icmp_prep()
1370 struct icmp *const icmpheader = (struct icmp *) data; in icmp_check() local
1372 return (icmpheader->icmp_id == htons(ident) in icmp_check()
[all …]
/freebsd-9-stable/contrib/ipfilter/iplang/
Diplang_y.y386 icmpheader
387 | icmpheader bodyline
390 icmpheader: