[Bug 1696] New: arpa/inet.h should provide htonX

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Wed Sep 1 06:17:28 UTC 2010


https://www.rtems.org/bugzilla/show_bug.cgi?id=1696

           Summary: arpa/inet.h should provide htonX
           Product: RTEMS
           Version: 4.10
          Platform: All
        OS/Version: RTEMS
            Status: NEW
          Severity: normal
          Priority: P3
         Component: networking
        AssignedTo: norume at aps.anl.gov
        ReportedBy: ralf.corsepius at rtems.org


OpenGroup mandates arpa/inet.h to provide:

uint32_t htonl(uint32_t);
uint16_t htons(uint16_t);
uint32_t ntohl(uint32_t);
uint16_t ntohs(uint16_t);

c.f. http://www.opengroup.org/onlinepubs/9699919799/basedefs/arpa_inet.h.html

Current RTEMS has them in rtems/endian.h

-- 
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the bugs mailing list