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