Searched refs:pset (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Drarpd.c565 struct pollfd pset[2]; local
612 pset[0].fd = socket(PF_PACKET, SOCK_DGRAM, 0);
618 if (ioctl(pset[0].fd, SIOCGIFINDEX, &ifr)) {
625 pset[1].fd = -1;
627 pset[1].fd = socket(PF_PACKET, SOCK_DGRAM, 0);
628 if (pset[1].fd >= 0) {
629 load_arp_bpflet(pset[1].fd);
634 if (pset[1].fd >= 0) {
640 if (bind(pset[1].fd, (struct sockaddr*)&sll, sizeof(sll)) < 0) {
641 close(pset[
[all...]
H A Dping_common.c567 struct pollfd pset; local
568 pset.fd = icmp_sock;
569 pset.events = POLLIN|POLLERR;
570 pset.revents = 0;
571 if (poll(&pset, 1, next) < 1 ||
572 !(pset.revents&(POLLIN|POLLERR)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand_unix.c216 struct pollfd pset; local
218 pset.fd = fd;
219 pset.events = POLLIN;
220 pset.revents = 0;
222 if (poll(&pset, 1, usec / 1000) < 0)
225 try_read = (pset.revents & POLLIN) != 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rand/
H A Drand_unix.c319 struct pollfd pset; local
321 pset.fd = fd;
322 pset.events = POLLIN;
323 pset.revents = 0;
325 if (poll(&pset, 1, usec / 1000) < 0)
328 try_read = (pset.revents & POLLIN) != 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rand/
H A Drand_unix.c319 struct pollfd pset; local
321 pset.fd = fd;
322 pset.events = POLLIN;
323 pset.revents = 0;
325 if (poll(&pset, 1, usec / 1000) < 0)
328 try_read = (pset.revents & POLLIN) != 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/misc/
H A Darpd.c63 struct pollfd pset[2]; variable in typeref:struct:pollfd
231 if (sendto(pset[0].fd, buf, p-buf, 0, (struct sockaddr*)&sll, sizeof(sll)) < 0)
488 n = recvfrom(pset[0].fd, buf, sizeof(buf), MSG_DONTWAIT,
752 pset[0].fd = socket(PF_PACKET, SOCK_DGRAM, 0);
753 if (pset[0].fd < 0) {
764 if (bind(pset[0].fd, (struct sockaddr*)&sll, sizeof(sll)) < 0) {
774 pset[1].fd = rth.fd;
808 pset[0].events = EVENTS;
809 pset[0].revents = 0;
810 pset[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nmbd/
H A Dnmbd_packets.c1659 fd_set *pset = SMB_MALLOC_P(fd_set); local
1661 if(pset == NULL) {
1673 SAFE_FREE(pset);
1679 SAFE_FREE(pset);
1683 FD_ZERO(pset);
1686 FD_SET(ClientNMB,pset);
1692 FD_SET(subrec->nmb_sock,pset);
1698 FD_SET(ClientDGRAM,pset);
1704 FD_SET(subrec->dgram_sock,pset);
1714 *ppset = pset;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509v3/
H A Dpcy_tree.c85 STACK_OF(ASN1_OBJECT) *pset = node->data->expected_policy_set;
88 for (i = 0; i < sk_ASN1_OBJECT_num(pset); i++) {
89 oid = sk_ASN1_OBJECT_value(pset, i);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509v3/
H A Dpcy_tree.c85 STACK_OF(ASN1_OBJECT) *pset = node->data->expected_policy_set;
88 for (i = 0; i < sk_ASN1_OBJECT_num(pset); i++) {
89 oid = sk_ASN1_OBJECT_value(pset, i);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dpage_alloc.c1094 struct per_cpu_pageset *pset; local
1098 pset = per_cpu_ptr(zone->pageset, cpu);
1100 pcp = &pset->pcp;
3497 struct per_cpu_pageset *pset; local
3500 pset = per_cpu_ptr(zone->pageset, cpu);
3501 pcp = &pset->pcp;
3505 setup_pageset(pset, batch);

Completed in 142 milliseconds