Searched refs:ua_ntohl (Results 1 - 5 of 5) sorted by relevance

/external/libppp/src/
H A Dua.h32 # define ua_ntohl(src, tgt) (*(u_int32_t *)(tgt) = ntohl(*(u_int32_t *)(src))) macro
48 # define ua_ntohl(src, tgt) \ macro
H A Dmppe.c389 ua_ntohl(o->data, &val);
541 ua_ntohl(o->data, &peer);
581 ua_ntohl(o->data, &peer);
651 ua_ntohl(o->data, &val);
H A Dfsm.c960 ua_ntohl(cp, &magic);
1003 ua_ntohl(cp, &magic);
H A Dlcp.c803 ua_ntohl(opt->data, &accmap);
965 ua_ntohl(opt->data, &magic);
H A Dmp.c151 ua_ntohl(MBUF_CTOP(m), &header->seq);

Completed in 1006 milliseconds