Searched defs:bootpc_ifcontext (Results 1 – 1 of 1) sorted by relevance
108 struct bootpc_ifcontext { struct109 struct bootpc_ifcontext *next; argument110 struct bootp_packet call;111 struct bootp_packet reply;112 int replylen;113 int overload;114 struct socket *so;115 struct ifreq ireq;116 struct ifnet *ifp;117 struct sockaddr_dl *sdl;[all …]