netmsg
union netmsg;
void raw_ctlinput (union netmsg *);
union netmsg;
void vlan_start_dispatch(union netmsg *);
union netmsg;
void hci_ctloutput(union netmsg *);
void btintr(union netmsg *);
union netmsg;
void l2cap_ctloutput(union netmsg *);
union netmsg;
void rfcomm_ctloutput(union netmsg *);
union netmsg;
void sco_ctloutput(union netmsg *);
union netmsg;
static void ngintr(union netmsg *);
ngc_send(netmsg_t netmsg)
struct socket *so = netmsg->send.base.nm_so;
struct mbuf *m = netmsg->send.nm_m;
struct sockaddr *addr = netmsg->send.nm_addr;
struct mbuf *control = netmsg->send.nm_control;
apply->context = &netmsg->send.base.lmsg;
lwkt_replymsg(&netmsg->send.base.lmsg, error);
union netmsg;
void in_setpeeraddr_dispatch(union netmsg *);
union netmsg;
void in_control_dispatch(union netmsg *);
union netmsg;
void ip_ctloutput(union netmsg *);
void rip_ctloutput(union netmsg *);
union netmsg;
void tcp_ctlinput(union netmsg *);
void tcp_ctloutput(union netmsg *);
void udp_shutdown (union netmsg *);
void in6_setpeeraddr_dispatch (union netmsg *);
void in6_setsockaddr_dispatch (union netmsg *);
union netmsg;
static void transport6_processing_handler(netmsg_t netmsg);
transport6_processing_handler(netmsg_t netmsg)
struct netmsg_packet *pmsg = (struct netmsg_packet *)netmsg;
union netmsg;
void icmp6_ctloutput (union netmsg *);
void rip6_ctlinput (union netmsg *);
void rip6_ctloutput (union netmsg *);
union netmsg;
void tcp6_ctlinput(union netmsg *);
void udp6_ctlinput (union netmsg *);
typedef union netmsg *netmsg_t;
union netmsg;
void uipc_ctloutput(union netmsg *msg);