Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dbootp.h48 struct bootp { struct
49 u_char bp_op; /* packet opcode type */
52 u_char bp_htype; /* hardware addr type */
53 u_char bp_hlen; /* hardware addr length */
54 u_char bp_hops; /* gateway hops */
55 u_int32_t bp_xid; /* transaction ID */
56 u_short bp_secs; /* seconds since boot began */
57 u_short bp_unused;
58 iaddr_t bp_ciaddr; /* client IP address */
59 iaddr_t bp_yiaddr; /* 'your' IP address */
[all …]