Lines Matching defs:errno
487 tcp_drop(struct tcpcb *tp, int errno)
497 if (errno == ETIMEDOUT && tp->t_softerror)
498 errno = tp->t_softerror;
499 so->so_error = errno;
720 int errno;
730 errno = inetctlerrmap[cmd];
806 else if (errno == 0)
819 notify(inp, errno);
834 in_pcbnotifyall(&tcbtable, satosin(sa), rdomain, errno, notify);
856 tcp_mtudisc(struct inpcb *inp, int errno)
874 in_rtchange(inp, errno);
889 if (change || errno > 0)
894 tcp_mtudisc_increase(struct inpcb *inp, int errno)
904 in_rtchange(inp, errno);