Home
last modified time | relevance | path

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

/freebsd/tests/sys/net/routing/
H A Drtsock_common.h656 int my_errno; in rtsock_send_rtm() local
662 my_errno = errno; in rtsock_send_rtm()
665 rtm->rtm_msglen, len, strerror(my_errno)); in rtsock_send_rtm()
687 int my_errno = errno; in rtsock_read_rtm() local
688 ATF_REQUIRE_MSG(len > 0, "rtsock read failed: %s", strerror(my_errno)); in rtsock_read_rtm()