Lines Matching refs:AF_QIPCRTR
10 portable manner, though AF_PACKET, AF_NETLINK, AF_QIPCRTR and AF_TIPC are
58 - an AF_QIPCRTR socket address is a (node, port) tuple where the
1366 #if defined(AF_QIPCRTR)
1367 case AF_QIPCRTR:
1372 #endif /* AF_QIPCRTR */
1770 #if defined(AF_QIPCRTR)
1771 case AF_QIPCRTR:
1779 "AF_QIPCRTR address must be tuple, not %.500s",
1785 addr->sq_family = AF_QIPCRTR;
1791 #endif /* AF_QIPCRTR */
2430 #if defined(AF_QIPCRTR)
2431 case AF_QIPCRTR:
2436 #endif /* AF_QIPCRTR */
7400 #ifdef AF_QIPCRTR
7402 PyModule_AddIntMacro(m, AF_QIPCRTR);