Searched refs:UDP_MAX_HLEN (Results 1 – 2 of 2) sorted by relevance
200 if ( ( rc = iob_ensure_headroom ( iobuf, UDP_MAX_HLEN ) ) != 0 ) { in udp_tx()380 iobuf = alloc_iob ( UDP_MAX_HLEN + len ); in udp_alloc_iob()386 iob_reserve ( iobuf, UDP_MAX_HLEN ); in udp_alloc_iob()
25 #define UDP_MAX_HLEN 72 macro