Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
HDraw_ip.c96 int (*ip_rsvp_vif)(struct socket *, struct sockopt *); variable
420 error = ip_rsvp_vif ? in rip_ctloutput()
421 ip_rsvp_vif(so, sopt) : EINVAL; in rip_ctloutput()
HDip_var.h225 extern int (*ip_rsvp_vif)(struct socket *, struct sockopt *);
/dragonfly/sys/net/ip_mroute/
HDip_mroute.c3265 ip_rsvp_vif = X_ip_rsvp_vif;
3284 ip_rsvp_vif = NULL;