Lines Matching refs:bootp
2 * bootpgw.c - BOOTP GateWay
3 * This program forwards BOOTP Request packets to a BOOTP server.
34 * BOOTPGW is typically used to forward BOOTP client requests from
35 * one subnet to a BOOTP server on a different subnet.
69 #include "bootp.h"
141 struct bootp *bp;
166 assert(sizeof(struct bootp) == BP_MINPKTSZ);
174 bp = (struct bootp *) pktbuf;
327 * Get address of real bootp server.
451 if (n < (int)sizeof(struct bootp)) {
503 struct bootp *bp = (struct bootp *) pktbuf;
559 * but is good enough to allow the real BOOTP server to
595 struct bootp *bp = (struct bootp *) pktbuf;