Lines Matching refs:sockfd
34 MOCK_CONST_METHOD3(Accept, int(int sockfd, struct sockaddr* addr,
36 MOCK_CONST_METHOD2(AttachFilter, int(int sockfd, struct sock_fprog* pf));
37 MOCK_CONST_METHOD3(Bind, int(int sockfd, const struct sockaddr* addr,
39 MOCK_CONST_METHOD2(BindToDevice, int(int sockfd, const std::string& device));
40 MOCK_CONST_METHOD1(ReuseAddress, int(int sockfd));
41 MOCK_CONST_METHOD2(AddMulticastMembership, int(int sockfd, in_addr_t addr));
43 MOCK_CONST_METHOD3(Connect, int(int sockfd, const struct sockaddr* addr,
46 MOCK_CONST_METHOD3(GetSockName, int(int sockfd, struct sockaddr* addr,
51 MOCK_CONST_METHOD6(RecvFrom, ssize_t(int sockfd,
62 MOCK_CONST_METHOD4(Send, ssize_t(int sockfd, const void* buf, size_t len,
64 MOCK_CONST_METHOD6(SendTo, ssize_t(int sockfd,
70 MOCK_CONST_METHOD1(SetNonBlocking, int(int sockfd));
71 MOCK_CONST_METHOD2(SetReceiveBuffer, int(int sockfd, int size));
72 MOCK_CONST_METHOD2(ShutDown, int(int sockfd, int how));