Home
last modified time | relevance | path

Searched refs:TIPC_ADDR_NAMESEQ (Results 1 – 8 of 8) sorted by relevance

/external/iproute2/include/uapi/linux/
Dtipc.h196 #define TIPC_ADDR_NAMESEQ 1 macro
/external/kernel-headers/original/uapi/linux/
Dtipc.h240 #define TIPC_ADDR_NAMESEQ 1 macro
/external/python/cpython2/Lib/test/
Dtest_socket.py1739 srvaddr = (socket.TIPC_ADDR_NAMESEQ, TIPC_STYPE,
1763 srvaddr = (socket.TIPC_ADDR_NAMESEQ, TIPC_STYPE,
/external/python/cpython2/Modules/
Dsocketmodule.c1213 if (a->addrtype == TIPC_ADDR_NAMESEQ) { in makesockaddr()
1594 if (atype == TIPC_ADDR_NAMESEQ) { in getsockaddrarg()
4853 PyModule_AddIntConstant(m, "TIPC_ADDR_NAMESEQ", TIPC_ADDR_NAMESEQ);
/external/python/cpython2/Doc/library/
Dsocket.rst77 - *addr_type* is one of :const:`TIPC_ADDR_NAMESEQ`, :const:`TIPC_ADDR_NAME`,
84 If *addr_type* is :const:`TIPC_ADDR_NAMESEQ`, then *v1* is the server type, *v2*
/external/python/cpython3/Modules/
Dsocketmodule.c1415 if (a->addrtype == TIPC_ADDR_NAMESEQ) { in makesockaddr()
1973 if (atype == TIPC_ADDR_NAMESEQ) { in getsockaddrarg()
7086 PyModule_AddIntMacro(m, TIPC_ADDR_NAMESEQ);
/external/python/cpython3/Doc/library/
Dsocket.rst100 - *addr_type* is one of :const:`TIPC_ADDR_NAMESEQ`, :const:`TIPC_ADDR_NAME`,
107 If *addr_type* is :const:`TIPC_ADDR_NAMESEQ`, then *v1* is the server type, *v2*
/external/python/cpython3/Lib/test/
Dtest_socket.py5171 srvaddr = (socket.TIPC_ADDR_NAMESEQ, TIPC_STYPE,
5196 srvaddr = (socket.TIPC_ADDR_NAMESEQ, TIPC_STYPE,