mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Added SK_MAGIC type sockets for internal use by system dependent code,
especially for netlink communication.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* BIRD Socket Interface
|
||||
*
|
||||
* (c) 1998 Martin Mares <mj@ucw.cz>
|
||||
* (c) 1998--1999 Martin Mares <mj@ucw.cz>
|
||||
*
|
||||
* Can be freely distributed and used under the terms of the GNU GPL.
|
||||
*/
|
||||
@@ -57,5 +57,6 @@ void sk_dump_all(void);
|
||||
#define SK_UDP_MC 4 /* ? ? * * * * - */
|
||||
#define SK_IP 5 /* ? ? - * - ? ? */
|
||||
#define SK_IP_MC 6 /* ? ? * * * * - */
|
||||
#define SK_MAGIC 7 /* Internal use by sysdep code */
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user