Lines Matching refs:fqdn
519 if (ctx->fqdn == NULL) in oma_dm_run_add()
521 fqdn_len = os_strlen(ctx->fqdn); in oma_dm_run_add()
522 if (os_strncasecmp(pos, ctx->fqdn, fqdn_len) != 0 || in oma_dm_run_add()
525 ctx->fqdn); in oma_dm_run_add()
533 ctx->fqdn); in oma_dm_run_add()
745 if (ctx->fqdn == NULL) { in oma_dm_replace()
749 fqdn_len = os_strlen(ctx->fqdn); in oma_dm_replace()
750 if (os_strncasecmp(pos, ctx->fqdn, fqdn_len) != 0 || in oma_dm_replace()
753 ctx->fqdn); in oma_dm_replace()
762 ctx->fqdn); in oma_dm_replace()
867 if (ctx->fqdn == NULL) in oma_dm_get()
869 fqdn_len = os_strlen(ctx->fqdn); in oma_dm_get()
870 if (os_strncasecmp(pos, ctx->fqdn, fqdn_len) != 0 || in oma_dm_get()
873 ctx->fqdn); in oma_dm_get()
882 ctx->fqdn); in oma_dm_get()
1345 ctx->fqdn = os_strdup("wi-fi.org"); in cmd_oma_dm_add()
1376 ctx->fqdn = os_strdup("wi-fi.org"); in cmd_oma_dm_replace()