Home
last modified time | relevance | path

Searched refs:err_num (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_info.c616 smb_gethostbyname(const char *name, int *err_num) in smb_gethostbyname() argument
620 h = getipnodebyname(name, AF_INET, 0, err_num); in smb_gethostbyname()
622 h = getipnodebyname(name, AF_INET6, AI_DEFAULT, err_num); in smb_gethostbyname()
639 smb_gethostbyaddr(const char *addr, int len, int type, int *err_num) in smb_gethostbyaddr() argument
643 h = getipnodebyaddr(addr, len, type, err_num); in smb_gethostbyaddr()
/titanic_41/usr/src/cmd/sendmail/aux/
H A Dmail.local.c719 handle_error(err_num, bouncequota, path) in handle_error() argument
720 int err_num; in handle_error()
725 if (err_num == EDQUOT && bouncequota) {
726 mailerr("552 5.2.2", "%s: %s", path, sm_errstring(err_num));
729 mailerr("450 4.2.0", "%s: %s", path, sm_errstring(err_num));
/titanic_41/usr/src/cmd/vscan/vscand/
H A Dvs_eng.c700 int rc, sockfd, opt_nodelay, opt_keepalive, opt_reuseaddr, err_num; in vs_eng_connect() local
707 hp = getipnodebyname(host, AF_INET, 0, &err_num); in vs_eng_connect()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c1690 int err_num; local
1756 hp = getipnodebyname(ptr_word, AF_INET, 0, &err_num);
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c7325 int err_num; in readfilter() local
7468 AI_DEFAULT, &err_num); in readfilter()