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

ifreq

Declaration

Source position: nifh.inc line 60

type ifreq = record

  ifr_ifrn: record

    case LongInt of

      0: (

          ifrn_name: array [0..(IFNAMSIZ)-1] of char;

        );

  end;

  ifr_ifru: record

    case LongInt of

      0: (

          ifru_addr: sockaddr;

        );

      1: (

          ifru_dstaddr: sockaddr;

        );

      2: (

          ifru_broadaddr: sockaddr;

        );

      3: (

          ifru_netmask: sockaddr;

        );

      4: (

          ifru_hwaddr: sockaddr;

        );

      5: (

          ifru_flags: SmallInt;

        );

      6: (

          ifru_ivalue: LongInt;

        );

      7: (

          ifru_mtu: LongInt;

        );

      8: (

          ifru_map: ifmap;

        );

      9: (

          ifru_slave: array [0..(IFNAMSIZ)-1] of char;

        );

      10: (

          ifru_newname: array [0..(IFNAMSIZ)-1] of char;

        );

      11: (

          ifru_data: __caddr_t;

        );

  end;

end;


Documentation generated on: 2023-03-18