Searched defs:Binding (Results 1 – 2 of 2) sorted by relevance
8 typedef struct Binding Binding; typedef9 struct Binding struct11 Binding *next; argument12 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 */[all …]
90 } Binding; member