Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dip_var.h397 extern int rip_send(struct socket *, int, struct mbuf *, struct sockaddr *,
H A Draw_ip.c1122 rip_send(struct socket *so, int flags, struct mbuf *m, struct sockaddr *nam, in rip_send() function
1446 .pru_send = rip_send,
H A Dip_icmp.c1333 return rip_send(so, flags, m, nam, control, p); in icmp_dgram_send()