Home
last modified time | relevance | path

Searched refs:debugnet_pcb (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/sys/net/
H A Ddebugnet_int.h56 struct debugnet_pcb { struct
72 void (*dp_rx_handler)(struct debugnet_pcb *, argument
81 CTASSERT(sizeof(((struct debugnet_pcb *)0)->dp_rcvd_acks) * NBBY >= argument
89 void debugnet_handle_udp(struct debugnet_pcb *, struct mbuf **);
92 int debugnet_arp_gw(struct debugnet_pcb *);
93 void debugnet_handle_arp(struct debugnet_pcb *, struct mbuf **);
94 void debugnet_handle_ip(struct debugnet_pcb *, struct mbuf **);
95 int debugnet_ip_output(struct debugnet_pcb *, struct mbuf *);
H A Ddebugnet.h93 struct debugnet_pcb; /* opaque */
137 void (*dc_rx_handler)(struct debugnet_pcb *, struct mbuf **);
150 struct debugnet_pcb **pcb_out);
159 void debugnet_free(struct debugnet_pcb *);
178 int debugnet_send(struct debugnet_pcb *, uint32_t mhtype, const void *data,
185 debugnet_sendempty(struct debugnet_pcb *pcb, uint32_t mhtype) in debugnet_sendempty()
193 int debugnet_ack_output(struct debugnet_pcb *, uint32_t seqno /*net endian*/);
198 void debugnet_network_poll(struct debugnet_pcb *);
208 const unsigned char *debugnet_get_gw_mac(const struct debugnet_pcb *);
H A Ddebugnet.c104 static struct debugnet_pcb g_dnet_pcb;
110 debugnet_get_gw_mac(const struct debugnet_pcb *pcb) in debugnet_get_gw_mac()
175 debugnet_udp_output(struct debugnet_pcb *pcb, struct mbuf *m) in debugnet_udp_output()
244 debugnet_send(struct debugnet_pcb *pcb, uint32_t type, const void *data, in debugnet_send()
363 debugnet_handle_rx_msg(struct debugnet_pcb *pcb, struct mbuf **mb) in debugnet_handle_rx_msg()
453 debugnet_handle_udp(struct debugnet_pcb *pcb, struct mbuf **mb) in debugnet_handle_udp()
592 debugnet_network_poll(struct debugnet_pcb *pcb) in debugnet_network_poll()
604 debugnet_free(struct debugnet_pcb *pcb) in debugnet_free()
626 struct debugnet_pcb **pcb_out) in debugnet_connect()
629 struct debugnet_pcb *pcb; in debugnet_connect()
[all …]
H A Ddebugnet_inet.c83 debugnet_handle_ip(struct debugnet_pcb *pcb, struct mbuf **mb) in debugnet_handle_ip()
227 debugnet_send_arp(struct debugnet_pcb *pcb, in_addr_t dst) in debugnet_send_arp()
276 debugnet_handle_arp(struct debugnet_pcb *pcb, struct mbuf **mb) in debugnet_handle_arp()
396 debugnet_arp_gw(struct debugnet_pcb *pcb) in debugnet_arp_gw()
445 debugnet_ip_output(struct debugnet_pcb *pcb, struct mbuf *m) in debugnet_ip_output()
/freebsd-13.1/sys/gdb/
H A Dnetgdb.c106 static struct debugnet_pcb *netgdb_conn;
126 netgdb_rx(struct debugnet_pcb *pcb, struct mbuf **mb) in netgdb_rx()
340 struct debugnet_pcb *pcb; in DB_FUNC()
/freebsd-13.1/sys/netinet/netdump/
H A Dnetdump_client.c112 struct debugnet_pcb *nd_pcb;
288 struct debugnet_pcb *pcb; in netdump_start()