Lines Matching refs:hdr
60 struct icmphdr hdr;
462 printf("IPv%d: hdr-size=%d pkt-size=%d protocol=%d TTL=%d src=%s ",
527 rawPacket.hdr.type = ICMP_ECHO;
528 rawPacket.hdr.un.echo.id = pid;
535 rawPacket.hdr.un.echo.sequence = count++;
536 rawPacket.hdr.checksum =
600 rawTracePacket.hdr.type = ICMP_ECHO;
601 rawTracePacket.hdr.un.echo.id = pid;
608 rawTracePacket.hdr.un.echo.sequence = count++;
609 rawTracePacket.hdr.checksum =