Searched defs:ancbufsize (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_socket.py | 3764 def checkHopLimit(self, ancbufsize, maxhop=255, ignoreflags=0): argument 3836 def checkTrafficClassAndHopLimit(self, ancbufsize, maxhop=255, argument 3948 def checkHopLimitTruncatedHeader(self, ancbufsize, ignoreflags=0): argument 4053 def checkTruncatedSecondHeader(self, ancbufsize, ignoreflags=0): argument
|
/external/python/cpython3/Modules/ |
D | socketmodule.c | 3959 Py_ssize_t bufsize, ancbufsize = 0; in sock_recvmsg() local 4026 Py_ssize_t ancbufsize = 0; in sock_recvmsg_into() local
|