bootpip_t
#define MAX_RFC1533_VENDLEN (ETH_MAX_MTU - sizeof(struct bootpip_t) + BOOTP_VENDOR_LEN)
struct bootpip_t ip;
memset(&ip, 0, sizeof(struct bootpip_t));
sizeof(struct bootpip_t), &ip);