Home
last modified time | relevance | path

Searched defs:Binding (Results 1 – 2 of 2) sorted by relevance

/plan9/sys/src/cmd/ip/dhcpd/
H A Ddat.h8 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 */
[all …]
/plan9/sys/src/cmd/gs/src/
H A Dgdevpsdf.h90 } Binding; member