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

/freebsd-current/usr.sbin/traceroute/
H A Dtraceroute.c1418 struct icmp *const icmpheader = (struct icmp *) outp; local
1420 icmpheader->icmp_type = ICMP_ECHO;
1421 icmpheader->icmp_id = htons(ident);
1422 icmpheader->icmp_seq = htons(outdata->seq);
1423 icmpheader->icmp_cksum = 0;
1424 icmpheader->icmp_cksum = in_cksum((u_short *)icmpheader, protlen);
1425 if (icmpheader->icmp_cksum == 0)
1426 icmpheader->icmp_cksum = 0xffff;
1432 struct icmp *const icmpheader local
[all...]
/freebsd-current/sbin/ipf/iplang/
H A Diplang_y.y369 icmpheader
370 | icmpheader bodyline
373 icmpheader: label

Completed in 71 milliseconds