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

/freebsd-12-stable/usr.sbin/ppp/
H A Dua.h33 # define ua_htonl(src, tgt) (*(u_int32_t *)(tgt) = htonl(*(u_int32_t *)(src))) macro
40 # define ua_htonl(src, tgt) \ macro

Completed in 100 milliseconds