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

/freebsd-current/usr.sbin/rtsold/
H A Drtsock.c67 } rtsock_dispatch[] = { variable in typeref:struct:__anon6796
122 for (idx = 0; rtsock_dispatch[idx].func; idx++) {
123 if (rtm->rtm_type != rtsock_dispatch[idx].type)
125 if (rtm->rtm_msglen < rtsock_dispatch[idx].minlen) {
131 ret = (*rtsock_dispatch[idx].func)(s, rtm, lim);

Completed in 60 milliseconds