Searched refs:sync_ctx (Results 1 – 1 of 1) sorted by relevance
184 struct ipfw3_ioc_sync_context *sync_ctx; in sync_show_config() local185 sync_ctx = (struct ipfw3_ioc_sync_context *)data; in sync_show_config()186 if (sync_ctx->edge_port != 0) { in sync_show_config()187 printf("ipfw3sync edge on %d %s\n", sync_ctx->edge_port, in sync_show_config()188 sync_ctx->hw_same == 1 ? "all" : ""); in sync_show_config()190 if (sync_ctx->count > 0) { in sync_show_config()194 edge = sync_ctx->edges; in sync_show_config()195 printf("ipfw3sync centre to %d edge(s)\n", sync_ctx->count); in sync_show_config()196 for (i = 0; i < sync_ctx->count; i++) { in sync_show_config()