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

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

Completed in 56 milliseconds