Lines Matching refs:connverb
111 const struct ctl_verb * connverb;
178 const struct ctl_verb *connverb;
184 for (connverb = verbs;
185 connverb->name != NULL && connverb->func != NULL;
186 connverb++)
187 if (connverb->name[0] == '\0')
189 if (connverb->func == NULL) {
205 ctx->connverb = connverb;
461 sess->verb = ctx->connverb;
464 (*ctx->connverb->func)(ctx, sess, ctx->connverb, "", 0,