diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2007-05-11 10:48:30 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2007-05-11 10:48:30 +0000 |
| commit | 4d41cc2fe6cc24056b29d0606c26216db25cfb65 (patch) | |
| tree | 66e58cb6239c1171966a70e8f1b1650d86c8221e /sys/netinet/ip_options.h | |
| parent | 94ad7d68c755fc6bce5616c1eb5ac8dd1754d4d8 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/ip_options.h')
| -rw-r--r-- | sys/netinet/ip_options.h | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/sys/netinet/ip_options.h b/sys/netinet/ip_options.h index ed032c7d84100..0633fcee9d854 100644 --- a/sys/netinet/ip_options.h +++ b/sys/netinet/ip_options.h @@ -1,8 +1,8 @@ /* * Copyright (c) 1982, 1986, 1993 - * The Regents of the University of California. All rights reserved. - * Copyright (c) 2005 - * Andre Oppermann, Internet Business Solutions AG. All right reserved. + * The Regents of the University of California. + * Copyright (c) 2005 Andre Oppermann, Internet Business Solutions AG. + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -49,13 +49,11 @@ struct ipopt_tag { extern int ip_doopts; /* process or ignore IP options */ -int ip_dooptions(struct mbuf *, int); -struct mbuf * - ip_insertoptions(struct mbuf *, struct mbuf *, int *); -int ip_optcopy(struct ip *, struct ip *); -int ip_pcbopts(struct inpcb *, int, struct mbuf *); -void ip_stripoptions(struct mbuf *, struct mbuf *); -struct mbuf * - ip_srcroute(struct mbuf *); +int ip_dooptions(struct mbuf *, int); +struct mbuf *ip_insertoptions(struct mbuf *, struct mbuf *, int *); +int ip_optcopy(struct ip *, struct ip *); +int ip_pcbopts(struct inpcb *, int, struct mbuf *); +void ip_stripoptions(struct mbuf *, struct mbuf *); +struct mbuf *ip_srcroute(struct mbuf *); #endif /* !_NETINET_IP_OPTIONS_H_ */ |
