mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 05:43:59 -07:00
cleanup
This commit is contained in:
parent
9a2310395d
commit
ba07d1f91d
4 changed files with 19 additions and 36 deletions
|
@ -1,3 +1,8 @@
|
|||
/*
|
||||
this BSD licensed code is from https://github.com/freebsd/freebsd/blob/386ddae58459341ec567604707805814a2128a57/lib/libc/net/getifmaddrs.c
|
||||
as in older OS X there is no getifmaddrs() and related functions is NetBSD
|
||||
*/
|
||||
|
||||
#define NET_RT_IFMALIST 4 /* return multicast address list */
|
||||
#define RTM_NEWMADDR 0xf /* mcast group membership being added to if */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue