Searched refs:icmpheader (Results 1 – 2 of 2) sorted by relevance
1356 struct icmp *const icmpheader = (struct icmp *) outp; in icmp_prep() local1358 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() local1372 return (icmpheader->icmp_id == htons(ident) in icmp_check()[all …]
386 icmpheader387 | icmpheader bodyline390 icmpheader: