Home
last modified time | relevance | path

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

/external/iputils/
Dping6.c510 char *canonname = NULL, *idn = NULL; in niquery_option_subject_name_handler() local
559 canonname = malloc(namelen + 1); in niquery_option_subject_name_handler()
560 if (!canonname) in niquery_option_subject_name_handler()
565 canonname[i] = isupper(idn[i]) ? tolower(idn[i]) : idn[i]; in niquery_option_subject_name_handler()
589 n = dn_comp(canonname, (unsigned char *)buf, buflen, dnptrs, lastdnptr); in niquery_option_subject_name_handler()
591 fprintf(stderr, "ping6: Inappropriate subject name: %s\n", canonname); in niquery_option_subject_name_handler()
617 free(canonname); in niquery_option_subject_name_handler()
626 free(canonname); in niquery_option_subject_name_handler()
/external/python/cpython3/Lib/
Dsocket.py708 af, socktype, proto, canonname, sa = res
749 af, socktype, proto, canonname, sa = res
752 proto, canonname, sa))
Dftplib.py308 af, socktype, proto, canonname, sa = res
/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/curl/tests/python_dependencies/impacket/
Dnmb.py776 … af, socktype, proto, canonname, sa = socket.getaddrinfo(peer[0], peer[1], 0, socket.SOCK_DGRAM)[0]
841 …af, socktype, proto, canonname, sa = socket.getaddrinfo(peer[0], peer[1], 0, socket.SOCK_STREAM)[0]
/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/python3/httplib2/
D__init__.py1144 af, socktype, proto, canonname, sa = res
1271 for family, socktype, proto, canonname, sockaddr in address_info:
/external/python/httplib2/python2/httplib2/
D__init__.py1169 af, socktype, proto, canonname, sa = res
1336 for family, socktype, proto, canonname, sockaddr in address_info:
/external/python/cpython3/Doc/library/
Dsocket.rst651 ``(family, type, proto, canonname, sockaddr)``
654 meant to be passed to the :func:`.socket` function. *canonname* will be
656 :const:`AI_CANONNAME` is part of the *flags* argument; else *canonname*
1711 af, socktype, proto, canonname, sa = res
1746 af, socktype, proto, canonname, sa = res
/external/python/cpython3/Lib/asyncio/
Dbase_events.py1348 af, socktype, proto, canonname, sa = res