Home
last modified time | relevance | path

Searched defs:Bootp (Results 1 – 4 of 4) sorted by relevance

/plan9-contrib/sys/src/9/pcboot/
H A Dpxe.h64 typedef struct Bootp Bootp; typedef
65 struct Bootp struct
67 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 …]
/plan9-contrib/sys/src/boot/vt4/
H A Dip.h72 typedef struct Bootp Bootp; typedef
73 struct Bootp struct
75 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 …]
/plan9-contrib/sys/src/boot/vt5/
H A Dip.h72 typedef struct Bootp Bootp; typedef
73 struct Bootp struct
75 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 …]
/plan9-contrib/sys/src/cmd/ip/
H A Ddhcp.h146 typedef struct Bootp Bootp; typedef
147 struct Bootp struct
150 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 …]