dgram_hdr
struct dgram_hdr hdr = { 0 };
b->req_buf_len = 9 * (sizeof(struct dgram_hdr) + b->mtu);
struct dgram_hdr hdr;
if (l >= sizeof(struct dgram_hdr))
l -= sizeof(struct dgram_hdr);
struct dgram_hdr hdr;