Searched refs:debugnet_pcb (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/net/ |
H A D | debugnet.h | 91 struct debugnet_pcb; /* opaque */ 151 struct debugnet_pcb **pcb_out); 160 void debugnet_free(struct debugnet_pcb *); 179 int debugnet_send(struct debugnet_pcb *, uint32_t mhtype, const void *data, 186 debugnet_sendempty(struct debugnet_pcb *pcb, uint32_t mhtype) in debugnet_sendempty() 194 int debugnet_ack_output(struct debugnet_pcb *, uint32_t seqno /*net endian*/); 199 void debugnet_network_poll(struct debugnet_pcb *); 209 const unsigned char *debugnet_get_gw_mac(const struct debugnet_pcb *); 214 const in_addr_t *debugnet_get_server_addr(const struct debugnet_pcb *); 219 const uint16_t debugnet_get_server_port(const struct debugnet_pcb *);
|
H A D | debugnet_int.h | 54 struct debugnet_pcb { struct 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 D | debugnet.c | 103 static struct debugnet_pcb g_dnet_pcb; 109 debugnet_get_gw_mac(const struct debugnet_pcb *pcb) in debugnet_get_gw_mac() 117 debugnet_get_server_addr(const struct debugnet_pcb *pcb) in debugnet_get_server_addr() 125 debugnet_get_server_port(const struct debugnet_pcb *pcb) in debugnet_get_server_port() 190 debugnet_udp_output(struct debugnet_pcb *pcb, struct mbuf *m) in debugnet_udp_output() 214 debugnet_ack_output(struct debugnet_pcb *pcb, uint32_t seqno /* net endian */) in debugnet_ack_output() 259 debugnet_send(struct debugnet_pcb *pcb, uint32_t type, const void *data, in debugnet_send() 378 debugnet_handle_rx_msg(struct debugnet_pcb *pcb, struct mbuf **mb) in debugnet_handle_rx_msg() 445 debugnet_handle_ack(struct debugnet_pcb *pcb, struct mbuf **mb, uint16_t sport) in debugnet_handle_ack() 483 debugnet_handle_udp(struct debugnet_pcb *pcb, struct mbuf **mb) in debugnet_handle_udp() [all …]
|
H A D | debugnet_inet.c | 82 debugnet_handle_ip(struct debugnet_pcb *pcb, struct mbuf **mb) in debugnet_handle_ip() 229 debugnet_send_arp(struct debugnet_pcb *pcb, in_addr_t dst) in debugnet_send_arp() 278 debugnet_handle_arp(struct debugnet_pcb *pcb, struct mbuf **mb) in debugnet_handle_arp() 404 debugnet_arp_gw(struct debugnet_pcb *pcb) in debugnet_arp_gw() 453 debugnet_ip_output(struct debugnet_pcb *pcb, struct mbuf *m) in debugnet_ip_output()
|
/freebsd/sys/gdb/ |
H A D | netgdb.c | 105 static struct debugnet_pcb *netgdb_conn; 309 struct debugnet_pcb *pcb; in DB_COMMAND_FLAGS()
|
/freebsd/sys/netinet/netdump/ |
H A D | netdump_client.c | 113 struct debugnet_pcb *nd_pcb; 289 struct debugnet_pcb *pcb; in netdump_start()
|