HomeSort by: relevance | last modified time | path
    Searched defs:tcp_debug_trace (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
tcp_usrreq.c 166 tcp_debug_trace(struct socket *so, struct tcpcb *tp, int ostate, int req) function in typeref:typename:void
547 tcp_debug_trace(so, tp, ostate, PRU_ACCEPT);
594 tcp_debug_trace(so, tp, ostate, PRU_BIND);
635 tcp_debug_trace(so, tp, ostate, PRU_LISTEN);
720 tcp_debug_trace(so, tp, ostate, PRU_CONNECT);
742 tcp_debug_trace(so, tp, ostate, PRU_CONNECT2);
776 tcp_debug_trace(so, tp, ostate, PRU_DISCONNECT);
805 tcp_debug_trace(so, tp, ostate, PRU_SHUTDOWN);
832 tcp_debug_trace(so, tp, ostate, PRU_ABORT);
886 tcp_debug_trace(so, tp, ostate, PRU_PEERADDR)
    [all...]
tcp_usrreq.c 166 tcp_debug_trace(struct socket *so, struct tcpcb *tp, int ostate, int req) function in typeref:typename:void
547 tcp_debug_trace(so, tp, ostate, PRU_ACCEPT);
594 tcp_debug_trace(so, tp, ostate, PRU_BIND);
635 tcp_debug_trace(so, tp, ostate, PRU_LISTEN);
720 tcp_debug_trace(so, tp, ostate, PRU_CONNECT);
742 tcp_debug_trace(so, tp, ostate, PRU_CONNECT2);
776 tcp_debug_trace(so, tp, ostate, PRU_DISCONNECT);
805 tcp_debug_trace(so, tp, ostate, PRU_SHUTDOWN);
832 tcp_debug_trace(so, tp, ostate, PRU_ABORT);
886 tcp_debug_trace(so, tp, ostate, PRU_PEERADDR)
    [all...]

Completed in 71 milliseconds