Searched defs:MSIZE (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Arm/machine/
H A Dparam.h115 #define MSIZE 256 /* size of an mbuf */ macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Ipf/machine/
H A Dparam.h106 #define MSIZE 256 /* size of an mbuf */ macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Ia32/machine/
H A Dparam.h127 #define MSIZE 256 /* size of an mbuf */ macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/X64/machine/
H A Dparam.h69 #define MSIZE 512 /* size of an mbuf */ macro
/vbox/src/VBox/Devices/Network/slirp/bsd/sys/
H A Dmbuf.h75 # ifndef MSIZE
76 # define MSIZE 256 /* size of an mbuf */ macro
77 # endif /* MSIZE */
93 * Mbufs are of a single size, MSIZE (sys/param.h), which includes overhead.
101 #define MLEN (MSIZE - sizeof(struct m_hdr)) /* normal data len */
113 #define dtom(x) ((struct mbuf *)((intptr_t)(x) & ~(MSIZE-1)))
453 case MSIZE:
487 case MSIZE:
/vbox/include/iprt/
H A Dcdefs.h2160 # undef MSIZE macro

Completed in 358 milliseconds