Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/
H A Dip_var.h352 extern int rip_send(struct socket *, int, struct mbuf *, struct sockaddr *,
H A Draw_ip.c1089 rip_send(struct socket *so, int flags, struct mbuf *m, struct sockaddr *nam, in rip_send() function
1412 .pru_send = rip_send,
H A Dip_icmp.c1323 return rip_send(so, flags, m, nam, control, p); in icmp_dgram_send()