Buckets:
| extern "C" { | |
| struct ifaddrs { | |
| struct ifaddrs *ifa_next; | |
| char *ifa_name; | |
| unsigned ifa_flags; | |
| struct sockaddr *ifa_addr; | |
| struct sockaddr *ifa_netmask; | |
| union { | |
| struct sockaddr *ifu_broadaddr; | |
| struct sockaddr *ifu_dstaddr; | |
| } ifa_ifu; | |
| void *ifa_data; | |
| }; | |
| void freeifaddrs(struct ifaddrs *); | |
| int getifaddrs(struct ifaddrs **); | |
| } | |
Xet Storage Details
- Size:
- 592 Bytes
- Xet hash:
- 5c9b0239d70906e63e5a49cd02e8cbea71d09beb69410c5677b3217e59ecd4f5
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.