Home
last modified time | relevance | path

Searched refs:netmsg (Results 1 – 21 of 21) sorted by relevance

/dflybsd-src/sys/netinet6/
H A Din6_pcb.h97 union netmsg;
119 void in6_setpeeraddr_dispatch (union netmsg *);
120 void in6_setsockaddr_dispatch (union netmsg *);
H A Dtcp6_var.h80 union netmsg;
82 void tcp6_ctlinput(union netmsg *);
H A Dip6_var.h337 union netmsg;
339 void icmp6_ctloutput (union netmsg *);
391 void rip6_ctlinput (union netmsg *);
392 void rip6_ctloutput (union netmsg *);
H A Dudp6_var.h82 void udp6_ctlinput (union netmsg *);
H A Dip6_input.c143 static void transport6_processing_handler(netmsg_t netmsg);
779 transport6_processing_handler(netmsg_t netmsg) in transport6_processing_handler() argument
781 struct netmsg_packet *pmsg = (struct netmsg_packet *)netmsg; in transport6_processing_handler()
/dflybsd-src/sys/net/vlan/
H A Dif_vlan_ether.h38 union netmsg;
42 void vlan_start_dispatch(union netmsg *);
/dflybsd-src/sys/net/
H A Draw_cb.h75 union netmsg;
78 void raw_ctlinput (union netmsg *);
H A Dnetmsg.h305 union netmsg { union
/dflybsd-src/sys/sys/
H A Dun.h60 union netmsg;
64 void uipc_ctloutput(union netmsg *msg);
H A Dprotosw.h56 typedef union netmsg *netmsg_t;
/dflybsd-src/sys/netinet/
H A Dip_var.h173 union netmsg;
187 void ip_ctloutput(union netmsg *);
217 void rip_ctloutput(union netmsg *);
H A Din_var.h248 union netmsg;
255 void in_control_dispatch(union netmsg *);
H A Dtcp_var.h651 union netmsg;
664 void tcp_ctlinput(union netmsg *);
665 void tcp_ctloutput(union netmsg *);
H A Dudp_var.h170 void udp_shutdown (union netmsg *);
H A Din_pcb.h480 union netmsg;
528 void in_setpeeraddr_dispatch(union netmsg *);
/dflybsd-src/sys/netbt/
H A Dsco.h66 union netmsg;
73 void sco_ctloutput(union netmsg *);
H A Drfcomm.h388 union netmsg;
412 void rfcomm_ctloutput(union netmsg *);
H A Dl2cap.h449 union netmsg;
475 void l2cap_ctloutput(union netmsg *);
H A Dhci.h2514 union netmsg;
2552 void hci_ctloutput(union netmsg *);
2570 void btintr(union netmsg *);
/dflybsd-src/sys/netgraph7/socket/
H A Dng_socket.c206 ngc_send(netmsg_t netmsg) in ngc_send() argument
208 struct socket *so = netmsg->send.base.nm_so; in ngc_send()
209 struct mbuf *m = netmsg->send.nm_m; in ngc_send()
210 struct sockaddr *addr = netmsg->send.nm_addr; in ngc_send()
211 struct mbuf *control = netmsg->send.nm_control; in ngc_send()
339 apply->context = &netmsg->send.base.lmsg; in ngc_send()
353 lwkt_replymsg(&netmsg->send.base.lmsg, error); in ngc_send()
/dflybsd-src/sys/netgraph/netgraph/
H A Dng_base.c74 union netmsg;
95 static void ngintr(union netmsg *);