Searched defs:bootp (Results 1 – 4 of 4) sorted by relevance
26 struct bootp { struct27 unsigned char bp_op; /* packet opcode type */28 unsigned char bp_htype; /* hardware addr type */29 unsigned char bp_hlen; /* hardware addr length */30 unsigned char bp_hops; /* gateway hops */31 unsigned int bp_xid; /* transaction ID */32 unsigned short bp_secs; /* seconds since boot began */33 unsigned short bp_flags;34 struct in_addr bp_ciaddr; /* client IP address */35 struct in_addr bp_yiaddr; /* 'your' IP address */[all …]
122 bootp(int sock) in bootp() function
572 int bootp(void) in bootp() function
8189 char *bootp; local