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

/freebsd-11-stable/usr.sbin/ppp/
H A Dua.h35 # define ua_htons(src, tgt) (*(u_int16_t *)(tgt) = htons(*(u_int16_t *)(src))) macro
60 # define ua_htons(src, tgt) \ macro

Completed in 173 milliseconds