Home
last modified time | relevance | path

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

/dragonfly/sys/net/
H A Droute.c789 #define gotoerr(x) { error = x ; goto bad; } in rtrequest1() macro
801 gotoerr(EAFNOSUPPORT); in rtrequest1()
818 gotoerr(ESRCH); in rtrequest1()
872 gotoerr(EINVAL); in rtrequest1()
875 gotoerr(ENETDOWN); in rtrequest1()
900 gotoerr(error); in rtrequest1()
908 gotoerr(ENOBUFS); in rtrequest1()
917 gotoerr(error); in rtrequest1()
978 gotoerr(EEXIST); in rtrequest1()
1034 gotoerr(ESRCH); in rtrequest1()
H A Dif_ethersubr.c130 #define gotoerr(e) do { error = (e); goto bad; } while (0) macro
233 gotoerr(ENETDOWN); in ether_output()
235 gotoerr(ENETDOWN); in ether_output()
305 gotoerr(EAFNOSUPPORT); in ether_output()
371 gotoerr(ENETUNREACH); in ether_output()
381 gotoerr(ENETDOWN); in ether_output()
384 gotoerr(ENETDOWN); in ether_output()
H A Drtsock.c704 #define gotoerr(e) { error = e; goto flush; } in route_output() macro
709 gotoerr(EINVAL); in route_output()
713 gotoerr(ENOBUFS); in route_output()
717 gotoerr(EPROTONOSUPPORT); in route_output()
723 gotoerr(EINVAL); in route_output()
728 gotoerr(EINVAL); in route_output()
738 gotoerr(EPERM); in route_output()
804 #undef gotoerr in route_output()
/dragonfly/sys/kern/
H A Duipc_socket.c814 gotoerr(EPIPE); in sosend()
831 gotoerr(ENOTCONN); in sosend()
838 gotoerr(EMSGSIZE); in sosend()
846 gotoerr(EWOULDBLOCK); in sosend()
979 gotoerr(EPIPE); in sosendudp()
986 gotoerr(EDESTADDRREQ); in sosendudp()
988 gotoerr(EMSGSIZE); in sosendudp()
992 gotoerr(EWOULDBLOCK); in sosendudp()
1126 gotoerr(EPIPE); in sosendtcp()
1134 gotoerr(ENOTCONN); in sosendtcp()
[all …]