Home
last modified time | relevance | path

Searched defs:toedev (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/sys/netinet/
Dtoecore.h40 struct toedev { struct
48 int (*tod_connect)(struct toedev *, struct socket *, struct rtentry *, argument
52 int (*tod_listen_start)(struct toedev *, struct tcpcb *); argument
53 int (*tod_listen_stop)(struct toedev *, struct tcpcb *); argument
59 void (*tod_input)(struct toedev *, struct tcpcb *, struct mbuf *); argument
66 void (*tod_rcvd)(struct toedev *, struct tcpcb *); argument
72 int (*tod_output)(struct toedev *, struct tcpcb *); argument
75 int (*tod_send_rst)(struct toedev *, struct tcpcb *); argument
78 int (*tod_send_fin)(struct toedev *, struct tcpcb *); argument
81 void (*tod_pcb_detach)(struct toedev *, struct tcpcb *); argument
[all …]