HomeSort by: relevance | last modified time | path
    Searched refs:rsock (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/unbound/dist/dnstap/
dnstap.h 141 * @param rsock: local (service) address/port.
149 struct sockaddr_storage *rsock,
159 * @param rsock: local (service) address/port.
166 struct sockaddr_storage *rsock,
176 * @param rsock: address/port of server (upstream) the query is being sent to.
185 struct sockaddr_storage *rsock,
197 * @param rsock: address/port of server (upstream) the response was received from.
210 struct sockaddr_storage *rsock,
dnstap.c 448 struct sockaddr_storage *rsock,
476 dt_msg_fill_net(&dm, qsock, rsock, cptype, cpssl,
490 struct sockaddr_storage *rsock,
515 dt_msg_fill_net(&dm, qsock, rsock, cptype, cpssl,
527 struct sockaddr_storage *rsock,
569 dt_msg_fill_net(&dm, rsock, qsock, cptype, cpssl,
581 struct sockaddr_storage *rsock,
631 dt_msg_fill_net(&dm, rsock, qsock, cptype, cpssl,
  /src/external/bsd/ntp/dist/sntp/
networking.h 38 int sendpkt(SOCKET rsock, sockaddr_u *dest, struct pkt *pkt, int len);
39 int recvdata(SOCKET rsock, sockaddr_u *sender, void *rdata,
41 int recvpkt(SOCKET rsock, struct pkt *rpkt, unsigned int rsize,
networking.c 11 SOCKET rsock,
28 cc = sendto(rsock, (void *)pkt, len, 0, &dest->sa,
44 SOCKET rsock,
54 recvc = recvfrom(rsock, rdata, rdata_length, 0,
  /src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
udp.c 498 isc_nmsocket_t *rsock = NULL; local
524 rsock = sock;
536 rsock = sock;
543 rsock = &sock->parent->children[ntid];
548 uvreq = isc__nm_uvreq_get(rsock->mgr, rsock);
557 if (isc_nm_tid() == rsock->tid) {
558 REQUIRE(rsock->tid == isc_nm_tid());
559 isc__netievent_udpsend_t ievent = { .sock = rsock,
566 isc__nm_get_netievent_udpsend(sock->mgr, rsock);
    [all...]
netmgr.c 1180 isc_nmsocket_t *rsock = NULL; local
1183 rsock = sock->parent;
1184 INSIST(rsock->parent == NULL); /* sanity check */
1186 rsock = sock;
1191 rsock, isc_refcount_current(&rsock->references) + 1);
1193 isc_refcount_increment0(&rsock->references);
1407 isc_nmsocket_t *sock = *sockp, *rsock = NULL; local
1415 rsock = sock->parent;
1416 INSIST(rsock->parent == NULL); /* Sanity check *
    [all...]
  /src/external/mpl/bind/dist/lib/isc/netmgr/
netmgr.c 428 isc_nmsocket_t *rsock = NULL; local
431 rsock = sock->parent;
432 INSIST(rsock->parent == NULL); /* sanity check */
434 rsock = sock;
439 rsock, isc_refcount_current(&rsock->references) + 1);
441 isc_refcount_increment0(&rsock->references);
661 isc_nmsocket_t *sock = *sockp, *rsock = NULL; local
669 rsock = sock->parent;
670 INSIST(rsock->parent == NULL); /* Sanity check *
    [all...]

Completed in 102 milliseconds