Lines Matching defs:bootpc_ifcontext
126 struct bootpc_ifcontext { struct
128 struct bootp_packet call;
129 struct bootp_packet reply;
130 int replylen;
131 int overload;
132 union {
135 } _req;
138 if_t ifp;
139 struct sockaddr_dl *sdl;
140 struct sockaddr_in myaddr;
141 struct sockaddr_in netmask;
142 struct sockaddr_in gw;
143 int gotgw;
144 int gotnetmask;
145 int gotrootpath;
146 int outstanding;
147 int sentmsg;
148 u_int32_t xid;
149 enum {
175 STAILQ_HEAD(, bootpc_ifcontext) interfaces; argument