From 5e0b8d508ed51004bd836384293be00950ee62c9 Mon Sep 17 00:00:00 2001 From: Pasha Date: Tue, 20 Feb 2024 18:49:50 +0000 Subject: init gnumach copy --- linux/src/include/net/ip_alias.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 linux/src/include/net/ip_alias.h (limited to 'linux/src/include/net/ip_alias.h') diff --git a/linux/src/include/net/ip_alias.h b/linux/src/include/net/ip_alias.h new file mode 100644 index 0000000..ee9aa33 --- /dev/null +++ b/linux/src/include/net/ip_alias.h @@ -0,0 +1,23 @@ +/* + * IP_ALIAS (AF_INET) aliasing definitions. + * + * + * Version: @(#)ip_alias.h 0.50 4/20/97 + * + * Author: Juan Jose Ciarlante, + * + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version + * 2 of the License, or (at your option) any later version. + * + */ + +#ifndef _IP_ALIAS_H +#define _IP_ALIAS_H + +extern int ip_alias_init(void); +extern int ip_alias_done(void); + +#endif /* _IP_ALIAS_H */ -- cgit v1.2.1