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

/freebsd-10.0-release/usr.sbin/uhsoctl/
H A Duhsoctl.c116 const char *pdp_apn; member in struct:ctx
1215 if (ctx->pdp_apn != NULL) {
1216 if (strcmp(apn, ctx->pdp_apn) == 0)
1228 if (ctx->pdp_apn == NULL)
1232 "AT+CGDCONT=%d,,\"%s\"\r\n", ctx->pdp_ctx, ctx->pdp_apn);
1236 ctx->con_apn = strdup(ctx->pdp_apn);
1372 ctx.pdp_apn = ctx.pdp_user = ctx.pdp_pwd = NULL;
1392 ctx.pdp_apn = argv[optind - 1];

Completed in 155 milliseconds