summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_options.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-05-11 10:48:30 +0000
committerrwatson <rwatson@FreeBSD.org>2007-05-11 10:48:30 +0000
commit073fe95b38e7315208c303674bb02dcf624fb7d8 (patch)
tree66e58cb6239c1171966a70e8f1b1650d86c8221e /sys/netinet/ip_options.h
parent972aaf598c3dd94b766cd860a8efda7dc734015b (diff)
downloadFreeBSD-src-073fe95b38e7315208c303674bb02dcf624fb7d8.zip
FreeBSD-src-073fe95b38e7315208c303674bb02dcf624fb7d8.tar.gz
Normalize style a bit: reduce pseudo-randomness of comment layout and
white space. Remove 'register'.
Diffstat (limited to 'sys/netinet/ip_options.h')
-rw-r--r--sys/netinet/ip_options.h20
1 files changed, 9 insertions, 11 deletions
diff --git a/sys/netinet/ip_options.h b/sys/netinet/ip_options.h
index ed032c7..0633fce 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_ */
OpenPOWER on IntegriCloud