HomeSort by: relevance | last modified time | path
    Searched defs:maxupd (Results 1 - 1 of 1) sorted by relevancy

  /src/sbin/ifconfig/
pfsync.c 67 struct pinteger parse_maxupd = PINTEGER_INITIALIZER1(&parse_maxupd, "maxupd",
68 0, 255, 10, setpfsync_maxupd, "maxupd", &command_root.pb_parser);
77 {.k_word = "maxupd", .k_nextparser = &parse_maxupd.pi_parser},
126 printf("maxupd: %d\n", pfsyncr.pfsyncr_maxupdates);
135 uint8_t maxupd; local in function:setpfsync_maxupd
137 if (!prop_dictionary_get_uint8(env, "maxupd", &maxupd)) {
144 pfsyncr.pfsyncr_maxupdates = maxupd;
217 "\t[ maxupd n ] [ syncdev iface ] [syncpeer peer_addr]\n");

Completed in 10 milliseconds