> I'm working on RFE 5007142, which implements new 64-bit htonll() and
 > ntohll() functions.  I implemented these functions in inline assembly
 > in the same manner as existing htonl() and ntohl().
 > 
 > Similar functions already exist in various parts of Solaris:
 > dhcp_ntohll() inlibdhcputil, ike_ntohll() in ikeadm, and ntohll/htonll
 > in iSCSI, all implemented with #define or a C function--I replaced all
 > these with the above unified functions.

Is there any plan regarding the BE_* and LE_* macros in <sys/byteorder.h>?

-- 
meem
_______________________________________________
networking-discuss mailing list
[email protected]

Reply via email to