Searched defs:Bootp (Results 1 – 4 of 4) sorted by relevance
64 typedef struct Bootp Bootp; typedef65 struct Bootp struct67 uchar op; /* opcode */68 uchar htype; /* hardware type */69 uchar hlen; /* hardware address len */70 uchar hops; /* hops */71 uchar xid[4]; /* a random number */72 uchar secs[2]; /* elapsed since client started booting */73 uchar flags[2]; /* unused in bootp, flags in dhcp */74 uchar ciaddr[4]; /* client IP address (client tells server) */[all …]
72 typedef struct Bootp Bootp; typedef73 struct Bootp struct75 uchar op; /* opcode */76 uchar htype; /* hardware type */77 uchar hlen; /* hardware address len */78 uchar hops; /* hops */79 uchar xid[4]; /* a random number */80 uchar secs[2]; /* elapsed since client started booting */81 uchar pad[2];82 uchar ciaddr[4]; /* client IP address (client tells server) */[all …]
146 typedef struct Bootp Bootp; typedef147 struct Bootp struct150 uchar udphdr[Udphdrsize];152 uchar op; /* opcode */153 uchar htype; /* hardware type */154 uchar hlen; /* hardware address len */155 uchar hops; /* hops */156 uchar xid[4]; /* a random number */157 uchar secs[2]; /* elapsed since client started booting */158 uchar flags[2];[all …]