Searched refs:recv (Results 1 - 25 of 91) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Dcapidtmf.c414 p_state->recv.min_gap_duration = 1;
415 p_state->recv.min_digit_duration = 1;
417 p_state->recv.cycle_counter = 0;
418 p_state->recv.current_digit_on_time = 0;
419 p_state->recv.current_digit_off_time = 0;
420 p_state->recv.current_digit_value = CAPIDTMF_RECV_NO_DIGIT;
422 p_state->recv.digit_write_pos = 0;
423 p_state->recv.digit_read_pos = 0;
424 p_state->recv.indication_state = 0;
425 p_state->recv
[all...]
H A Dcapidtmf.h68 t_capidtmf_recv_state recv; member in struct:tag_capidtmf_state
75 #define capidtmf_indication(p_state,buffer) (((p_state)->recv.indication_state != (p_state)->recv.indication_state_ack) ? capidtmf_recv_indication (p_state, buffer) : 0)
76 #define capidtmf_recv_process_block(p_state,buffer,length) { if ((p_state)->recv.state != CAPIDTMF_RECV_STATE_IDLE) capidtmf_recv_block (p_state, buffer, length); }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/storage/
H A Dkarma.c43 char *recv; member in struct:karma_data
77 data->recv, RIO_RECV_LEN, &partial);
81 if (data->recv[5] == seq)
133 kfree(data->recv);
143 data->recv = kmalloc(RIO_RECV_LEN, GFP_NOIO);
144 if (!data->recv) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dohci1394.c1192 struct ohci_iso_recv *recv; local
1196 recv = kmalloc(sizeof(*recv), GFP_KERNEL);
1197 if (!recv)
1200 iso->hostdata = recv;
1201 recv->ohci = ohci;
1202 recv->task_active = 0;
1203 dma_prog_region_init(&recv->prog);
1204 recv->block = NULL;
1211 recv
1322 struct ohci_iso_recv *recv = iso->hostdata; local
1333 struct ohci_iso_recv *recv = iso->hostdata; local
1349 struct ohci_iso_recv *recv = iso->hostdata; local
1402 struct ohci_iso_recv *recv = iso->hostdata; local
1422 struct ohci_iso_recv *recv = iso->hostdata; local
1446 struct ohci_iso_recv *recv = iso->hostdata; local
1535 ohci_iso_recv_release_block(struct ohci_iso_recv *recv, int block) argument
1573 ohci_iso_recv_bufferfill_release(struct ohci_iso_recv *recv, struct hpsb_iso_packet_info *info) argument
1589 struct ohci_iso_recv *recv = iso->hostdata; local
1598 ohci_iso_recv_bufferfill_parse(struct hpsb_iso *iso, struct ohci_iso_recv *recv) argument
1705 ohci_iso_recv_bufferfill_task(struct hpsb_iso *iso, struct ohci_iso_recv *recv) argument
1763 ohci_iso_recv_packetperbuf_task(struct hpsb_iso *iso, struct ohci_iso_recv *recv) argument
1843 struct ohci_iso_recv *recv = iso->hostdata; local
[all...]
H A Diso.h47 /* (recv only) the cycle number (mod 8000) on which the packet was
51 /* (recv only) channel on which the packet was received */
176 int hpsb_iso_recv_release_packets(struct hpsb_iso *recv,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/bluetooth/
H A Dhci_uart.h50 int (*recv)(struct hci_uart *hu, void *data, int len); member in struct:hci_uart_proto
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dt3cdev.h62 int (*recv)(struct t3cdev *dev, struct sk_buff **skb, int n); member in struct:t3cdev
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Dmad.c1839 struct ib_mad_private *recv, *response; local
1854 recv = container_of(mad_priv_hdr, struct ib_mad_private, header);
1856 recv->header.mapping,
1862 recv->header.wc = *wc;
1863 recv->header.recv_wc.wc = &recv->header.wc;
1864 recv->header.recv_wc.mad_len = sizeof(struct ib_mad);
1865 recv->header.recv_wc.recv_buf.mad = &recv->mad.mad;
1866 recv
2338 int recv = 0; local
2578 struct ib_mad_private *recv; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/cxgb3/
H A Diwch_qp.c209 wqe->recv.pagesz[0] = page_size[0];
210 wqe->recv.pagesz[1] = page_size[1];
211 wqe->recv.pagesz[2] = page_size[2];
212 wqe->recv.pagesz[3] = page_size[3];
213 wqe->recv.num_sgle = cpu_to_be32(wr->num_sge);
215 wqe->recv.sgl[i].stag = cpu_to_be32(wr->sg_list[i].lkey);
216 wqe->recv.sgl[i].len = cpu_to_be32(wr->sg_list[i].length);
219 wqe->recv.sgl[i].to = cpu_to_be64(((u32) wr->sg_list[i].addr) %
223 wqe->recv.pbl_addr[i] = cpu_to_be32(pbl_addr[i]);
226 wqe->recv
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/
H A De_os.h154 #define readsocket(s,b,n) recv((s),(b),(n),0)
175 #define readsocket(s,b,n) recv((s),(b),(n),0)
189 #define readsocket(s,b,n) recv((s),(b),(n),0)
194 #define readsocket(s,b,n) recv((s),(b),(n),0)
449 # define SSLeay_Read(a,b,c) recv((a),(b),(c),0)
480 # define SSLeay_Read(a,b,c) recv((a),(b),(c),0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dsparc-stub.c282 unsigned char ch, recv; local
299 recv = getDebugChar();
300 } while ((recv & 0x7f) != '+');
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/tpm/
H A Dtpm.h73 int (*recv) (struct tpm_chip *, u8 *, size_t); member in struct:tpm_vendor_specific
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Deni.h54 void __iomem *recv; /* receive buffer */ member in struct:eni_vcc
H A Deni.c194 ENI_VCC(eni_dev->rx_map[i])->recv,
329 (unsigned) readl(eni_vcc->recv+eni_vcc->descr*4));
515 descr = readl(eni_vcc->recv+eni_vcc->descr*4);
553 descr = readl(eni_vcc->recv+eni_vcc->descr*4);
584 length = readl(eni_vcc->recv+(((eni_vcc->descr+size-1) &
790 eni_vcc->recv = eni_alloc_mem(eni_dev,&size);
791 DPRINTK("rx at 0x%lx\n",eni_vcc->recv);
793 if (!eni_vcc->recv) return -ENOBUFS;
818 DPRINTK("loc 0x%x\n",(unsigned) (eni_vcc->recv-eni_dev->ram)/4);
829 (((eni_vcc->recv
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/udhcpd/
H A Darpping.c94 if (recv(s, &arp, sizeof(arp), 0) < 0 ) rv = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/udhcp/
H A Darpping.c94 if (recv(s, &arp, sizeof(arp), 0) < 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/
H A Dudevmonitor.c240 buflen = recv(uevent_netlink_sock, &buf, sizeof(buf), 0);
249 buflen = recv(udev_monitor_sock, &buf, sizeof(buf), 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dopenldap.c137 Curl_recv *recv; /* for stacking SSL handler */ member in struct:ldapconninfo
285 li->recv = conn->recv[FIRSTSOCKET];
352 conn->recv[FIRSTSOCKET] = ldap_recv;
635 ret = li->recv(conn, FIRSTSOCKET, buf, len, &err);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/
H A De_os.h154 #define readsocket(s,b,n) recv((s),(b),(n),0)
175 #define readsocket(s,b,n) recv((s),(b),(n),0)
378 # define SSLeay_Read(a,b,c) recv((a),(b),(c),0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/kernel/
H A Dppc-stub.c319 unsigned char ch, recv; local
336 recv = getDebugChar();
337 } while ((recv & 0x7f) != '+');
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_rep/base/
H A Drep_base.h90 #define readsocket(s, buf, sz) recv((s), (buf), (int)(sz), 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dtcp.c129 len = recv(s->fd, buf, size, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_message.h172 u_int32_t recv; member in struct:ospf6_message_stat
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/connector/
H A Ducon.c168 len = recv(s, buf, sizeof(buf), 0);
170 perror("recv buf");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/accounting/
H A Dgetdelays.c178 rep_len = recv(sd, &ans, sizeof(ans), 0);
338 rep_len = recv(nl_sd, &msg, sizeof(msg), 0);

Completed in 150 milliseconds

1234