Home
last modified time | relevance | path

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

/dragonfly/sys/net/ipfw3_basic/
HDip_fw3_sync.h39 #define MAX_EDGES 10 macro
77 struct socket *centre_socks[MAX_EDGES]; /* centre socks */
/dragonfly/sbin/ipfw3/
HDipfw3sync.c152 if (count > MAX_EDGES) { in sync_config_centre()