Home
last modified time | relevance | path

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

/netbsd-src/sbin/ifconfig/
H A Dpfsync.c64 static int setpfsync_peer(prop_dictionary_t, prop_dictionary_t);
74 setpfsync_peer, "syncpeer", NULL, NULL, NULL, &command_root.pb_parser);
84 .k_str = "", .k_exec = setpfsync_peer,
173 setpfsync_peer(prop_dictionary_t env, prop_dictionary_t oenv) in setpfsync_peer() function