Lines Matching defs:bootp
57 #include "bootp.h"
88 struct bootp *bootp_response;
120 /* Fetch required bootp infomation */
122 bootp(int sock)
126 struct bootp *bp;
129 struct bootp wbootp;
131 struct bootp *rbootp;
135 printf("bootp: socket=%d\n", sock);
141 printf("bootp: bad socket. %d\n", sock);
146 printf("bootp: d=%lx\n", (long)d);
181 printf("bootp: no reply\n");
260 /* Transmit a bootp request */
264 struct bootp *bp;
286 struct bootp *bp;
296 if (n == -1 || n < sizeof(struct bootp) - BOOTP_VENDSIZE)
320 int vsize = n - offsetof(struct bootp, bp_vend);
324 /* Save copy of bootp reply or DHCP ACK message */
362 printf("vend_rfc1048 bootp info. len=%d\n", len);
446 printf("vend_cmu bootp info.\n");