Postfix3.3.1
|
#include <sys_defs.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <netinet/in.h>
#include <net/if.h>
#include <sys/ioctl.h>
#include <arpa/inet.h>
#include <unistd.h>
#include <errno.h>
#include <string.h>
#include <msg.h>
#include <mymalloc.h>
#include <vstring.h>
#include <inet_addr_list.h>
#include <inet_addr_local.h>
#include <myaddrinfo.h>
#include <sock_addr.h>
#include <mask_addr.h>
#include <hex_code.h>
マクロ定義 | |
#define | NEXT_INTERFACE(ifr) (ifr + 1) |
#define | IFREQ_SIZE(ifr) sizeof(ifr[0]) |
関数 | |
int | inet_addr_local (INET_ADDR_LIST *addr_list, INET_ADDR_LIST *mask_list, unsigned *addr_family_list) |
#define IFREQ_SIZE | ( | ifr | ) | sizeof(ifr[0]) |
inet_addr_local.c の 340 行目に定義があります。
#define NEXT_INTERFACE | ( | ifr | ) | (ifr + 1) |
inet_addr_local.c の 339 行目に定義があります。
int inet_addr_local | ( | INET_ADDR_LIST * | addr_list, |
INET_ADDR_LIST * | mask_list, | ||
unsigned * | addr_family_list | ||
) |
inet_addr_local.c の 517 行目に定義があります。