Searched refs:icmp_dgram_attach (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dip_icmp.c1007 __private_extern__ int icmp_dgram_attach(struct socket *so, int proto, struct proc *p);
1012 .pru_attach = icmp_dgram_attach,
1028 icmp_dgram_attach(struct socket *so, __unused int proto, struct proc *p) function
1035 panic("icmp_dgram_attach");

Completed in 127 milliseconds