s/qmail  3.3.23
Next generation secure email transport
socket6_if.h
Go to the documentation of this file.
1 #ifndef SOCKET6_IF_H
2 #define SOCKET6_IF_H
3 
4 #include "uint32.h"
5 
6 const char* socket_getifname(uint32 interface);
7 uint32 socket_getifidx(const char *ifname);
8 
9 #endif
const char * socket_getifname(uint32 interface)
Definition: socket6_if.c:8
uint32 socket_getifidx(const char *ifname)
Definition: socket6_if.c:16