Searched refs:max_protohdr (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/
H A Dslirp.h440 # define max_protohdr 0 macro
/vbox/src/VBox/Devices/Network/slirp/bsd/kern/
H A Duipc_mbuf.c56 int max_protohdr; variable
73 SYSCTL_INT(_kern_ipc, KIPC_MAX_PROTOHDR, max_protohdr, CTLFLAG_RD,
74 &max_protohdr, 0, "Size of largest protocol layer header");
1143 * If there is room, it will add up to max_protohdr-len extra bytes to the
1181 count = min(min(max(len, max_protohdr), space), n->m_len);
1245 count = min(min(max(len, max_protohdr), space), n->m_len);
/vbox/src/VBox/Devices/Network/slirp/bsd/sys/
H A Dmbuf.h896 extern int max_protohdr; /* Largest protocol header */

Completed in 307 milliseconds