Searched refs:ifctx (Results 1 – 1 of 1) sorted by relevance
271 static void bootpc_compose_query(struct bootpc_ifcontext *ifctx,290 static void bootpc_fakeup_interface(struct bootpc_ifcontext *ifctx,293 static void bootpc_adjust_interface(struct bootpc_ifcontext *ifctx,297 struct bootpc_ifcontext *ifctx,301 struct bootpc_ifcontext *ifctx);303 static __inline int bootpc_ifctx_isresolved(struct bootpc_ifcontext *ifctx);304 static __inline int bootpc_ifctx_isunresolved(struct bootpc_ifcontext *ifctx);305 static __inline int bootpc_ifctx_isfailed(struct bootpc_ifcontext *ifctx);452 struct bootpc_ifcontext *ifctx; in allocifctx() local454 ifctx = malloc(sizeof(*ifctx), M_TEMP, M_WAITOK | M_ZERO); in allocifctx()[all …]