HomeSort by relevance Sort by last modified time
    Searched defs:bootp (Results 1 - 2 of 2) sorted by null

  /external/grub/netboot/
main.c 23 ETHERBOOT - BOOTP/TFTP Bootstrap Program
32 BOOTP - RFC951, RFC2132 (vendor extensions)
297 TFTP - Download extended BOOTP data, or kernel image
529 BOOTP - Get my IP address and load information
532 bootp (void) function
878 /* BOOTP ? */
898 grub_printf ("BOOTP packet was received.\n");
1105 grub_printf ("Loading BOOTP-extension file: %s\n", fname);
  /external/tcpdump/
bootp.h 1 /* @(#) $Header: /tcpdump/master/tcpdump/bootp.h,v 1.15.4.3 2007/08/21 22:02:08 guy Exp $ (LBL) */
3 * Bootstrap Protocol (BOOTP). RFC951 and RFC1048.
5 * This file specifies the "implementation-independent" BOOTP protocol
23 struct bootp { struct
30 u_int16_t bp_flags; /* flags - see bootp_flag_values[] in print-bootp.c */
168 /* ftp://ftp.isi.edu/.../assignments/bootp-dhcp-extensions */
208 * "vendor" data permitted for CMU bootp clients.

Completed in 61 milliseconds