OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ua_ntohs
(Results
1 - 3
of
3
) sorted by null
/external/libppp/src/
ua.h
34
# define
ua_ntohs
(src, tgt) (*(u_int16_t *)(tgt) = ntohs(*(u_int16_t *)(src)))
macro
66
# define
ua_ntohs
(src, tgt) \
macro
lcp.c
687
ua_ntohs
(opt->data, &mru);
745
ua_ntohs
(opt->data, &mru);
821
ua_ntohs
(opt->data, &proto);
[
all
...]
mp.c
141
ua_ntohs
(MBUF_CTOP(m), &val);
[
all
...]
Completed in 76 milliseconds