Searched defs:ua_ntohs (Results 1 - 1 of 1) sorted by relevance

/external/libppp/src/
H A Dua.h34 # define ua_ntohs(src, tgt) (*(u_int16_t *)(tgt) = ntohs(*(u_int16_t *)(src))) macro
66 # define ua_ntohs(src, tgt) \ macro

Completed in 63 milliseconds