Lines Matching defs:Binding
8 typedef struct Binding Binding; typedef
9 struct Binding struct
11 Binding *next; argument
12 uchar ip[IPaddrlen];
14 char *boundto; /* id last bound to */
15 char *offeredto; /* id we've offered this to */
17 long lease; /* absolute time at which binding expires */
18 long expoffer; /* absolute time at which offer times out */
19 long offer; /* lease offered */
20 long lasttouched; /* time this entry last assigned/unassigned */
21 long lastcomplained; /* last time we complained about a used but not leased */
22 long tried; /* last time we tried this entry */
24 Qid q; /* qid at the last syncbinding */