Home
last modified time | relevance | path

Searched refs:_MHLEN (Results 1 – 9 of 9) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h631 #define _MHLEN (_MLEN - sizeof(struct pkthdr)) /* data len w/pkthdr */ macro
648 char MH_databuf[_MHLEN];
674 #define _MHLEN (_MLEN) /* data len w/pkthdr */ macro
696 char MH_databuf[_MHLEN];
950 #define MHLEN _MHLEN
/xnu-12377.41.6/bsd/netinet/
H A Din_proto.c302 static_assert((sizeof(struct tcpiphdr) + TCP_MAXOLEN) <= _MHLEN); in in_dinit()
H A Dudp_usrreq.c3044 inp->inp_keepalive_datalen) > _MHLEN) { in udp_fill_keepalive_offload_frames()
3057 inp->inp_keepalive_datalen) > _MHLEN) { in udp_fill_keepalive_offload_frames()
H A Dtcp_subr.c4884 static_assert(sizeof(struct ip) + sizeof(struct tcphdr) <= _MHLEN); in tcp_make_keepalive_frame()
4885 static_assert(sizeof(struct ip6_hdr) + sizeof(struct tcphdr) <= _MHLEN); in tcp_make_keepalive_frame()
/xnu-12377.41.6/bsd/kern/
H A Dkpi_mbuf.c1603 return _MHLEN; in mbuf_get_mhlen()
H A Duipc_mbuf_mcache.c490 u_int8_t sc_mbuf[(_MSIZE - _MHLEN) + sizeof(_m_ext_t)];
1233 (int)_MLEN, (int)_MHLEN); in mbinit()
H A Duipc_socket.c2269 bytes_to_alloc > _MHLEN) || in sosend()
/xnu-12377.41.6/bsd/netinet6/
H A Dip6_input.c366 static_assert((sizeof(struct ip6_hdr) + sizeof(struct icmp6_hdr)) <= _MHLEN); in ip6_init()
/xnu-12377.41.6/bsd/netkey/
H A Dkey.c656 static_assert(PFKEY_ALIGN8(sizeof(struct sadb_msg)) <= _MHLEN); in key_init()