HomeSort by relevance Sort by last modified time
    Searched refs:nettohl (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/gki/common/
gki_inet.h 27 #define htonetl nettohl
35 #define nettohl(n) (n) macro
42 #define nettohl(n) ((((n) & 0x000000ff) << 24) | (((n) << 8) & 0x00ff0000) | \ macro
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_inet.h 27 #define htonetl nettohl
35 #define nettohl(n) (n) macro
42 #define nettohl(n) ((((n) & 0x000000ff) << 24) | (((n) << 8) & 0x00ff0000) | \ macro
  /external/libnfc-nci/src/gki/common/
gki_inet.h 27 #define htonetl nettohl
35 #define nettohl(n) (n) macro
42 #define nettohl(n) ((((n) & 0x000000ff) << 24) | (((n) << 8) & 0x00ff0000) | \ macro

Completed in 30 milliseconds