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

/freebsd-10.3-release/sys/netinet/
H A Dip_var.h243 extern int (*ip_rsvp_vif)(struct socket *, struct sockopt *);
H A Draw_ip.c127 int (*ip_rsvp_vif)(struct socket *, struct sockopt *); variable
681 error = ip_rsvp_vif ?
682 ip_rsvp_vif(so, sopt) : EINVAL;
H A Dip_mroute.c2878 ip_rsvp_vif = X_ip_rsvp_vif;
2916 ip_rsvp_vif = NULL;

Completed in 235 milliseconds