Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Dip6_var.h532 extern int icmp6_dgram_attach(struct socket *, int, struct proc *);
H A Draw_ip6.c1276 .pru_attach = icmp6_dgram_attach,
H A Dicmp6.c3297 icmp6_dgram_attach(struct socket *so, int proto, struct proc *p) in icmp6_dgram_attach() function