This repository has been archived on 2020-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
eilduscd/src/netlink_watch.h

11 lines
204 B
C

#ifndef NETLINK_WATCH_H
#define NETLINK_WATCH_H
#define RTMGRP_IPV6_IFADDR_BUG 0x80
void netlink_init(void);
int netlink_get_fd();
int netlink_recv();
void netlink_flush();
#endif /* NETLINK_WATCH_H */