Searched defs:bootp (Results 1 – 6 of 6) sorted by relevance
44 struct bootp { struct45 unsigned char bp_op; /* packet opcode type */46 unsigned char bp_htype; /* hardware addr type */47 unsigned char bp_hlen; /* hardware addr length */48 unsigned char bp_hops; /* gateway hops */49 u_int32 bp_xid; /* transaction ID */52 struct in_addr bp_ciaddr; /* client IP address */53 struct in_addr bp_yiaddr; /* 'your' IP address */54 struct in_addr bp_siaddr; /* server IP address */55 struct in_addr bp_giaddr; /* gateway IP address */[all …]
28 struct bootp { struct29 unsigned char bp_op; /* packet opcode type */30 unsigned char bp_htype; /* hardware addr type */31 unsigned char bp_hlen; /* hardware addr length */32 unsigned char bp_hops; /* gateway hops */33 unsigned int bp_xid; /* transaction ID */35 unsigned short bp_flags;36 struct in_addr bp_ciaddr; /* client IP address */37 struct in_addr bp_yiaddr; /* 'your' IP address */38 struct in_addr bp_siaddr; /* server IP address */[all …]
127 bootp(int sock) in bootp() function
58 struct bootp { struct65 uint16_t bp_flags; /* flags - see bootp_flag_values[] argument66 in print-bootp.c */ argument67 struct in_addr bp_ciaddr; /* client IP address */68 struct in_addr bp_yiaddr; /* 'your' IP address */69 struct in_addr bp_siaddr; /* server IP address */70 struct in_addr bp_giaddr; /* gateway IP address */71 uint8_t bp_chaddr[16]; /* client hardware address */72 uint8_t bp_sname[64]; /* server host name */73 uint8_t bp_file[128]; /* boot file name */[all …]
56 bootp(struct packet *packet) in bootp() function
966 bootp(struct packet *packet) in bootp() function