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

/freebsd-13-stable/usr.sbin/rtsold/
H A Drtsock.c68 } rtsock_dispatch[] = { variable in typeref:struct:__anon16707
123 for (idx = 0; rtsock_dispatch[idx].func; idx++) {
124 if (rtm->rtm_type != rtsock_dispatch[idx].type)
126 if (rtm->rtm_msglen < rtsock_dispatch[idx].minlen) {
132 ret = (*rtsock_dispatch[idx].func)(s, rtm, lim);

Completed in 29 milliseconds