bootp
struct bootp *bp = (struct bootp *) pktbuf;
PRIVATE void dovend_cmu(struct bootp *, struct host *);
dovend_cmu(struct bootp *bp, struct host *hp)
PRIVATE void dovend_rfc1048(struct bootp *, struct host *, int32);
dovend_rfc1048(struct bootp *bp, struct host *hp, int32 bootsize)
struct bootp *bp;
assert(sizeof(struct bootp) == BP_MINPKTSZ);
bp = (struct bootp *) pktbuf;
if (n < sizeof(struct bootp)) {
struct bootp *bp = (struct bootp *) pktbuf;
struct bootp *bp;
assert(sizeof(struct bootp) == BP_MINPKTSZ);
bp = (struct bootp *) pktbuf;
if (n < sizeof(struct bootp)) {
struct bootp *bp = (struct bootp *) pktbuf;
struct bootp *bp = (struct bootp *) pktbuf;
struct bootp *bp;
assert(sizeof(struct bootp) == BP_MINPKTSZ);
bp = (struct bootp *) sndbuf;
if (n < sizeof(struct bootp)) {
bootp_print(struct bootp *bp, int length, u_short sport, u_short dport)
if (length != sizeof(struct bootp))
bootp(sock, BOOTP_NONE);
bootp(pxe_sock, BOOTP_PXE);
struct bootp *bp;
struct bootp *bp;
if (n == -1 || n < sizeof(struct bootp) - BOOTP_VENDSIZE)
bp = (struct bootp *)pkt;
struct bootp *bp;
struct bootp wbootp;
struct bootp rbootp;
void bootp(int, int);