Lines Matching defs:accept
178 * they accept or send data. */
466 * A delayed-accept a connection is accepted (or closed/aborted): decreases
938 * Default accept callback if no accept callback is specified by the user.
957 * is able to accept incoming connections. The protocol control block
997 * is able to accept incoming connections. The protocol control block
1074 lpcb->accept = tcp_accept_null;
2252 * @param pcb tcp_pcb to set the accept callback
2253 * @param accept callback function to call for this pcb when LISTENing
2257 tcp_accept(struct tcp_pcb *pcb, tcp_accept_fn accept)
2262 lpcb->accept = accept;