Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/ppp/
H A Droute.c813 if (cmd == RTM_ADD && (rtmes.m_rtm.rtm_errno == EEXIST || in rt_Set()
814 (rtmes.m_rtm.rtm_errno == 0 && errno == EEXIST))) { in rt_Set()
825 (rtmes.m_rtm.rtm_errno == ESRCH || in rt_Set()
826 (rtmes.m_rtm.rtm_errno == 0 && errno == ESRCH))) { in rt_Set()
830 } else if (rtmes.m_rtm.rtm_errno == 0) { in rt_Set()
836 cmdstr, ncprange_ntoa(dst), strerror(rtmes.m_rtm.rtm_errno)); in rt_Set()
912 if (rtmes.m_rtm.rtm_errno == 0) in rt_Update()
917 ncprange_ntoa(&ncpdst), strerror(rtmes.m_rtm.rtm_errno)); in rt_Update()
/dragonfly/sbin/routed/
H A Dtable.c1252 if (m.r.rtm.rtm_errno != 0) { in read_rt()
1254 str, strerror(m.r.rtm.rtm_errno)); in read_rt()
1262 if (m.r.rtm.rtm_errno != 0 in read_rt()
1263 && m.r.rtm.rtm_errno != ESRCH) { in read_rt()
1265 str, strerror(m.r.rtm.rtm_errno)); in read_rt()
/dragonfly/sys/net/
H A Drtsock.c809 rtm->rtm_errno = error; in route_output()
1201 rtm->rtm_errno = error; in rt_missmsg()
1222 rtm->rtm_errno = error; in rt_dstmsg()
1311 rtm->rtm_errno = error; in rt_rtmsg()
1767 rtm->rtm_errno = rtm->rtm_pid = rtm->rtm_seq = 0; in rttable_walk_entry()
H A Droute.h220 int rtm_errno; /* why failed */ member
/dragonfly/sbin/route/
H A Droute.c1577 (long)rtm->rtm_pid, rtm->rtm_seq, rtm->rtm_errno); in print_rtmsg()
1603 if (rtm->rtm_errno != 0) { in print_getmsg()
1604 errno = rtm->rtm_errno; in print_getmsg()
/dragonfly/contrib/dhcpcd/src/
H A Dif-bsd.c1274 if (rtm->rtm_errno != 0) in if_rtm()