JunkBox_Lib++ (for Windows)
1.10.1
Loading...
Searching...
No Matches
ipaddr_tool.h
Go to the documentation of this file.
1
#ifndef __JBXL_IP_ADDRESS_TOOL_H_
2
#define __JBXL_IP_ADDRESS_TOOL_H_
3
11
#include "
network.h
"
12
#include "
tlist.h
"
13
14
15
tList
*
read_ipaddr_file
(
char
* fn);
16
tList
*
read_ipaddr_fp
(FILE* fp);
17
tList
*
to_ipaddress_list
(
tList
* lp);
18
19
int
is_host_in_list
(
tList
* lp,
unsigned
char
*,
char
* host);
20
int
is_ipaddr_num_in_list
(
tList
* lp,
unsigned
char
* ipnum);
21
22
void
print_address_in_list
(FILE* fp,
tList
* lp);
23
24
25
#endif
26
is_ipaddr_num_in_list
int is_ipaddr_num_in_list(tList *lp, unsigned char *ipnum)
Definition
ipaddr_tool.cpp:181
read_ipaddr_fp
tList * read_ipaddr_fp(FILE *fp)
Definition
ipaddr_tool.cpp:55
to_ipaddress_list
tList * to_ipaddress_list(tList *lp)
Definition
ipaddr_tool.cpp:83
read_ipaddr_file
tList * read_ipaddr_file(char *fn)
Definition
ipaddr_tool.cpp:25
print_address_in_list
void print_address_in_list(FILE *fp, tList *lp)
Definition
ipaddr_tool.cpp:211
is_host_in_list
int is_host_in_list(tList *lp, unsigned char *, char *host)
Definition
ipaddr_tool.cpp:143
network.h
ネットワーク用ライブラリヘッダ for IPv4/IPv6
tList
tlist.h
Tiny List 構造ライブラリヘッダ
ExtendLib
xLib
ipaddr_tool.h
Generated on Sat Oct 12 2024 19:42:08 for JunkBox_Lib++ (for Windows) by
1.11.0