Searched refs:rip_append (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/sys/netinet/ |
| H A D | raw_ip.c | 234 rip_append(struct inpcb *last, struct ip *ip, struct mbuf *n, in rip_append() function 322 (void) rip_append(last, ip, n, &ripsrc); in rip_input() 362 (void) rip_append(last, ip, n, &ripsrc); in rip_input() 428 if (rip_append(last, ip, m, &ripsrc) != 0) in rip_input()
|