Lines Matching defs:Req
16 typedef struct Req Req; typedef
17 struct Req struct
19 int fd; /* for reply */
20 Bootp *bp;
21 Udphdr *up;
22 uchar *e; /* end of received message */
23 uchar *p; /* options pointer */
24 uchar *max; /* max end of reply */
27 uchar ciaddr[IPaddrlen];
28 uchar giaddr[IPaddrlen];
31 int p9request; /* flag: this is a bootp with plan9 options */
32 int genrequest; /* flag: this is a bootp with generic options */
33 int broadcast; /* flag: request was broadcast */
34 int dhcptype; /* dhcp message type */
35 int leasetime; /* dhcp lease */
36 uchar ip[IPaddrlen]; /* requested address */
37 uchar server[IPaddrlen]; /* server address */
38 char msg[ERRMAX]; /* error message */
39 char vci[32]; /* vendor class id */
40 char *id; /* client id */
41 uchar requested[32]; /* requested params */
42 uchar vendorclass[32];
43 char cputype[32-3];
45 Info gii; /* about target network */
46 Info ii; /* about target system */
47 int staticbinding;
49 uchar buf[2*1024]; /* message buffer */