OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ua_ntohl
(Results
1 - 5
of
5
) sorted by null
/external/libppp/src/
ua.h
32
# define
ua_ntohl
(src, tgt) (*(u_int32_t *)(tgt) = ntohl(*(u_int32_t *)(src)))
macro
48
# define
ua_ntohl
(src, tgt) \
macro
mppe.c
389
ua_ntohl
(o->data, &val);
541
ua_ntohl
(o->data, &peer);
581
ua_ntohl
(o->data, &peer);
651
ua_ntohl
(o->data, &val);
fsm.c
960
ua_ntohl
(cp, &magic);
1003
ua_ntohl
(cp, &magic);
lcp.c
803
ua_ntohl
(opt->data, &accmap);
965
ua_ntohl
(opt->data, &magic);
[
all
...]
mp.c
151
ua_ntohl
(MBUF_CTOP(m), &header->seq);
[
all
...]
Completed in 414 milliseconds