Searched refs:IF_MTU (Results 1 – 8 of 8) sorted by relevance
97 if ((u_int16_t)ip->ip_len <= IF_MTU) { in ip_output()117 len = (IF_MTU - hlen) &~ 7; /* ip databytes per packet */ in ip_output()
16 #define IF_MTU 1500 macro
29 #define SLIRP_MSIZE (IF_MTU + IF_MAXLINKHDR + sizeof(struct m_hdr ) + 6)
1706 mss = min(IF_MTU, IF_MRU) - sizeof(struct tcpiphdr); in tcp_mss()
1712 mss = min(IF_MTU, IF_MRU) - sizeof(struct tcpiphdr); in tcp_mss()