Home
last modified time | relevance | path

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

/freebsd/usr.sbin/uhsoctl/
H A Duhsoctl.c122 char *con_oper; /* Operator name */ member
788 if (ctx->con_oper != NULL) { in at_async_cops()
790 strcasecmp(opr, ctx->con_oper) == 0) in at_async_cops()
792 free(ctx->con_oper); in at_async_cops()
795 ctx->con_oper = strdup(opr); in at_async_cops()
801 ctx->con_oper, network_access_type[ctx->con_net_type]); in at_async_cops()
862 ctx->con_oper, ctx->con_apn, in at_async_owancall()
867 ctx->con_oper, ctx->con_apn); in at_async_owancall()
1375 ctx.con_oper = NULL; in main()