Unit 'libc' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#libc]

icmphdr

Declaration

Source position: nip_icmph.inc line 4

type icmphdr = record

  _type: u_int8_t;

  code: u_int8_t;

  checksum: u_int16_t;

  un: record

    case LongInt of

      0: (

          echo: record

            id: u_int16_t;

            sequence: u_int16_t;

          end;

        );

      1: (

          gateway: u_int32_t;

        );

      2: (

          frag: record

            __unused: u_int16_t;

            mtu: u_int16_t;

          end;

        );

  end;

end;


Documentation generated on: 2023-03-18