Lines Matching defs:ctx

2779 ill_first(int start_list, int end_list, ill_walk_context_t *ctx,
2793 ctx->ctx_current_list = start_list;
2794 ctx->ctx_last_list = end_list;
2796 ctx->ctx_last_list = MAX_G_HEADS - 1;
2797 ctx->ctx_current_list = 0;
2800 while (ctx->ctx_current_list <= ctx->ctx_last_list) {
2801 ifp = IP_VX_ILL_G_LIST(ctx->ctx_current_list, ipst);
2803 &IP_VX_ILL_G_LIST(ctx->ctx_current_list, ipst)) {
2813 ctx->ctx_current_list++;
2829 ill_next(ill_walk_context_t *ctx, ill_t *lastill)
2836 &IP_VX_ILL_G_LIST(ctx->ctx_current_list, ipst));
2847 (ill_if_t *)&IP_VX_ILL_G_LIST(ctx->ctx_current_list, ipst)) {
2848 if (++ctx->ctx_current_list > ctx->ctx_last_list)
2850 ifp = IP_VX_ILL_G_LIST(ctx->ctx_current_list, ipst);
4423 ill_walk_context_t ctx;
4430 ill = ILL_START_WALK_V6(&ctx, ipst);
4432 ill = ILL_START_WALK_V4(&ctx, ipst);
4434 for (; ill != NULL; ill = ill_next(&ctx, ill)) {
4571 ill_walk_context_t ctx;
4580 ill = ILL_START_WALK_V4(&ctx, ipst);
4581 for (; ill != NULL; ill = ill_next(&ctx, ill)) {
4617 ill_walk_context_t ctx;
4627 ill = ILL_START_WALK_V4(&ctx, ipst);
4628 for (; ill != NULL; ill = ill_next(&ctx, ill)) {
4727 ill_walk_context_t ctx;
4735 ill = ILL_START_WALK_V4(&ctx, ipst);
4736 for (; ill != NULL; ill = ill_next(&ctx, ill)) {
7173 ill_walk_context_t ctx;
7177 ill = ILL_START_WALK_V4(&ctx, ipst);
7178 for (; ill != NULL; ill = ill_next(&ctx, ill)) {
7201 ill_walk_context_t ctx;
7207 ill = ILL_START_WALK_V4(&ctx, ipst);
7209 ill = ILL_START_WALK_V6(&ctx, ipst);
7211 ill = ILL_START_WALK_ALL(&ctx, ipst);
7213 for (; ill != NULL; ill = ill_next(&ctx, ill)) {
7330 ill_walk_context_t ctx;
7423 ill = ILL_START_WALK_V4(&ctx, ipst);
7424 for (; ill != NULL; ill = ill_next(&ctx, ill)) {
7596 ill_walk_context_t ctx;
7692 ill = ill_first(list, list, &ctx, ipst);
7693 for (; ill != NULL; ill = ill_next(&ctx, ill)) {
11628 ill_walk_context_t ctx;
11640 ill = ILL_START_WALK_V4(&ctx, ipst);
11641 for (; ill != NULL; ill = ill_next(&ctx, ill)) {
14275 ill_walk_context_t ctx;
14290 ill = ILL_START_WALK_V6(&ctx, ipst);
14292 ill = ILL_START_WALK_V4(&ctx, ipst);
14294 for (; ill != NULL; ill = ill_next(&ctx, ill)) {
17402 MD5_CTX ctx;
17417 MD5Init(&ctx);
17418 MD5Update(&ctx, &ic, sizeof (ic));
17419 MD5Final(hash, &ctx);
17768 ill_walk_context_t ctx;
17772 ill = ILL_START_WALK_V4(&ctx, ipst);
17773 for (; ill != NULL; ill = ill_next(&ctx, ill))