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

/solaris-userland/components/openvswitch/files/lib/
H A Droute-table-solaris.c74 ssize_t ssz; local
113 ssz = read(rtsock_fd, &m_rtmsg, sizeof (m_rtmsg));
114 } while (ssz > 0 && (rtm->rtm_seq != seq || rtm->rtm_pid != pid));
117 if (ssz < 0)
H A Dnetdev-solaris.c2200 ssize_t ssz; local
2251 ssz = read(rtsock_fd, &m_rtmsg, sizeof (m_rtmsg));
2252 } while (ssz > 0 && (rtm->rtm_seq != seq || rtm->rtm_pid != pid));
2255 if (ssz <= 0) {
2256 if (ssz < 0) {

Completed in 35 milliseconds