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

/freebsd-12-stable/usr.sbin/rtsold/
H A Dcap_sendmsg.c126 probe_defrouters(uint32_t ifindex, uint32_t linkid) function
203 nvlist_add_string(nvl, "cmd", "probe_defrouters");
216 return (probe_defrouters(ifinfo->sdl->sdl_index, ifinfo->linkid));
264 if (strcmp(cmd, "probe_defrouters") != 0 &&
270 if (strcmp(cmd, "probe_defrouters") == 0) {
271 error = probe_defrouters(ifindex, linkid);

Completed in 82 milliseconds