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

/darwin-on-arm/xnu/bsd/netinet/
H A Din_proto.c174 rsvp_input, 0, 0, rip_ctloutput,
H A Dip_var.h329 void rsvp_input(struct mbuf *, int);
H A Dip_mroute.c142 rsvp_input(struct mbuf *m, int iphlen) /* XXX must fixup manually */ function
155 printf("rsvp_input: Sending packet up old-style socket\n");
2036 rsvp_input(struct mbuf *m, int iphlen) function
2045 printf("rsvp_input: rsvp_on %d\n",rsvp_on);
2057 printf("rsvp_input: check vifs\n");
2061 panic("rsvp_input no hdr");
2078 printf("rsvp_input: Sending packet up old-style socket\n");
2082 printf("rsvp_input: Can't find vif for packet.\n");
2084 printf("rsvp_input: No socket defined for vif %d\n",vifi);
2092 printf("rsvp_input
[all...]

Completed in 25 milliseconds