Lines Matching defs:bootp
1 /* $NetBSD: bootp.c,v 1.43 2019/04/05 20:09:29 christos Exp $ */
39 * @(#) Header: bootp.c,v 1.4 93/09/11 03:13:51 leres Exp (LBL)
54 #include "bootp.h"
88 * of bootp/dhcp.
119 /* Fetch required bootp information */
121 bootp(int sock)
124 struct bootp *bp;
127 struct bootp wbootp;
131 struct bootp rbootp;
280 /* Transmit a bootp request */
284 struct bootp *bp;
306 struct bootp *bp;
314 if (n == -1 || (size_t)n < sizeof(struct bootp) - BOOTP_VENDSIZE)
317 bp = (struct bootp *)pkt;
370 printf("%s: bootp info. len=%d\n", __func__, len);
433 printf("%s: bootp info.\n", __func__);