Lines Matching defs:pcb
130 #define TCP_KEEP_DUR(pcb) ((pcb)->keep_cnt * (pcb)->keep_intvl) argument
131 #define TCP_KEEP_INTVL(pcb) ((pcb)->keep_intvl) argument
133 #define TCP_KEEP_DUR(pcb) TCP_MAXIDLE argument
134 #define TCP_KEEP_INTVL(pcb) TCP_KEEPINTVL_DEFAULT argument
210 tcp_free(struct tcp_pcb *pcb) in tcp_free()
221 tcp_free_listen(struct tcp_pcb *pcb) in tcp_free_listen()
253 struct tcp_pcb *pcb; in tcp_remove_listener() local
269 tcp_listen_closed(struct tcp_pcb *pcb) in tcp_listen_closed()
294 tcp_backlog_delayed(struct tcp_pcb *pcb) in tcp_backlog_delayed()
317 tcp_backlog_accepted(struct tcp_pcb *pcb) in tcp_backlog_accepted()
348 tcp_close_shutdown(struct tcp_pcb *pcb, u8_t rst_on_unacked_data) in tcp_close_shutdown()
409 tcp_close_shutdown_fin(struct tcp_pcb *pcb) in tcp_close_shutdown_fin()
484 tcp_close(struct tcp_pcb *pcb) in tcp_close()
515 tcp_shutdown(struct tcp_pcb *pcb, int shut_rx, int shut_tx) in tcp_shutdown()
563 tcp_abandon(struct tcp_pcb *pcb, int reset) in tcp_abandon()
638 tcp_abort(struct tcp_pcb *pcb) in tcp_abort()
662 tcp_bind(struct tcp_pcb *pcb, const ip_addr_t *ipaddr, u16_t port) in tcp_bind()
764 tcp_bind_netif(struct tcp_pcb *pcb, const struct netif *netif) in tcp_bind_netif()
779 tcp_accept_null(void *arg, struct tcp_pcb *pcb, err_t err) in tcp_accept_null()
826 tcp_listen_with_backlog(struct tcp_pcb *pcb, u8_t backlog) in tcp_listen_with_backlog()
849 tcp_listen_with_backlog_and_err(struct tcp_pcb *pcb, u8_t backlog, err_t *err) in tcp_listen_with_backlog_and_err()
931 tcp_update_rcv_ann_wnd(struct tcp_pcb *pcb) in tcp_update_rcv_ann_wnd()
969 tcp_recved(struct tcp_pcb *pcb, u16_t len) in tcp_recved()
1016 struct tcp_pcb *pcb; in tcp_new_port() local
1068 tcp_connect(struct tcp_pcb *pcb, const ip_addr_t *ipaddr, u16_t port, in tcp_connect()
1195 struct tcp_pcb *pcb, *prev; in tcp_slowtmr() local
1482 struct tcp_pcb *pcb; in tcp_fasttmr() local
1529 struct tcp_pcb *pcb; in tcp_txnow() local
1540 tcp_process_refused_data(struct tcp_pcb *pcb) in tcp_process_refused_data()
1645 tcp_setprio(struct tcp_pcb *pcb, u8_t prio) in tcp_setprio()
1685 tcp_recv_null(void *arg, struct tcp_pcb *pcb, struct pbuf *p, err_t err) in tcp_recv_null()
1709 struct tcp_pcb *pcb, *inactive; in tcp_kill_prio() local
1755 struct tcp_pcb *pcb, *inactive; in tcp_kill_state() local
1787 struct tcp_pcb *pcb, *inactive; in tcp_kill_timewait() local
1814 struct tcp_pcb *pcb = tcp_active_pcbs; in tcp_handle_closepend() local
1837 struct tcp_pcb *pcb; in tcp_alloc() local
1967 struct tcp_pcb *pcb; in tcp_new_ip_type() local
1991 tcp_arg(struct tcp_pcb *pcb, void *arg) in tcp_arg()
2014 tcp_recv(struct tcp_pcb *pcb, tcp_recv_fn recv) in tcp_recv()
2034 tcp_sent(struct tcp_pcb *pcb, tcp_sent_fn sent) in tcp_sent()
2060 tcp_err(struct tcp_pcb *pcb, tcp_err_fn err) in tcp_err()
2080 tcp_accept(struct tcp_pcb *pcb, tcp_accept_fn accept) in tcp_accept()
2109 tcp_poll(struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval) in tcp_poll()
2131 tcp_pcb_purge(struct tcp_pcb *pcb) in tcp_pcb_purge()
2181 tcp_pcb_remove(struct tcp_pcb **pcblist, struct tcp_pcb *pcb) in tcp_pcb_remove()
2219 tcp_next_iss(struct tcp_pcb *pcb) in tcp_next_iss()
2305 struct tcp_pcb *pcb; in tcp_netif_ip_addr_changed_pcblist() local
2364 tcp_tcp_get_tcp_addrinfo(struct tcp_pcb *pcb, int local, ip_addr_t *addr, u16_t *port) in tcp_tcp_get_tcp_addrinfo()
2390 tcp_free_ooseq(struct tcp_pcb *pcb) in tcp_free_ooseq()
2491 struct tcp_pcb *pcb; in tcp_debug_print_pcbs() local
2523 struct tcp_pcb *pcb; in tcp_pcbs_sane() local
2598 tcp_ext_arg_set_callbacks(struct tcp_pcb *pcb, uint8_t id, const struct tcp_ext_arg_callbacks * con… in tcp_ext_arg_set_callbacks()
2617 void tcp_ext_arg_set(struct tcp_pcb *pcb, uint8_t id, void *arg) in tcp_ext_arg_set()
2635 void *tcp_ext_arg_get(const struct tcp_pcb *pcb, uint8_t id) in tcp_ext_arg_get()