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

/freebsd-9.3-release/sbin/ifconfig/
H A Difpfsync.c147 int maxupdates; local
149 maxupdates = atoi(val);
150 if ((maxupdates < 0) || (maxupdates > 255))
159 preq.pfsyncr_maxupdates = maxupdates;

Completed in 109 milliseconds