mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 06:12:01 +01:00
Added function prototypes for ip_rsvp_vif_init, ip_rsvp_vif_done, and
ip_rsvp_force_done.
This commit is contained in:
parent
28a3c3c9a6
commit
e9ce2e7d20
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9347
@ -31,7 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)ip_var.h 8.1 (Berkeley) 6/10/93
|
||||
* $Id: ip_var.h,v 1.9 1995/03/16 18:15:01 bde Exp $
|
||||
* $Id: ip_var.h,v 1.11 1995/06/13 17:51:15 wollman Exp $
|
||||
*/
|
||||
|
||||
#ifndef _NETINET_IP_VAR_H_
|
||||
@ -197,6 +197,9 @@ int rip_usrreq __P((struct socket *,
|
||||
int, struct mbuf *, struct mbuf *, struct mbuf *));
|
||||
int ip_rsvp_init __P((struct socket *));
|
||||
int ip_rsvp_done __P((void));
|
||||
int ip_rsvp_vif_init __P((struct socket *, struct mbuf *));
|
||||
int ip_rsvp_vif_done __P((struct socket *, struct mbuf *));
|
||||
void ip_rsvp_force_done __P((struct socket *));
|
||||
|
||||
void rip_ip_input __P((struct mbuf *mm,
|
||||
register struct socket *ip_mrouter, struct sockaddr *src));
|
||||
|
Loading…
Reference in New Issue
Block a user