Deleted Added
full compact
ipsec.h (275438) ipsec.h (275707)
1/* $FreeBSD: head/sys/netipsec/ipsec.h 275438 2014-12-03 04:08:41Z ae $ */
1/* $FreeBSD: head/sys/netipsec/ipsec.h 275707 2014-12-11 17:14:49Z ae $ */
2/* $KAME: ipsec.h,v 1.53 2001/11/20 08:32:38 itojun Exp $ */
3
4/*-
5 * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

--- 338 unchanged lines hidden (view full) ---

348struct m_tag;
349extern int ah4_input(struct mbuf **mp, int *offp, int proto);
350extern void ah4_ctlinput(int cmd, struct sockaddr *sa, void *);
351extern int esp4_input(struct mbuf **mp, int *offp, int proto);
352extern void esp4_ctlinput(int cmd, struct sockaddr *sa, void *);
353extern int ipcomp4_input(struct mbuf **mp, int *offp, int proto);
354extern int ipsec4_common_input(struct mbuf *m, ...);
355extern int ipsec4_common_input_cb(struct mbuf *m, struct secasvar *sav,
2/* $KAME: ipsec.h,v 1.53 2001/11/20 08:32:38 itojun Exp $ */
3
4/*-
5 * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

--- 338 unchanged lines hidden (view full) ---

348struct m_tag;
349extern int ah4_input(struct mbuf **mp, int *offp, int proto);
350extern void ah4_ctlinput(int cmd, struct sockaddr *sa, void *);
351extern int esp4_input(struct mbuf **mp, int *offp, int proto);
352extern void esp4_ctlinput(int cmd, struct sockaddr *sa, void *);
353extern int ipcomp4_input(struct mbuf **mp, int *offp, int proto);
354extern int ipsec4_common_input(struct mbuf *m, ...);
355extern int ipsec4_common_input_cb(struct mbuf *m, struct secasvar *sav,
356 int skip, int protoff, struct m_tag *mt);
356 int skip, int protoff);
357extern int ipsec4_process_packet(struct mbuf *, struct ipsecrequest *,
358 int, int);
359extern int ipsec_process_done(struct mbuf *, struct ipsecrequest *);
360
361extern struct mbuf *ipsec_copypkt(struct mbuf *);
362
363extern void m_checkalignment(const char* where, struct mbuf *m0,
364 int off, int len);

--- 23 unchanged lines hidden ---
357extern int ipsec4_process_packet(struct mbuf *, struct ipsecrequest *,
358 int, int);
359extern int ipsec_process_done(struct mbuf *, struct ipsecrequest *);
360
361extern struct mbuf *ipsec_copypkt(struct mbuf *);
362
363extern void m_checkalignment(const char* where, struct mbuf *m0,
364 int off, int len);

--- 23 unchanged lines hidden ---