Lines Matching defs:bootpc_ifcontext
138 struct bootpc_ifcontext { struct
140 struct bootp_packet call;
141 struct bootp_packet reply;
142 int replylen;
143 int overload;
144 union {
147 } _req;
150 struct ifnet *ifp;
151 struct sockaddr_dl *sdl;
152 struct sockaddr_in myaddr;
153 struct sockaddr_in netmask;
154 struct sockaddr_in gw;
155 int gotgw;
156 int gotnetmask;
157 int gotrootpath;
158 int outstanding;
159 int sentmsg;
160 u_int32_t xid;
161 enum {
187 STAILQ_HEAD(, bootpc_ifcontext) interfaces; argument