Home
last modified time | relevance | path

Searched defs:bootp (Results 1 – 2 of 2) sorted by relevance

/external/tcpdump/
Dbootp.h23 struct bootp { struct
30 u_int16_t bp_flags; /* flags - see bootp_flag_values[] in print-bootp.c */ argument
31 struct in_addr bp_ciaddr; /* client IP address */
32 struct in_addr bp_yiaddr; /* 'your' IP address */
33 struct in_addr bp_siaddr; /* server IP address */
34 struct in_addr bp_giaddr; /* gateway IP address */
35 u_int8_t bp_chaddr[16]; /* client hardware address */
36 u_int8_t bp_sname[64]; /* server host name */
37 u_int8_t bp_file[128]; /* boot file name */
38 u_int8_t bp_vend[64]; /* vendor-specific area */
/external/grub/netboot/
Dmain.c532 bootp (void) in bootp() function