Symbol: bootp
libexec/bootpd/bootpd.c
1009
struct bootp *bp = (struct bootp *) pktbuf;
libexec/bootpd/bootpd.c
113
PRIVATE void dovend_cmu(struct bootp *, struct host *);
libexec/bootpd/bootpd.c
1149
dovend_cmu(struct bootp *bp, struct host *hp)
libexec/bootpd/bootpd.c
115
PRIVATE void dovend_rfc1048(struct bootp *, struct host *, int32);
libexec/bootpd/bootpd.c
1217
dovend_rfc1048(struct bootp *bp, struct host *hp, int32 bootsize)
libexec/bootpd/bootpd.c
183
struct bootp *bp;
libexec/bootpd/bootpd.c
209
assert(sizeof(struct bootp) == BP_MINPKTSZ);
libexec/bootpd/bootpd.c
217
bp = (struct bootp *) pktbuf;
libexec/bootpd/bootpd.c
548
if (n < sizeof(struct bootp)) {
libexec/bootpd/bootpd.c
620
struct bootp *bp = (struct bootp *) pktbuf;
libexec/bootpd/bootpgw/bootpgw.c
156
struct bootp *bp;
libexec/bootpd/bootpgw/bootpgw.c
179
assert(sizeof(struct bootp) == BP_MINPKTSZ);
libexec/bootpd/bootpgw/bootpgw.c
187
bp = (struct bootp *) pktbuf;
libexec/bootpd/bootpgw/bootpgw.c
465
if (n < sizeof(struct bootp)) {
libexec/bootpd/bootpgw/bootpgw.c
516
struct bootp *bp = (struct bootp *) pktbuf;
libexec/bootpd/bootpgw/bootpgw.c
607
struct bootp *bp = (struct bootp *) pktbuf;
libexec/bootpd/tools/bootptest/bootptest.c
133
struct bootp *bp;
libexec/bootpd/tools/bootptest/bootptest.c
162
assert(sizeof(struct bootp) == BP_MINPKTSZ);
libexec/bootpd/tools/bootptest/bootptest.c
304
bp = (struct bootp *) sndbuf;
libexec/bootpd/tools/bootptest/bootptest.c
418
if (n < sizeof(struct bootp)) {
libexec/bootpd/tools/bootptest/print-bootp.c
56
bootp_print(struct bootp *bp, int length, u_short sport, u_short dport)
libexec/bootpd/tools/bootptest/print-bootp.c
67
if (length != sizeof(struct bootp))
stand/boot/common/dev_net.c
224
bootp(sock, BOOTP_NONE);
stand/boot/pc32/libi386/pxe.c
284
bootp(pxe_sock, BOOTP_PXE);
stand/lib/bootp.c
253
struct bootp *bp;
stand/lib/bootp.c
275
struct bootp *bp;
stand/lib/bootp.c
283
if (n == -1 || n < sizeof(struct bootp) - BOOTP_VENDSIZE)
stand/lib/bootp.c
286
bp = (struct bootp *)pkt;
stand/lib/bootp.c
84
struct bootp *bp;
stand/lib/bootp.c
87
struct bootp wbootp;
stand/lib/bootp.c
91
struct bootp rbootp;
stand/lib/net.h
114
void bootp(int, int);