HomeSort by: relevance | last modified time | path
    Searched refs:ISC_R_ADDRNOTAVAIL (Results 1 - 22 of 22) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/
result.h 34 #define ISC_R_ADDRNOTAVAIL 4 /*%< address not available */
  /src/external/bsd/ntp/dist/libntp/lib/isc/unix/
errno2result.c 108 return (ISC_R_ADDRNOTAVAIL);
  /src/external/mpl/bind/dist/lib/isc/
errno2result.c 116 return ISC_R_ADDRNOTAVAIL;
uv.c 81 return ISC_R_ADDRNOTAVAIL;
result.c 30 [ISC_R_ADDRNOTAVAIL] = "address not available",
289 [ISC_R_ADDRNOTAVAIL] = "ISC_R_ADDRNOTAVAIL",
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
result.h 28 #define ISC_R_ADDRNOTAVAIL 4 /*%< address not available */
  /src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
uverr2result.c 85 return (ISC_R_ADDRNOTAVAIL);
  /src/external/mpl/dhcp/bind/dist/lib/isc/unix/
errno2result.c 114 return (ISC_R_ADDRNOTAVAIL);
socket.c 1734 ALWAYS_HARD(EAFNOSUPPORT, ISC_R_ADDRNOTAVAIL);
1735 ALWAYS_HARD(EADDRNOTAVAIL, ISC_R_ADDRNOTAVAIL);
4532 return (ISC_R_ADDRNOTAVAIL);
4843 ERROR_MATCH(EADDRNOTAVAIL, ISC_R_ADDRNOTAVAIL);
4844 ERROR_MATCH(EAFNOSUPPORT, ISC_R_ADDRNOTAVAIL);
4988 ERROR_MATCH(EADDRNOTAVAIL, ISC_R_ADDRNOTAVAIL);
4989 ERROR_MATCH(EAFNOSUPPORT, ISC_R_ADDRNOTAVAIL);
  /src/external/mpl/dhcp/dist/omapip/
toisc.c 142 return ISC_R_ADDRNOTAVAIL;
listener.c 157 status = ISC_R_ADDRNOTAVAIL;
connection.c 184 return ISC_R_ADDRNOTAVAIL;
  /src/external/mpl/bind/dist/tests/isc/
errno_test.c 62 { EADDRNOTAVAIL, ISC_R_ADDRNOTAVAIL },
  /src/external/mpl/bind/dist/lib/isc/include/isc/
result.h 29 ISC_R_ADDRNOTAVAIL, /*%< address not available */
  /src/external/mpl/dhcp/dist/server/
dhcpv6.c 1258 return ISC_R_ADDRNOTAVAIL;
1491 return ISC_R_ADDRNOTAVAIL;
2139 (status != ISC_R_ADDRNOTAVAIL))
2642 (status != ISC_R_ADDRNOTAVAIL))
3541 isc_result_t status = ISC_R_ADDRNOTAVAIL;
3571 return (ISC_R_ADDRNOTAVAIL);
4190 (status != ISC_R_ADDRNOTAVAIL))
4584 (status != ISC_R_ADDRNOTAVAIL))
4782 isc_result_t status = ISC_R_ADDRNOTAVAIL;
4810 return (ISC_R_ADDRNOTAVAIL);
    [all...]
  /src/external/mpl/bind/dist/tests/dns/
dispatch_test.c 572 case ISC_R_ADDRNOTAVAIL:
  /src/external/mpl/dhcp/bind/dist/lib/dns/
dispatch.c 687 return (ISC_R_ADDRNOTAVAIL);
2616 return (ISC_R_ADDRNOTAVAIL);
resolver.c 1944 case ISC_R_ADDRNOTAVAIL:
3208 case ISC_R_ADDRNOTAVAIL:
  /src/external/mpl/bind/dist/lib/dns/
dispatch.c 373 return ISC_R_ADDRNOTAVAIL;
resolver.c 1839 case ISC_R_ADDRNOTAVAIL:
2874 case ISC_R_ADDRNOTAVAIL:
zone.c 12809 case ISC_R_ADDRNOTAVAIL:
  /src/external/mpl/dhcp/dist/client/
dhc6.c 2663 rval = ISC_R_ADDRNOTAVAIL;

Completed in 80 milliseconds