OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MGETHDR
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/usrsctp/usrsctplib/
user_mbuf.h
65
#define
MGETHDR
(m, how, type) ((m) = m_gethdr((how), (type)))
427
* As above, for mbufs allocated with m_gethdr/
MGETHDR
or initialized by
user_mbuf.c
1013
MGETHDR
(n, wait, m->m_type);
1190
MGETHDR
(mn, how, m->m_type);
[
all
...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_bsd_addr.c
820
MGETHDR
(m, how, type);
898
MGETHDR
(m, how, type);
Completed in 158 milliseconds