OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MGET
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/usrsctp/usrsctplib/
user_mbuf.h
64
#define
MGET
(m, how, type) ((m) = m_get((how), (type)))
415
* Set the m_data pointer of a newly-allocated mbuf (m_get/
MGET
) to place an
user_mbuf.c
728
MGET
(m, M_NOWAIT, n->m_type);
1015
MGET
(n, wait, m->m_type);
1192
MGET
(mn, how, m->m_type);
[
all
...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_bsd_addr.c
822
MGET
(m, how, type);
900
MGET
(m, how, type);
Completed in 39 milliseconds