Symbol: bootp
libexec/bootpd/bootpd.c
1012
struct bootp *bp = (struct bootp *) pktbuf;
libexec/bootpd/bootpd.c
102
PRIVATE void dovend_cmu(struct bootp *, struct host *);
libexec/bootpd/bootpd.c
104
PRIVATE void dovend_rfc1048(struct bootp *, struct host *, int32);
libexec/bootpd/bootpd.c
1154
dovend_cmu(struct bootp *bp, struct host *hp)
libexec/bootpd/bootpd.c
1222
dovend_rfc1048(struct bootp *bp, struct host *hp, int32 bootsize)
libexec/bootpd/bootpd.c
173
struct bootp *bp;
libexec/bootpd/bootpd.c
201
assert(sizeof(struct bootp) == BP_MINPKTSZ);
libexec/bootpd/bootpd.c
209
bp = (struct bootp *) pktbuf;
libexec/bootpd/bootpd.c
544
if (n < sizeof(struct bootp)) {
libexec/bootpd/bootpd.c
619
struct bootp *bp = (struct bootp *) pktbuf;
libexec/bootpd/bootpgw/bootpgw.c
147
struct bootp *bp;
libexec/bootpd/bootpgw/bootpgw.c
170
assert(sizeof(struct bootp) == BP_MINPKTSZ);
libexec/bootpd/bootpgw/bootpgw.c
178
bp = (struct bootp *) pktbuf;
libexec/bootpd/bootpgw/bootpgw.c
459
if (n < sizeof(struct bootp)) {
libexec/bootpd/bootpgw/bootpgw.c
512
struct bootp *bp = (struct bootp *) pktbuf;
libexec/bootpd/bootpgw/bootpgw.c
603
struct bootp *bp = (struct bootp *) pktbuf;
libexec/bootpd/tools/bootptest/bootptest.c
131
struct bootp *bp;
libexec/bootpd/tools/bootptest/bootptest.c
160
assert(sizeof(struct bootp) == BP_MINPKTSZ);
libexec/bootpd/tools/bootptest/bootptest.c
300
bp = (struct bootp *) sndbuf;
libexec/bootpd/tools/bootptest/bootptest.c
414
if (n < sizeof(struct bootp)) {
libexec/bootpd/tools/bootptest/bootptest.c
425
bootp_print((struct bootp *)rcvbuf, n, sin_from.sin_port, 0);
libexec/bootpd/tools/bootptest/bootptest.c
442
bootp_print((struct bootp *)sndbuf, snaplen, sin_from.sin_port, 0);
libexec/bootpd/tools/bootptest/bootptest.h
14
void bootp_print(struct bootp *bp, int length, u_short sport,
libexec/bootpd/tools/bootptest/print-bootp.c
54
bootp_print(struct bootp *bp, int length, u_short sport, u_short dport)
libexec/bootpd/tools/bootptest/print-bootp.c
65
if (length != sizeof(struct bootp))
sbin/dhclient/dhcpd.h
418
void bootp(struct packet *);
sbin/dhclient/options.c
895
bootp(&tp);
stand/common/dev_net.c
263
bootp(sock);
stand/libsa/bootp.c
125
struct bootp *bp;
stand/libsa/bootp.c
128
struct bootp wbootp;
stand/libsa/bootp.c
130
struct bootp *rbootp;
stand/libsa/bootp.c
247
struct bootp *bp;
stand/libsa/bootp.c
263
struct bootp *bp;
stand/libsa/bootp.c
270
if (n == -1 || n < sizeof(struct bootp) - BOOTP_VENDSIZE)
stand/libsa/bootp.c
285
int vsize = n - offsetof(struct bootp, bp_vend);
stand/libsa/bootp.c
87
struct bootp *bootp_response;
stand/libsa/bootp.h
144
extern struct bootp *bootp_response;
stand/libsa/net.h
121
void bootp(int);