Home
last modified time | relevance | path

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

/dragonfly/sys/net/ipfw3_basic/
HDip_fw3_sync.c112 tmp_sync_ctx->edge_port = fw3_sync_ctx.edge_port; in ip_fw3_ctl_sync_show_conf()
172 fw3_sync_ctx.edge_port = ioc_edge->port; in ip_fw3_ctl_sync_edge_conf()
200 sin.sin_port = htons(fw3_sync_ctx.edge_port); in ip_fw3_sync_edge_socket_handler()
246 sin.sin_port = htons(fw3_sync_ctx.edge_port); in ip_fw3_ctl_sync_edge_start()
HDip_fw3_sync.h53 int edge_port; /* edge listening port */ member
70 int edge_port; /* edge listening port */ member
/dragonfly/sbin/ipfw3/
HDipfw3sync.c186 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()