Searched refs:max_linkhdr (Results 1 - 4 of 4) sorted by relevance

/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_uipc_mbuf.c91 int max_linkhdr;
106 SYSCTL_INT(_kern_ipc, KIPC_MAX_LINKHDR, max_linkhdr, CTLFLAG_RD,
107 &max_linkhdr, 0, "Size of largest link layer header");
985 if (m && totlen + off + max_linkhdr <= MHLEN) {
986 m->m_data += max_linkhdr;
987 len -= max_linkhdr;
H A Dmbuf.c25 int max_linkhdr = 16; variable
28 /* max_linkhdr + max_protohdr, but that's not allowed by gcc. */
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dmbuf.h200 extern int max_linkhdr;
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_proto.c274 if (ALIGN(hdrlen) > max_linkhdr) {
276 max_linkhdr = ALIGN(hdrlen);
277 max_hdr = max_linkhdr + max_protohdr;

Completed in 51 milliseconds