Searched refs:ifctx (Results 1 – 1 of 1) sorted by relevance
256 static void bootpc_compose_query(struct bootpc_ifcontext *ifctx,270 static void bootpc_fakeup_interface(struct bootpc_ifcontext *ifctx,273 static void bootpc_adjust_interface(struct bootpc_ifcontext *ifctx,277 struct bootpc_ifcontext *ifctx,281 struct bootpc_ifcontext *ifctx);283 static __inline int bootpc_ifctx_isresolved(struct bootpc_ifcontext *ifctx);284 static __inline int bootpc_ifctx_isunresolved(struct bootpc_ifcontext *ifctx);285 static __inline int bootpc_ifctx_isfailed(struct bootpc_ifcontext *ifctx);341 struct bootpc_ifcontext *ifctx; in allocifctx() local343 ifctx = malloc(sizeof(*ifctx), M_TEMP, M_WAITOK | M_ZERO); in allocifctx()[all …]