Home
last modified time | relevance | path

Searched refs:ua_ntohs (Results 1 – 3 of 3) 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
Dlcp.c687 ua_ntohs(opt->data, &mru); in LcpDecodeConfig()
745 ua_ntohs(opt->data, &mru); in LcpDecodeConfig()
821 ua_ntohs(opt->data, &proto); in LcpDecodeConfig()
Dmp.c141 ua_ntohs(MBUF_CTOP(m), &val); in mp_ReadHeader()