Searched refs:rip_input (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/sys/netinet/ |
| H A D | in_proto.c | 192 PR_WRAP_INPUT(rip_input) in PR_WRAP_CTLINPUT() 205 #define rip_input rip_input_wrapper in PR_WRAP_CTLINPUT() macro 347 .pr_input = rip_input, 461 .pr_input = rip_input,
|
| H A D | ip_var.h | 239 void rip_input(struct mbuf *, int, int);
|
| H A D | raw_ip.c | 164 rip_input(struct mbuf *m, int off, int proto) in rip_input() function 220 } else if (inetsw[ip_protox[ip->ip_p]].pr_input == rip_input) { in rip_input()
|
| H A D | in_l2tp.c | 272 rip_input(m, off, proto); in in_l2tp_input()
|
| H A D | igmp.c | 478 rip_input(m, iphlen, proto); in igmp_input()
|
| H A D | ip_encap.c | 349 rip_input(m, off, proto); in encap4_input()
|
| H A D | ip_icmp.c | 689 rip_input(m, hlen, proto); in _icmp_input()
|
| H A D | ip_mroute.c | 3193 rip_input(m, iphlen, proto); in pim_input()
|
| /netbsd-src/sbin/routed/rtquery/ |
| H A D | rtquery.c | 128 static void rip_input(struct sockaddr_in*, int); 472 rip_input(&from, cc); in query_loop() 611 rip_input(struct sockaddr_in *from, in rip_input() function
|