Searched refs:icmpheader (Results 1 – 2 of 2) sorted by relevance
1470 struct icmp *const icmpheader = (struct icmp *) outp; in icmp_prep() local1472 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() local1486 return (icmpheader->icmp_id == htons(ident) in icmp_check()[all …]
371 icmpheader372 | icmpheader bodyline375 icmpheader: