Searched defs:bootp (Results 1 – 8 of 8) sorted by relevance
24 struct bootp { struct25 unsigned char bp_op; /* packet opcode type */26 unsigned char bp_htype; /* hardware addr type */27 unsigned char bp_hlen; /* hardware addr length */28 unsigned char bp_hops; /* gateway hops */29 unsigned int bp_xid; /* transaction ID */30 unsigned short bp_secs; /* seconds since boot began */31 unsigned short bp_flags;32 struct in_addr bp_ciaddr; /* client IP address */33 struct in_addr bp_yiaddr; /* 'your' IP address */[all …]
121 bootp(int sock) in bootp() function
64 struct bootp { struct71 uint16_t bp_flags; /* flags - see bootp_flag_values[] argument72 in print-bootp.c */ argument73 struct in_addr bp_ciaddr; /* client IP address */74 struct in_addr bp_yiaddr; /* 'your' IP address */75 struct in_addr bp_siaddr; /* server IP address */76 struct in_addr bp_giaddr; /* gateway IP address */77 uint8_t bp_chaddr[16]; /* client hardware address */78 uint8_t bp_sname[64]; /* server host name */79 uint8_t bp_file[128]; /* boot file name */[all …]
41 void bootp (packet) in bootp() function
11 bootp(struct packet *packet) { in bootp() function
57 void bootp (struct packet *packet) { } in bootp() function
1693 bootp(struct packet *packet) { in bootp() function
1406 void bootp (packet) in bootp() function