Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dua.h33 # define ua_htons(src, tgt) (*(u_int16_t *)(tgt) = htons(*(u_int16_t *)(src))) macro
58 # define ua_htons(src, tgt) \ macro