HomeSort by relevance Sort by last modified time
    Searched refs:sockctrl (Results 1 - 2 of 2) sorted by null

  /external/libpcap/rpcapd/
rpcapd.c 1044 SOCKET sockctrl; // keeps the socket ID for this control connection local
1064 sockctrl = accept(listen_sock, (struct sockaddr *) &from, &fromlen);
1066 if (sockctrl != INVALID_SOCKET)
1096 rpcap_senderror(sockctrl, 0, PCAP_ERR_HOSTNOAUTH, errbuf, NULL);
1097 sock_close(sockctrl, NULL, 0);
1111 if (WSAEventSelect(sockctrl, NULL, 0) == SOCKET_ERROR)
1114 rpcap_senderror(sockctrl, 0, PCAP_ERR_HOSTNOAUTH, errbuf, NULL);
1115 sock_close(sockctrl, NULL, 0);
1118 if (ioctlsocket(sockctrl, FIONBIO, &off) == SOCKET_ERROR)
1121 rpcap_senderror(sockctrl, 0, PCAP_ERR_HOSTNOAUTH, errbuf, NULL)
1224 SOCKET sockctrl; \/\/ keeps the socket ID for this control connection local
1293 SOCKET sockctrl; local
    [all...]
  /external/libpcap/
pcap-rpcap.c 85 SOCKET sockctrl; member in struct:activehosts
164 static void rpcap_msg_err(SOCKET sockctrl, uint32 plen, char *remote_errbuf);
700 if (temp->sockctrl == pr->rmt_sockctrl)
2110 SOCKET sockctrl; local
2349 SOCKET sockctrl; \/* socket descriptor of the control connection *\/ local
2711 SOCKET sockctrl; \/* keeps the main socket identifier *\/ local
    [all...]

Completed in 161 milliseconds