OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SLIRP_MSIZE
(Results
1 - 2
of
2
) sorted by null
/external/qemu/slirp/
mbuf.c
29
#define
SLIRP_MSIZE
(IF_MTU + IF_MAXLINKHDR + sizeof(struct m_hdr ) + 6)
55
m = (struct mbuf *)malloc(
SLIRP_MSIZE
);
72
m->m_size =
SLIRP_MSIZE
- sizeof(struct m_hdr);
/external/qemu/slirp-android/
mbuf.c
29
#define
SLIRP_MSIZE
(IF_MTU + IF_MAXLINKHDR + sizeof(struct m_hdr ) + 6)
55
m = (struct mbuf *)malloc(
SLIRP_MSIZE
);
72
m->m_size =
SLIRP_MSIZE
- sizeof(struct m_hdr);
Completed in 46 milliseconds