Searched defs:bootp_t (Results 1 – 3 of 3) sorted by relevance
95 struct bootp_t { struct96 struct ip ip;97 struct udphdr udp;98 uint8_t bp_op;99 uint8_t bp_htype;100 uint8_t bp_hlen;101 uint8_t bp_hops;102 uint32_t bp_xid;103 uint16_t bp_secs;104 uint16_t unused;[all …]
299 struct bootp_t struct301 char bp_op;302 char bp_htype;303 char bp_hlen;327 struct bootp_t bp; argument