Searched defs:sock (Results 1 - 25 of 266) sorted by path

1234567891011

/freebsd-current/contrib/bsnmp/snmpd/
H A Dtrans_inet.c354 struct port_sock *sock = __containerof(pi, struct port_sock, input); local
464 struct port_sock *sock = calloc(1, sizeof(struct port_sock)); local
495 struct port_sock *sock local
509 ipv4_activate_sock(struct port_sock *sock) argument
571 struct port_sock *sock = TAILQ_FIRST(&p->socks); local
590 struct port_sock *sock = TAILQ_FIRST(&p->socks); local
609 ipv4_parse_ctrl(struct port_sock *sock, const struct msghdr *msg) argument
640 ipv4_setsrc(struct port_sock *sock, struct msghdr *msg, char *cbuf) argument
670 struct port_sock *sock = calloc(1, sizeof(struct port_sock)); local
734 struct port_sock *sock = udata; local
748 ipv6_activate_sock(struct port_sock *sock) argument
810 struct port_sock *sock = TAILQ_FIRST(&p->socks); local
828 struct port_sock *sock = TAILQ_FIRST(&p->socks); local
846 ipv6_parse_ctrl(struct port_sock *sock, const struct msghdr *msg) argument
882 ipv6_setsrc(struct port_sock *sock, struct msghdr *msg, char *cbuf) argument
992 struct port_sock *sock = calloc(1, sizeof(struct port_sock)); local
1033 struct port_sock *sock = TAILQ_FIRST(&port->socks); local
[all...]
/freebsd-current/contrib/capsicum-test/
H A Dfcntl.cc157 int sock = socket(PF_LOCAL, SOCK_STREAM, 0); local
365 int sock = socket(PF_LOCAL, SOCK_STREAM, 0); local
[all...]
H A Dsctp.cc25 int sock = socket(AF_INET, SOCK_SEQPACKET, IPPROTO_SCTP); local
63 int sock = socket(AF_INET, SOCK_SEQPACKET, IPPROTO_SCTP); local
[all...]
H A Dsocket.cc32 int sock = socket(AF_UNIX, SOCK_STREAM, 0); local
56 int sock = socket(AF_UNIX, SOCK_STREAM, 0); local
130 int sock = socket(AF_INET, SOCK_STREAM, 0); local
171 int sock = socket(AF_INET, SOCK_STREAM, 0); local
246 int sock = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP); local
298 int sock = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP); local
[all...]
/freebsd-current/contrib/ldns/
H A Dnet.c860 ldns_sockaddr_storage2rdf(const struct sockaddr_storage *sock, uint16_t *port) argument
/freebsd-current/contrib/libevent/
H A Dbufferevent_async.c438 evutil_socket_t sock; local
H A Devutil.c365 evutil_make_listen_socket_reuseable(evutil_socket_t sock) argument
380 evutil_make_listen_socket_reuseable_port(evutil_socket_t sock) argument
394 evutil_make_listen_socket_ipv6only(evutil_socket_t sock) argument
405 evutil_make_tcp_listen_socket_deferred(evutil_socket_t sock) argument
454 evutil_closesocket(evutil_socket_t sock) argument
525 evutil_socket_geterror(evutil_socket_t sock) argument
[all...]
H A Dlistener.c614 evutil_socket_t sock=-1; local
H A Dlog.c123 event_sock_err(int eval, evutil_socket_t sock, const char *fmt, ...) argument
135 event_sock_warn(evutil_socket_t sock, const char *fmt, ...) argument
/freebsd-current/contrib/libevent/sample/
H A Ddns-example.c198 evutil_socket_t sock; local
/freebsd-current/contrib/libevent/test/
H A Dbench_cascade.c70 evutil_socket_t sock = (evutil_socket_t)(ev_intptr_t)arg; local
H A Dbench_httpclient.c114 frob_socket(evutil_socket_t sock) argument
133 evutil_socket_t sock; local
[all...]
H A Dregress_dns.c378 evutil_socket_t sock=-1; local
H A Dregress_http.c96 struct evhttp_bound_socket *sock; local
H A Dregress_rpc.c80 struct evhttp_bound_socket *sock; local
H A Dregress_testutils.c100 evutil_socket_t sock; local
H A Dtest-fdleak.c108 listener_accept_cb(struct evconnlistener *listener, evutil_socket_t sock, argument
/freebsd-current/contrib/libpcap/
H A Dpcap-bpf.c1540 int sock; local
2891 int sock; local
3030 int sock; local
[all...]
H A Dpcap-bt-linux.c77 int sock; local
H A Dpcap-linux.c1573 int sock; local
[all...]
H A Dpcap-netfilter-linux.c767 int sock; local
H A Dpcap-rpcap.c3303 static int rpcap_recv_msg_header(SOCKET sock, SSL *ssl, struct rpcap_header *header, char *errbuf) argument
3323 rpcap_check_msg_ver(SOCKET sock, SSL *ssl, uint8 expected_ver, struct rpcap_header *header, char *errbuf) argument
3354 rpcap_check_msg_type(SOCKET sock, SSL *ssl, uint8 request_type, struct rpcap_header *header, uint16 *errcode, char *errbuf) argument
3424 rpcap_process_msg_header(SOCKET sock, SSL *ssl, uint8 expected_ver, uint8 request_type, struct rpcap_header *header, char *errbuf) argument
3456 rpcap_recv(SOCKET sock, SSL *ssl, void *buffer, size_t toread, uint32 *plen, char *errbuf) argument
3550 rpcap_discard(SOCKET sock, SSL *ssl, uint32 len, char *errbuf) argument
[all...]
H A Drpcap-protocol.c83 rpcap_senderror(SOCKET sock, SSL *ssl, uint8 ver, unsigned short errcode, const char *error, char *errbuf) argument
/freebsd-current/contrib/libpcap/rpcapd/
H A Ddaemon.c2911 rpcapd_recv_msg_header(SOCKET sock, SSL *ssl, struct rpcap_header *headerp) argument
2943 rpcapd_recv(SOCKET sock, SSL *ssl, char *buffer, size_t toread, uint32 *plen, char *errmsgbuf) argument
2972 rpcapd_discard(SOCKET sock, SSL *ssl, uint32 len) argument
H A Drpcapd.c77 SOCKET sock; member in struct:listen_sock
623 SOCKET sock; local
[all...]

Completed in 425 milliseconds

1234567891011