isc_netaddr_getzone
This commit is contained in:
@@ -3,7 +3,18 @@ LIBRARY libisc
|
||||
; Exported Functions
|
||||
EXPORTS
|
||||
|
||||
NTReportError
|
||||
closelog
|
||||
isc___mem_allocate
|
||||
isc___mem_free
|
||||
isc___mem_get
|
||||
isc___mem_put
|
||||
isc___mem_putanddetach
|
||||
isc___mem_reallocate
|
||||
isc___mem_strdup
|
||||
isc___mempool_get
|
||||
isc___mempool_put
|
||||
isc___socketmgr_maxudp
|
||||
isc__app_block
|
||||
isc__app_finish
|
||||
isc__app_onrun
|
||||
@@ -12,47 +23,18 @@ isc__app_run
|
||||
isc__app_shutdown
|
||||
isc__app_start
|
||||
isc__app_unblock
|
||||
isc_assertion_failed
|
||||
isc_assertion_setcallback
|
||||
isc_assertion_typetotext
|
||||
isc_backtrace_getsymbol
|
||||
isc_backtrace_getsymbolfromindex
|
||||
isc_backtrace_gettrace
|
||||
isc__backtrace_nsymbols
|
||||
isc__backtrace_symtable
|
||||
isc_base32_decoderegion
|
||||
isc_base32_decodestring
|
||||
isc_base32hex_decoderegion
|
||||
isc_base32hex_decodestring
|
||||
isc_base32hex_tobuffer
|
||||
isc_base32hex_totext
|
||||
isc_base32_tobuffer
|
||||
isc_base32_totext
|
||||
isc_base64_decodestring
|
||||
isc_base64_tobuffer
|
||||
isc_base64_totext
|
||||
isc_bitstring_copy
|
||||
isc_bitstring_init
|
||||
isc_bitstring_invalidate
|
||||
isc__buffer_activeregion
|
||||
isc__buffer_add
|
||||
isc_buffer_allocate
|
||||
isc__buffer_availableregion
|
||||
isc__buffer_back
|
||||
isc__buffer_clear
|
||||
isc_buffer_compact
|
||||
isc__buffer_consumedregion
|
||||
isc_buffer_copyregion
|
||||
isc__buffer_first
|
||||
isc__buffer_forward
|
||||
isc_buffer_free
|
||||
isc_buffer_getuint16
|
||||
isc_buffer_getuint32
|
||||
isc_buffer_getuint8
|
||||
isc__buffer_init
|
||||
isc__buffer_invalidate
|
||||
isc_bufferlist_availablecount
|
||||
isc_bufferlist_usedcount
|
||||
isc__buffer_putmem
|
||||
isc__buffer_putstr
|
||||
isc__buffer_putuint16
|
||||
@@ -60,11 +42,138 @@ isc__buffer_putuint32
|
||||
isc__buffer_putuint48
|
||||
isc__buffer_putuint8
|
||||
isc__buffer_region
|
||||
isc_buffer_reinit
|
||||
isc__buffer_remainingregion
|
||||
isc__buffer_setactive
|
||||
isc__buffer_subtract
|
||||
isc__buffer_usedregion
|
||||
isc__mem_attach
|
||||
isc__mem_checkdestroyed
|
||||
isc__mem_create
|
||||
isc__mem_create2
|
||||
isc__mem_createx
|
||||
isc__mem_createx2
|
||||
isc__mem_destroy
|
||||
isc__mem_detach
|
||||
isc__mem_getname
|
||||
isc__mem_getquota
|
||||
isc__mem_gettag
|
||||
isc__mem_inuse
|
||||
isc__mem_isovermem
|
||||
isc__mem_ondestroy
|
||||
isc__mem_references
|
||||
isc__mem_setdestroycheck
|
||||
isc__mem_setname
|
||||
isc__mem_setquota
|
||||
isc__mem_setwater
|
||||
isc__mem_stats
|
||||
isc__mem_waterack
|
||||
isc__mempool_associatelock
|
||||
isc__mempool_create
|
||||
isc__mempool_destroy
|
||||
isc__mempool_getallocated
|
||||
isc__mempool_getfillcount
|
||||
isc__mempool_getfreecount
|
||||
isc__mempool_getfreemax
|
||||
isc__mempool_getmaxalloc
|
||||
isc__mempool_setfillcount
|
||||
isc__mempool_setfreemax
|
||||
isc__mempool_setmaxalloc
|
||||
isc__mempool_setname
|
||||
isc__socket_accept
|
||||
isc__socket_attach
|
||||
isc__socket_bind
|
||||
isc__socket_cancel
|
||||
isc__socket_cleanunix
|
||||
isc__socket_close
|
||||
isc__socket_connect
|
||||
isc__socket_create
|
||||
isc__socket_detach
|
||||
isc__socket_filter
|
||||
isc__socket_getname
|
||||
isc__socket_getpeername
|
||||
isc__socket_getsockname
|
||||
isc__socket_gettag
|
||||
isc__socket_gettype
|
||||
isc__socket_ipv6only
|
||||
isc__socket_isbound
|
||||
isc__socket_listen
|
||||
isc__socket_open
|
||||
isc__socket_permunix
|
||||
isc__socket_recv
|
||||
isc__socket_recv2
|
||||
isc__socket_recvv
|
||||
isc__socket_send
|
||||
isc__socket_sendto
|
||||
isc__socket_sendto2
|
||||
isc__socket_sendtov
|
||||
isc__socket_sendv
|
||||
isc__socket_setname
|
||||
isc__socketmgr_create
|
||||
isc__socketmgr_create2
|
||||
isc__socketmgr_destroy
|
||||
isc__socketmgr_getmaxsockets
|
||||
isc__socketmgr_setreserved
|
||||
isc__socketmgr_setstats
|
||||
isc__strerror
|
||||
isc__task_attach
|
||||
isc__task_beginexclusive
|
||||
isc__task_create
|
||||
isc__task_destroy
|
||||
isc__task_detach
|
||||
isc__task_endexclusive
|
||||
isc__task_getcurrenttime
|
||||
isc__task_getname
|
||||
isc__task_gettag
|
||||
isc__task_onshutdown
|
||||
isc__task_purge
|
||||
isc__task_purgeevent
|
||||
isc__task_purgerange
|
||||
isc__task_send
|
||||
isc__task_sendanddetach
|
||||
isc__task_setname
|
||||
isc__task_shutdown
|
||||
isc__task_unsend
|
||||
isc__task_unsendrange
|
||||
isc__taskmgr_create
|
||||
isc__taskmgr_destroy
|
||||
isc__timer_attach
|
||||
isc__timer_create
|
||||
isc__timer_detach
|
||||
isc__timer_reset
|
||||
isc__timer_touch
|
||||
isc__timermgr_create
|
||||
isc__timermgr_destroy
|
||||
isc__timermgr_poke
|
||||
isc_assertion_failed
|
||||
isc_assertion_setcallback
|
||||
isc_assertion_typetotext
|
||||
isc_backtrace_getsymbol
|
||||
isc_backtrace_getsymbolfromindex
|
||||
isc_backtrace_gettrace
|
||||
isc_base32_decoderegion
|
||||
isc_base32_decodestring
|
||||
isc_base32_tobuffer
|
||||
isc_base32_totext
|
||||
isc_base32hex_decoderegion
|
||||
isc_base32hex_decodestring
|
||||
isc_base32hex_tobuffer
|
||||
isc_base32hex_totext
|
||||
isc_base64_decodestring
|
||||
isc_base64_tobuffer
|
||||
isc_base64_totext
|
||||
isc_bitstring_copy
|
||||
isc_bitstring_init
|
||||
isc_bitstring_invalidate
|
||||
isc_buffer_allocate
|
||||
isc_buffer_compact
|
||||
isc_buffer_copyregion
|
||||
isc_buffer_free
|
||||
isc_buffer_getuint16
|
||||
isc_buffer_getuint32
|
||||
isc_buffer_getuint8
|
||||
isc_buffer_reinit
|
||||
isc_bufferlist_availablecount
|
||||
isc_bufferlist_usedcount
|
||||
isc_commandline_parse
|
||||
isc_condition_broadcast
|
||||
isc_condition_destroy
|
||||
@@ -216,10 +325,6 @@ isc_lfsr_skip
|
||||
isc_lib_initmsgcat
|
||||
isc_log_categorybyname
|
||||
isc_log_closefilelogs
|
||||
isc_logconfig_create
|
||||
isc_logconfig_destroy
|
||||
isc_logconfig_get
|
||||
isc_logconfig_use
|
||||
isc_log_create
|
||||
isc_log_createchannel
|
||||
isc_log_destroy
|
||||
@@ -244,58 +349,31 @@ isc_log_vwrite1
|
||||
isc_log_wouldlog
|
||||
isc_log_write
|
||||
isc_log_write1
|
||||
isc_logconfig_create
|
||||
isc_logconfig_destroy
|
||||
isc_logconfig_get
|
||||
isc_logconfig_use
|
||||
isc_md5_final
|
||||
isc_md5_init
|
||||
isc_md5_invalidate
|
||||
isc_md5_update
|
||||
isc___mem_allocate
|
||||
isc__mem_attach
|
||||
isc__mem_checkdestroyed
|
||||
isc__mem_create
|
||||
isc__mem_create2
|
||||
isc__mem_createx
|
||||
isc__mem_createx2
|
||||
isc__mem_destroy
|
||||
isc__mem_detach
|
||||
isc___mem_free
|
||||
isc___mem_get
|
||||
isc__mem_getname
|
||||
isc__mem_getquota
|
||||
isc__mem_gettag
|
||||
isc__mem_inuse
|
||||
isc__mem_isovermem
|
||||
isc__mem_ondestroy
|
||||
isc__mempool_associatelock
|
||||
isc__mempool_create
|
||||
isc__mempool_destroy
|
||||
isc___mempool_get
|
||||
isc__mempool_getallocated
|
||||
isc__mempool_getfillcount
|
||||
isc__mempool_getfreecount
|
||||
isc__mempool_getfreemax
|
||||
isc__mempool_getmaxalloc
|
||||
isc___mempool_put
|
||||
isc__mempool_setfillcount
|
||||
isc__mempool_setfreemax
|
||||
isc__mempool_setmaxalloc
|
||||
isc__mempool_setname
|
||||
isc___mem_put
|
||||
isc___mem_putanddetach
|
||||
isc___mem_reallocate
|
||||
isc__mem_references
|
||||
isc_mem_renderxml
|
||||
isc__mem_setdestroycheck
|
||||
isc__mem_setname
|
||||
isc__mem_setquota
|
||||
isc__mem_setwater
|
||||
isc__mem_stats
|
||||
isc___mem_strdup
|
||||
isc__mem_waterack
|
||||
isc_msgcat_close
|
||||
isc_msgcat_get
|
||||
isc_msgcat_open
|
||||
isc_mutexblock_destroy
|
||||
isc_mutexblock_init
|
||||
isc_net_aton
|
||||
isc_net_disableipv4
|
||||
isc_net_disableipv6
|
||||
isc_net_getudpportrange
|
||||
isc_net_ntop
|
||||
isc_net_probe_ipv6only
|
||||
isc_net_probe_ipv6pktinfo
|
||||
isc_net_probeipv4
|
||||
isc_net_probeipv6
|
||||
isc_net_probeunix
|
||||
isc_net_pton
|
||||
isc_netaddr_any
|
||||
isc_netaddr_any6
|
||||
isc_netaddr_eqprefix
|
||||
@@ -306,22 +384,12 @@ isc_netaddr_fromin6
|
||||
isc_netaddr_frompath
|
||||
isc_netaddr_fromsockaddr
|
||||
isc_netaddr_fromv4mapped
|
||||
isc_netaddr_getzone
|
||||
isc_netaddr_ismulticast
|
||||
isc_netaddr_masktoprefixlen
|
||||
isc_netaddr_prefixok
|
||||
isc_netaddr_setzone
|
||||
isc_netaddr_totext
|
||||
isc_net_aton
|
||||
isc_net_disableipv4
|
||||
isc_net_disableipv6
|
||||
isc_net_getudpportrange
|
||||
isc_net_ntop
|
||||
isc_net_probeipv4
|
||||
isc_net_probeipv6
|
||||
isc_net_probe_ipv6only
|
||||
isc_net_probe_ipv6pktinfo
|
||||
isc_net_probeunix
|
||||
isc_net_pton
|
||||
isc_netscope_pton
|
||||
isc_ntpaths_get
|
||||
isc_ntpaths_init
|
||||
@@ -426,43 +494,7 @@ isc_sockaddr_pf
|
||||
isc_sockaddr_setport
|
||||
isc_sockaddr_totext
|
||||
isc_sockaddr_v6fromin
|
||||
isc__socket_accept
|
||||
isc__socket_attach
|
||||
isc__socket_bind
|
||||
isc__socket_cancel
|
||||
isc__socket_cleanunix
|
||||
isc__socket_close
|
||||
isc__socket_connect
|
||||
isc__socket_create
|
||||
isc__socket_detach
|
||||
isc__socket_filter
|
||||
isc__socket_getname
|
||||
isc__socket_getpeername
|
||||
isc__socket_getsockname
|
||||
isc__socket_gettag
|
||||
isc__socket_gettype
|
||||
isc__socket_ipv6only
|
||||
isc__socket_isbound
|
||||
isc__socket_listen
|
||||
isc__socketmgr_create
|
||||
isc__socketmgr_create2
|
||||
isc__socketmgr_destroy
|
||||
isc__socketmgr_getmaxsockets
|
||||
isc___socketmgr_maxudp
|
||||
isc_socketmgr_renderxml
|
||||
isc__socketmgr_setreserved
|
||||
isc__socketmgr_setstats
|
||||
isc__socket_open
|
||||
isc__socket_permunix
|
||||
isc__socket_recv
|
||||
isc__socket_recv2
|
||||
isc__socket_recvv
|
||||
isc__socket_send
|
||||
isc__socket_sendto
|
||||
isc__socket_sendto2
|
||||
isc__socket_sendtov
|
||||
isc__socket_sendv
|
||||
isc__socket_setname
|
||||
isc_stats_attach
|
||||
isc_stats_create
|
||||
isc_stats_decrement
|
||||
@@ -478,7 +510,6 @@ isc_stdio_seek
|
||||
isc_stdio_sync
|
||||
isc_stdio_write
|
||||
isc_stdtime_get
|
||||
isc__strerror
|
||||
isc_string_append
|
||||
isc_string_append_truncate
|
||||
isc_string_copy
|
||||
@@ -496,31 +527,10 @@ isc_symtab_destroy
|
||||
isc_symtab_lookup
|
||||
isc_symtab_undefine
|
||||
isc_syslog_facilityfromstring
|
||||
isc__task_attach
|
||||
isc__task_beginexclusive
|
||||
isc__task_create
|
||||
isc__task_destroy
|
||||
isc__task_detach
|
||||
isc__task_endexclusive
|
||||
isc__task_getcurrenttime
|
||||
isc__task_getname
|
||||
isc__task_gettag
|
||||
isc__taskmgr_create
|
||||
isc__taskmgr_destroy
|
||||
isc_taskmgr_renderxml
|
||||
isc__task_onshutdown
|
||||
isc_taskpool_create
|
||||
isc_taskpool_destroy
|
||||
isc_taskpool_gettask
|
||||
isc__task_purge
|
||||
isc__task_purgeevent
|
||||
isc__task_purgerange
|
||||
isc__task_send
|
||||
isc__task_sendanddetach
|
||||
isc__task_setname
|
||||
isc__task_shutdown
|
||||
isc__task_unsend
|
||||
isc__task_unsendrange
|
||||
isc_thread_create
|
||||
isc_thread_join
|
||||
isc_thread_key_create
|
||||
@@ -537,14 +547,6 @@ isc_time_microdiff
|
||||
isc_time_nanoseconds
|
||||
isc_time_now
|
||||
isc_time_nowplusinterval
|
||||
isc__timer_attach
|
||||
isc__timer_create
|
||||
isc__timer_detach
|
||||
isc__timermgr_create
|
||||
isc__timermgr_destroy
|
||||
isc__timermgr_poke
|
||||
isc__timer_reset
|
||||
isc__timer_touch
|
||||
isc_time_seconds
|
||||
isc_time_set
|
||||
isc_time_settoepoch
|
||||
@@ -554,7 +556,6 @@ isc_win32os_minorversion
|
||||
isc_win32os_servicepackmajor
|
||||
isc_win32os_servicepackminor
|
||||
isc_win32os_versioncheck
|
||||
NTReportError
|
||||
openlog
|
||||
syslog
|
||||
|
||||
|
||||
Reference in New Issue
Block a user