Home
last modified time | relevance | path

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

/f-stack/freebsd/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.c96 static struct debugnet_pcb g_dnet_pcb;
102 debugnet_get_gw_mac(const struct debugnet_pcb *pcb) in debugnet_get_gw_mac()
167 debugnet_udp_output(struct debugnet_pcb *pcb, struct mbuf *m) in debugnet_udp_output()
236 debugnet_send(struct debugnet_pcb *pcb, uint32_t type, const void *data, in debugnet_send()
355 debugnet_handle_rx_msg(struct debugnet_pcb *pcb, struct mbuf **mb) in debugnet_handle_rx_msg()
445 debugnet_handle_udp(struct debugnet_pcb *pcb, struct mbuf **mb) in debugnet_handle_udp()
584 debugnet_network_poll(struct debugnet_pcb *pcb) in debugnet_network_poll()
596 debugnet_free(struct debugnet_pcb *pcb) in debugnet_free()
618 struct debugnet_pcb **pcb_out) in debugnet_connect()
621 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()
/f-stack/freebsd/netinet/netdump/
H A Dnetdump_client.c112 struct debugnet_pcb *nd_pcb;
288 struct debugnet_pcb *pcb; in netdump_start()