|
u_long | _ip_mcast_src (int vifi) |
|
int | _ip_mforward (struct ip *ip, struct ifnet *ifp, struct mbuf *m, struct ip_moptions *imo) |
|
int | _ip_mrouter_done (void) |
|
int | _ip_mrouter_get (int cmd, struct socket *so, struct mbuf **m) |
|
int | _ip_mrouter_set (int cmd, struct socket *so, struct mbuf *m) |
|
int | _mrt_ioctl (int req, caddr_t data, struct proc *p) |
|
void | rsvp_input (struct mbuf *m, int iphlen) |
|
void | ipip_input (struct mbuf *m, int iphlen) |
|
int | ip_rsvp_vif_init (struct socket *so, struct mbuf *m) |
|
int | ip_rsvp_vif_done (struct socket *so, struct mbuf *m) |
|
void | ip_rsvp_force_done (struct socket *so) |
|
|
struct socket * | ip_mrouter = NULL |
|
u_int | rsvpdebug = 0 |
|
int(* | ip_mrouter_set )(int, struct socket *, struct mbuf *) = _ip_mrouter_set |
|
int(* | ip_mrouter_get )(int, struct socket *, struct mbuf **) = _ip_mrouter_get |
|
int(* | ip_mrouter_done )(void) = _ip_mrouter_done |
|
int(* | ip_mforward )(struct ip *, struct ifnet *, struct mbuf *, struct ip_moptions *) = _ip_mforward |
|
int(* | mrt_ioctl )(int, caddr_t, struct proc *) = _mrt_ioctl |
|
int(* | legal_vif_num )(int)=0 |
|
u_long(* | ip_mcast_src )(int) = _ip_mcast_src |
|