Lines Matching full:bootp
21 * Format and print bootp packets.
37 static const char tstr[] = " [|bootp]";
40 * Bootstrap Protocol (BOOTP). RFC951 and RFC1048.
42 * This file specifies the "implementation-independent" BOOTP protocol
59 struct bootp {
67 in print-bootp.c */
200 /* ftp://ftp.isi.edu/.../assignments/bootp-dhcp-extensions */
237 * "vendor" data permitted for CMU bootp clients.
261 /* end of original bootp.h */
279 * Print bootp requests
285 register const struct bootp *bp;
289 bp = (const struct bootp *)cp;
292 ND_PRINT((ndo, "BOOTP/DHCP, %s",
333 /* 'your' ip address (bootp client) */
507 /* http://www.iana.org/assignments/bootp-dhcp-extensions/index.htm */