Home
last modified time | relevance | path

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

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