Home
last modified time | relevance | path

Searched defs:ancbufsize (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/test/
Dtest_socket.py3833 def checkHopLimit(self, ancbufsize, maxhop=255, ignoreflags=0): argument
3905 def checkTrafficClassAndHopLimit(self, ancbufsize, maxhop=255, argument
4017 def checkHopLimitTruncatedHeader(self, ancbufsize, ignoreflags=0): argument
4122 def checkTruncatedSecondHeader(self, ancbufsize, ignoreflags=0): argument
/third_party/python/Modules/
Dsocketmodule.c4012 Py_ssize_t bufsize, ancbufsize = 0; in sock_recvmsg() local
4079 Py_ssize_t ancbufsize = 0; in sock_recvmsg_into() local