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

/freebsd-current/usr.sbin/rtsold/
H A Dcap_sendmsg.c124 probe_defrouters(uint32_t ifindex, uint32_t linkid) function
201 nvlist_add_string(nvl, "cmd", "probe_defrouters");
214 return (probe_defrouters(ifinfo->sdl->sdl_index, ifinfo->linkid));
262 if (strcmp(cmd, "probe_defrouters") != 0 &&
268 if (strcmp(cmd, "probe_defrouters") == 0) {
269 error = probe_defrouters(ifindex, linkid);

Completed in 112 milliseconds