getifaddrs_ts64()--Return All Interface Addresses


  Syntax
  #include <sys/types.h>
  #include <sys/socket.h>
  #include <ifaddrs.h>

  int getifaddrs_ts64(struct ifaddrs * __ptr64 ifap)


  Service Program Name: QSOSRV2

  Default Public Authority: *USE

  Threadsafe: Yes

The getifaddrs_ts64() function stores a reference to a linked list of ifaddrs structures, one structure per interface. getifaddrs_ts64() differs from getifaddrs() in that getifaddrs_ts64() accepts 8-byte teraspace pointers.


For a discussion of the parameters, authorities required, return values, and other related information, see getifaddrs()--Return All Interface Addresses.


Usage Notes

All of the usage notes for getifaddrs()--Return All Interface Addresses apply to getifaddrs_ts64().



API introduced: V6R1

[ Back to top | UNIX-Type APIs | APIs by category ]