Home | History | Annotate | Download | only in src

Lines Matching defs:optlen

126 	socklen_t optlen;
138 optlen = sizeof(sendbuff);
139 res = getsockopt(*p_sk_fd, SOL_SOCKET, SO_SNDBUF, &sendbuff, &optlen);