[詳解] 1 #ifndef _NAMADR_LIST_H_INCLUDED_
2 #define _NAMADR_LIST_H_INCLUDED_
22 #define NAMADR_LIST MATCH_LIST
24 #define namadr_list_init(o, f, p) \
25 match_list_init((o), (f), (p), 2, match_hostname, match_hostaddr)
26 #define namadr_list_match match_list_match
27 #define namadr_list_free match_list_free