Searched refs:con_oper (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/usr.sbin/uhsoctl/
H A Duhsoctl.c123 char *con_oper; /* Operator name */ member in struct:ctx
786 if (ctx->con_oper != NULL) {
788 strcasecmp(opr, ctx->con_oper) == 0)
790 free(ctx->con_oper);
793 ctx->con_oper = strdup(opr);
799 ctx->con_oper, network_access_type[ctx->con_net_type]);
860 ctx->con_oper, ctx->con_apn,
865 ctx->con_oper, ctx->con_apn);
1377 ctx.con_oper = NULL;

Completed in 107 milliseconds