Searched refs:TIPC_ADDR_NAME (Results 1 – 8 of 8) sorted by relevance
/external/iproute2/include/uapi/linux/ |
D | tipc.h | 198 #define TIPC_ADDR_NAME 2 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | tipc.h | 241 #define TIPC_ADDR_NAME 2 macro
|
/external/python/cpython2/Lib/test/ |
D | test_socket.py | 1743 sendaddr = (socket.TIPC_ADDR_NAME, TIPC_STYPE, 1776 addr = (socket.TIPC_ADDR_NAME, TIPC_STYPE,
|
/external/python/cpython2/Modules/ |
D | socketmodule.c | 1220 } else if (a->addrtype == TIPC_ADDR_NAME) { in makesockaddr() 1598 } else if (atype == TIPC_ADDR_NAME) { in getsockaddrarg() 4854 PyModule_AddIntConstant(m, "TIPC_ADDR_NAME", TIPC_ADDR_NAME);
|
/external/python/cpython2/Doc/library/ |
D | socket.rst | 77 - *addr_type* is one of :const:`TIPC_ADDR_NAMESEQ`, :const:`TIPC_ADDR_NAME`, 81 - If *addr_type* is :const:`TIPC_ADDR_NAME`, then *v1* is the server type, *v2* is
|
/external/python/cpython3/Modules/ |
D | socketmodule.c | 1422 } else if (a->addrtype == TIPC_ADDR_NAME) { in makesockaddr() 1977 } else if (atype == TIPC_ADDR_NAME) { in getsockaddrarg() 7087 PyModule_AddIntMacro(m, TIPC_ADDR_NAME);
|
/external/python/cpython3/Doc/library/ |
D | socket.rst | 100 - *addr_type* is one of :const:`TIPC_ADDR_NAMESEQ`, :const:`TIPC_ADDR_NAME`, 104 - If *addr_type* is :const:`TIPC_ADDR_NAME`, then *v1* is the server type, *v2* is
|
/external/python/cpython3/Lib/test/ |
D | test_socket.py | 5175 sendaddr = (socket.TIPC_ADDR_NAME, TIPC_STYPE, 5211 addr = (socket.TIPC_ADDR_NAME, TIPC_STYPE,
|