Home
last modified time | relevance | path

Searched refs:canonname (Results 1 – 11 of 11) sorted by relevance

/external/iputils/
Dping6.c515 char *canonname = NULL, *idn = NULL; in niquery_option_subject_name_handler() local
564 canonname = malloc(namelen + 1); in niquery_option_subject_name_handler()
565 if (!canonname) in niquery_option_subject_name_handler()
570 canonname[i] = isupper(idn[i]) ? tolower(idn[i]) : idn[i]; in niquery_option_subject_name_handler()
594 n = dn_comp(canonname, (unsigned char *)buf, buflen, dnptrs, lastdnptr); in niquery_option_subject_name_handler()
596 fprintf(stderr, "ping6: Inappropriate subject name: %s\n", canonname); in niquery_option_subject_name_handler()
622 free(canonname); in niquery_option_subject_name_handler()
631 free(canonname); in niquery_option_subject_name_handler()
/external/python/cpython3/Lib/
Dsocket.py823 af, socktype, proto, canonname, sa = res
954 af, socktype, proto, canonname, sa = res
957 proto, canonname, sa))
/external/python/cpython2/Lib/
Dpoplib.py347 af, socktype, proto, canonname, sa = res
Dsocket.py558 af, socktype, proto, canonname, sa = res
Dftplib.py286 af, socktype, proto, canonname, sa = res
/external/python/cpython2/Doc/library/
Dsocket.rst254 ``(family, socktype, proto, canonname, sockaddr)``
257 meant to be passed to the :func:`.socket` function. *canonname* will be
259 :const:`AI_CANONNAME` is part of the *flags* argument; else *canonname*
925 af, socktype, proto, canonname, sa = res
960 af, socktype, proto, canonname, sa = res
/external/python/httplib2/python2/httplib2/
D__init__.py1188 af, socktype, proto, canonname, sa = res
1366 for family, socktype, proto, canonname, sockaddr in address_info:
/external/python/httplib2/python3/httplib2/
D__init__.py1173 af, socktype, proto, canonname, sa = res
1306 for family, socktype, proto, canonname, sockaddr in address_info:
/external/python/cpython3/Lib/http/
Dserver.py1229 family, type, proto, canonname, sockaddr = next(iter(infos))
/external/python/cpython3/Doc/library/
Dsocket.rst761 ``(family, type, proto, canonname, sockaddr)``
764 meant to be passed to the :func:`.socket` function. *canonname* will be
766 :const:`AI_CANONNAME` is part of the *flags* argument; else *canonname*
1902 af, socktype, proto, canonname, sa = res
1937 af, socktype, proto, canonname, sa = res
/external/python/cpython3/Lib/asyncio/
Dbase_events.py1466 af, socktype, proto, canonname, sa = res