Home
last modified time | relevance | path

Searched refs:icmp6_dgram_attach (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/bsd/netinet6/
H A Dip6_var.h527 extern int icmp6_dgram_attach(struct socket *, int, struct proc *);
H A Draw_ip6.c1285 .pru_attach = icmp6_dgram_attach,
H A Dicmp6.c3300 icmp6_dgram_attach(struct socket *so, int proto, struct proc *p) in icmp6_dgram_attach() function