Searched refs:ifctx (Results 1 – 1 of 1) sorted by relevance
258 static void bootpc_compose_query(struct bootpc_ifcontext *ifctx,277 static void bootpc_fakeup_interface(struct bootpc_ifcontext *ifctx,280 static void bootpc_adjust_interface(struct bootpc_ifcontext *ifctx,284 struct bootpc_ifcontext *ifctx,288 struct bootpc_ifcontext *ifctx);290 static __inline int bootpc_ifctx_isresolved(struct bootpc_ifcontext *ifctx);291 static __inline int bootpc_ifctx_isunresolved(struct bootpc_ifcontext *ifctx);292 static __inline int bootpc_ifctx_isfailed(struct bootpc_ifcontext *ifctx);440 struct bootpc_ifcontext *ifctx; in allocifctx() local442 ifctx = malloc(sizeof(*ifctx), M_TEMP, M_WAITOK | M_ZERO); in allocifctx()[all …]