v_rsvpd 911 netinet/ip_mroute.c vifp->v_rsvpd = NULL;
v_rsvpd 2193 netinet/ip_mroute.c if (viftable[vifi].v_rsvpd != NULL) {
v_rsvpd 2198 netinet/ip_mroute.c viftable[vifi].v_rsvpd = so;
v_rsvpd 2240 netinet/ip_mroute.c viftable[vifi].v_rsvpd, so);
v_rsvpd 2242 netinet/ip_mroute.c viftable[vifi].v_rsvpd = NULL;
v_rsvpd 2273 netinet/ip_mroute.c if (viftable[vifi].v_rsvpd == so) {
v_rsvpd 2274 netinet/ip_mroute.c viftable[vifi].v_rsvpd = NULL;
v_rsvpd 2347 netinet/ip_mroute.c if (viftable[vifi].v_rsvpd == NULL) {
v_rsvpd 2364 netinet/ip_mroute.c m->m_len, sbspace(&viftable[vifi].v_rsvpd->so_rcv));
v_rsvpd 2366 netinet/ip_mroute.c if (socket_send(viftable[vifi].v_rsvpd, m, &rsvp_src) < 0)
v_rsvpd 243 netinet/ip_mroute.h struct socket *v_rsvpd; /* # RSVPD daemon */