Searched defs:bootp (Results 1 – 1 of 1) sorted by relevance
51 struct bootp { struct52 u_char bp_op; /* packet opcode type */55 u_char bp_htype; /* hardware addr type */56 u_char bp_hlen; /* hardware addr length */57 u_char bp_hops; /* gateway hops */58 u_int32_t bp_xid; /* transaction ID */59 u_short bp_secs; /* seconds since boot began */60 u_short bp_unused;61 iaddr_t bp_ciaddr; /* client IP address */62 iaddr_t bp_yiaddr; /* 'your' IP address */[all …]