Searched refs:received (Results 1 - 25 of 50) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_dbex.c16 * You should have received a copy of the GNU General Public License
30 struct ospf6_lsa *received = NULL; local
33 received = ospf6_lsa_summary_create
36 /* case when received is AS-External though neighbor belongs stub area */
40 zlog_err ("DbDesc %s receive from %s", from->str, received->str);
41 zlog_err (" E-bit mismatch: %s", received->str);
42 ospf6_lsa_delete (received);
56 ospf6_neighbor_request_add (received, from);
61 if (ospf6_lsa_check_recent (received, have) < 0)
65 ospf6_neighbor_request_add (received, fro
130 ospf6_dbex_is_maxage_to_be_dropped(struct ospf6_lsa *received, struct ospf6_neighbor *from) argument
223 struct ospf6_lsa *received, *have, *rem; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dsigprocmask.c15 You should have received a copy of the GNU General Public License
162 sig_atomic_t received[NSIG]; local
172 received[sig] = pending_array[sig];
177 received[sig] = 0;
180 if (received[sig])
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dxp_main.c68 void (*received)(partid_t, int, void *),
76 xpc_interface.received = received;
95 xpc_interface.received = (void (*)(partid_t, int, void *))
62 xpc_set_interface(void (*connect)(int), void (*disconnect)(int), enum xpc_retval (*allocate)(partid_t, int, u32, void **), enum xpc_retval (*send)(partid_t, int, void *), enum xpc_retval (*send_notify)(partid_t, int, void *, xpc_notify_func, void *), void (*received)(partid_t, int, void *), enum xpc_retval (*partid_to_nasids)(partid_t, void *)) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tulip/
H A Dinterrupt.c114 int received = 0; local
241 received++;
276 ON: More then 1 pkt received (per intr.) OR we are dropping
277 OFF: Only 1 pkt received
283 if( received > 1 ) {
299 dev->quota -= received;
300 *budget -= received;
326 if (!received) {
328 received = dev->quota; /* Not to happen */
330 dev->quota -= received;
365 int received = 0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dbuildreq.c157 * Returns: received value_pairs in received, messages from the server in msg
162 int rc_auth(UINT4 client_port, VALUE_PAIR *send, VALUE_PAIR **received, argument
170 return rc_auth_using_server(authserver, client_port, send, received,
181 * Returns: received value_pairs in received, messages from the server in msg
189 VALUE_PAIR **received,
229 *received = data.receive_pairs;
242 * Returns: received value_pairs in received, message
186 rc_auth_using_server(SERVER *authserver, UINT4 client_port, VALUE_PAIR *send, VALUE_PAIR **received, char *msg, REQUEST_INFO *info) argument
247 rc_auth_proxy(VALUE_PAIR *send, VALUE_PAIR **received, char *msg) argument
[all...]
H A Dradius.c248 VALUE_PAIR *send, *received; local
270 received = NULL;
297 &received, radius_msg, NULL);
299 result = rc_auth(rstate.client_port, send, &received, radius_msg, NULL);
303 if (radius_setparams(received, radius_msg, NULL, NULL, NULL, NULL, 0) < 0) {
309 rc_avpair_free(received);
337 VALUE_PAIR *send, *received; local
382 send = received = NULL;
468 &received, radius_msg, req_info);
470 result = rc_auth(rstate.client_port, send, &received, radius_ms
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Darping.c42 static unsigned received; variable
97 received, (received == 1) ? "ies" : "y",
101 exit(!!received);
104 exit(!received);
216 received++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/echoaudio/
H A Dmidi.c19 You should have received a copy of the GNU General Public License
114 from the DSP's buffer. It returns the number of bytes received. */
117 short int count, midi_byte, i, received; local
126 received = 0;
140 chip->midi_buffer[received++] = (u8)midi_byte;
143 return received;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dclilist.c16 You should have received a copy of the GNU General Public License
307 DEBUG(3,("received %d entries (eos=%d)\n",
365 int received = 0; local
411 received = SVAL(cli->inbuf,smb_vwv0);
412 if (received <= 0) break;
416 tdl = SMB_REALLOC(dirlist,(num_received + received)*DIR_STRUCT_SIZE);
428 p,received*DIR_STRUCT_SIZE);
430 memcpy(status,p + ((received-1)*DIR_STRUCT_SIZE),21);
432 num_received += received;
H A Dclireadwrite.c16 You should have received a copy of the GNU General Public License
334 int received = 0; local
345 while (received < blocks) {
347 while ((issued - received < mpx) && (issued < blocks)) {
362 received++;
371 while (received < issued && cli_receive_smb(cli))
372 received++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Drtpdec.c17 * You should have received a copy of the GNU Lesser General Public
97 s->received= 0;
114 /* source not valid until MIN_SEQUENTIAL packets with sequence seq. numbers have been received */
122 s->received++;
148 s->received++;
210 lost= expected - stats->received;
214 received_interval= stats->received - stats->received_prior;
215 stats->received_prior= stats->received;
223 put_be32(pb, extended_max); /* max sequence received */
379 /* compute pts from timestamp with received ntp_tim
[all...]
H A Drtpdec.h18 * You should have received a copy of the GNU Lesser General Public
88 int received; ///< packets received member in struct:__anon731
90 int received_prior; ///< packets received in last interval
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/sn/
H A Dxp.h181 xpcMsgReceived, /* 4: message received */
254 * xpc_connect()) and to notify them of messages received and delivered (via
277 * is received, one can assume that the channel is not connected.
335 * xpcInvalidAddress | the address either received or | NULL or NA
372 * or an incoming message received, or an error condition encountered. A
402 void (*received)(partid_t, int, void *); member in struct:xpc_interface
446 return xpc_interface.received(partid, ch_number, payload);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dh264_idct_sse2.asm21 ;* You should have received a copy of the GNU General Public License
H A Ddsputil_yasm.asm17 ;* You should have received a copy of the GNU Lesser General Public
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ibm_emac/
H A Dibm_emac_mal.c280 int rx_work_limit = min(ndev->quota, *budget), received = 0, done; local
300 received += n;
323 if (netif_rx_reschedule(ndev, received))
338 ndev->quota -= received;
339 *budget -= received;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/fs_enet/
H A Dfs_enet-main.c79 int received = 0; local
175 received++;
206 dev->quota -= received;
207 *budget -= received;
227 int received = 0; local
309 received++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex36 \item To allow user to read traffic class bits of received packets.
44 \item To get flow labels of received packets. I do not know
107 of received packet, we loose one very important property of BSD socket API,
108 namely, we are not allowed to use received address for reply directly
150 initialize it to zero. If user wants to get received flowinfo, he
160 Flowinfo received and latched by a connected TCP socket also may be fetched
179 flowlabel and DS field are received as ancillary data object
H A Dip-tunnels.tex312 \item In 2.0 all tunneled packets were received promiscuously
314 tunnel device and packet looks as received on this. F.e.\ if host
315 received \verb|ipip| packet from host \verb|D| destined to our
338 which kernel output, via tunnel \verb|Cisco| and the packets received on it
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/net/
H A Dlcs.h257 int received; member in struct:lcs_reply
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/fec_8xx/
H A Dfec_main.c475 int received = 0; local
567 received++;
607 dev->quota -= received;
608 *budget -= received;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dlcp.c100 "Set asyncmap (for received packets)",
103 "Set asyncmap (for received packets)",
122 "Set MRU (maximum received packet size) for negotiation",
164 "Accept all received control characters", 1 },
168 "Maximum received packet size for multilink bundle",
249 NULL, /* Called when Protocol-Reject received */
568 * Protocol-Reject packets received in any state other than the LCP
584 dbglog("Protocol-Reject for 0x%x received", prot);
586 dbglog("Protocol-Reject for '%s' (0x%x) received", pname,
601 * lcp_protrej - A Protocol-Reject was received
2362 unsigned long received = 0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsundance.c169 frames are received into the skbuff at an offset of "+2", 16-byte aligning
1265 int received = 0; local
1335 received++;
1339 np->budget -= received;
1346 if (!received)
1347 received = 1;
1348 np->budget -= received;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/sound/oss/
H A DMultiSound467 X * You should have received a copy of the GNU General Public License
573 X * You should have received a copy of the GNU General Public License
1081 X * You should have received a copy of the GNU General Public License
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dentry.S69 # entry point for External interrupts received whilst executing userspace code
184 # entry point for External interrupts received whilst executing kernel code

Completed in 167 milliseconds

12