Home
last modified time | relevance | path

Searched refs:NS_TSIG_ERROR_NO_SPACE (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libresolv2/common/nameser/
H A Dns_sign.c52 return(NS_TSIG_ERROR_NO_SPACE); \
122 return (NS_TSIG_ERROR_NO_SPACE); in ns_sign2()
142 return (NS_TSIG_ERROR_NO_SPACE); in ns_sign2()
321 return (NS_TSIG_ERROR_NO_SPACE); in ns_sign_tcp2()
335 return (NS_TSIG_ERROR_NO_SPACE); in ns_sign_tcp2()
H A Dns_verify.c293 return (NS_TSIG_ERROR_NO_SPACE); in ns_verify()
467 return (NS_TSIG_ERROR_NO_SPACE); in ns_verify_tcp()
/titanic_41/usr/src/lib/libresolv2/common/resolv/
H A Dres_sendsigned.c84 if (ret == NS_TSIG_ERROR_NO_SPACE) in res_nsendsigned()
/titanic_41/usr/src/head/arpa/
H A Dnameser.h316 #define NS_TSIG_ERROR_NO_SPACE -11 macro