HomeSort by relevance Sort by last modified time
    Searched defs:in_addr_t (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/sys/
byteorder.h 79 typedef uint32_t in_addr_t; typedef
88 extern in_addr_t htonl(in_addr_t);
90 extern in_addr_t ntohl(in_addr_t);
  /onnv/onnv-gate/usr/src/uts/common/netinet/
in.h 82 * The "in_addr_t" type below (required by Unix standards)
87 * of "ipaddr_t" as atomic uint32_t type and avoid using "in_addr_t"
93 typedef uint32_t in_addr_t; typedef
298 in_addr_t _S_addr;
    [all...]

Completed in 180 milliseconds