Home
last modified time | relevance | path

Searched refs:sl_Htons (Results 1 – 2 of 2) sorted by relevance

/hal_ti-3.4.0/simplelink/source/ti/drivers/net/wifi/
Dsl_socket.h1559 #if _SL_INCLUDE_FUNC(sl_Htons )
1560 _u16 sl_Htons( _u16 val );
1562 #define sl_Ntohs sl_Htons /* Reorder the bytes of a 16-bit unsigned value from network order to p…
/hal_ti-3.4.0/simplelink/source/ti/drivers/net/wifi/source/
Dsl_socket.c827 _u16 sl_Htons( _u16 val ) in sl_Htons() function