Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Drtquery.c89 } imsg_buf; variable
90 #define IMSG imsg_buf.rip
427 iov.iov_base = &imsg_buf; in query_loop()
428 iov.iov_len = sizeof (imsg_buf); in query_loop()
602 if (size > sizeof (imsg_buf) - sizeof (*n)) { in rip_input()
606 size = sizeof (imsg_buf) - sizeof (*n); in rip_input()