Lines Matching +full:magic +full:- +full:packet
27 * This file specifies the "implementation-independent" BOOTP protocol
39 /* Overhead to fit a bootp message into an Ethernet packet. */
43 unsigned char bp_op; /* packet opcode type */
57 unsigned char bp_vend[BP_VEND_LEN]; /* vendor-specific area */
58 /* note that bp_vend can be longer, extending to end of packet. */
82 * Vendor magic cookie (v_magic) for CMU
87 * Vendor magic cookie (v_magic) for RFC1048
95 * the vendor (options) data area of the packet.
127 /* XXX - Add new tags here */
135 char v_magic[4]; /* magic number */
140 struct in_addr v_ins1, v_ins2; /* IEN-116 name servers */