Changeset 7847 for branches/1.5x/libtransmission/net.h
- Timestamp:
- Feb 8, 2009, 12:29:20 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.5x/libtransmission/net.h
r7741 r7847 95 95 static TR_INLINE tr_bool tr_isAddress( const tr_address * a ) { return ( a != NULL ) && ( a->type==TR_AF_INET || a->type==TR_AF_INET6 ); } 96 96 97 typedef struct tr_net_af_support 98 { 99 tr_bool has_inet6; 100 tr_bool needs_inet4; 101 } tr_net_af_support; 102 103 tr_net_af_support tr_net_getAFSupport( tr_port ); 97 tr_bool tr_net_hasIPv6( tr_port ); 104 98 105 99 /***********************************************************************
Note: See TracChangeset
for help on using the changeset viewer.