Created
April 22, 2015 07:19
-
-
Save ncopa/99ae0e9b9b0ae9c9b0fd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* already defined within netinet/in.h if using GNU compiler */ | |
#ifndef __USE_GNU | |
struct in6_pktinfo { | |
struct in6_addr ipi6_addr; /* src/dst IPv6 address */ | |
unsigned int ipi6_ifindex; /* send/recv interface index */ | |
}; | |
#endif | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment