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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Dtransport.c40 static struct rds_transport *transports[RDS_TRANS_COUNT]; variable in typeref:struct:rds_transport
49 if (transports[trans->t_type])
53 transports[trans->t_type] = trans;
67 transports[trans->t_type] = NULL;
85 if (transports[i] && (transports[i]->laddr_check(addr) == 0)) {
86 ret = transports[i];
115 trans = transports[i];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_netlink.c51 static struct scsi_nl_transport transports[SCSI_NL_MAX_TRANSPORTS] = variable in typeref:struct:scsi_nl_transport
132 !(transports[tport].flags & HANDLER_DELETING) &&
133 (transports[tport].msg_handler)) {
134 transports[tport].refcnt++;
136 err = transports[tport].msg_handler(skb);
138 transports[tport].refcnt--;
175 * Pass event on to any transports that may be listening
178 if (!(transports[tport].flags & HANDLER_DELETING) &&
179 (transports[tport].event_handler)) {
181 transports[tpor
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dassociola.c437 transport = list_entry(pos, struct sctp_transport, transports);
559 list_del(&peer->transports);
563 transport = list_entry(pos, struct sctp_transport, transports);
657 /* An UNKNOWN state is only set on transports added by
658 * user in sctp_connectx() call. Such transports should be
753 list_add_tail(&peer->transports, &asoc->peer.transport_addr_list);
779 transport = list_entry(pos, struct sctp_transport, transports);
795 /* Cycle through all transports searching for a peer address. */
798 transports) {
806 /* Remove all transports excep
[all...]
H A Doutqueue.c231 transports) {
729 /* These transports have chunks to send. */
761 * transports created.
797 /* Are we switching transports?
900 /* Switch transports & prepare the packet. */
985 /* We've switched transports, so apply the
1069 /* Before returning, examine all the transports touched in
1071 * transports. Things might change after we implement Nagle.
1164 transports) {
1193 list_for_each_entry(transport, transport_list, transports) {
[all...]
H A Dsm_sideeffect.c615 list_for_each_entry(t, &asoc->peer.transport_addr_list, transports) {
630 transports) {
643 transports) {
898 * transports.
907 t = list_entry(pos, struct sctp_transport, transports);
1468 * all transports have been tried at the current
1483 * all transports have been tried at the current
1494 transports) {
1521 transports) {
H A Dproc.c158 transports) {
430 transports) {
H A Dprobe.c150 transports) {
H A Dtransport.c89 INIT_LIST_HEAD(&peer->transports);
H A Dsm_make_chunk.c2271 /* Walk list of transports, removing transports in the UNKNOWN state. */
2273 transport = list_entry(pos, struct sctp_transport, transports);
2327 transports) {
2376 transport = list_entry(pos, struct sctp_transport, transports);
3165 transports) {
3178 transports) {
H A Dsocket.c784 /* Update the route and saddr entries for all the transports
789 transports) {
2336 transports) {
2464 transports) {
2707 transports) {
4319 transports) {
H A Dsm_statefuns.c1231 list_for_each_entry(addr, list, transports) {
1261 transports) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtsp.c667 th = &reply->transports[reply->nb_transports];
1156 port = reply->transports[0].client_port_min;
1245 if (reply->transports[0].lower_transport != rt->lower_transport ||
1246 reply->transports[0].transport != rt->transport) {
1251 rt->lower_transport = reply->transports[0].lower_transport;
1252 rt->transport = reply->transports[0].transport;
1257 if (reply->transports[0].lower_transport != lower_transport) {
1263 switch(reply->transports[0].lower_transport) {
1265 rtsp_st->interleaved_min = reply->transports[0].interleaved_min;
1266 rtsp_st->interleaved_max = reply->transports[
[all...]
H A Drtsp.h77 * negotiated by the SETUP RTSP command. Multiple transports are comma-
124 /** number of items in the 'transports' variable below */
133 RTSPTransportField transports[RTSP_MAX_TRANSPORTS]; member in struct:RTSPMessageHeader
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtspdec.c251 if (!request.transports[transportidx].mode_record ||
252 (request.transports[transportidx].lower_transport !=
254 request.transports[transportidx].lower_transport !=
276 if (request.transports[0].lower_transport == RTSP_LOWER_TRANSPORT_TCP) {
282 rtsp_st->interleaved_min = request.transports[0].interleaved_min;
283 rtsp_st->interleaved_max = request.transports[0].interleaved_max;
286 "\r\n", request.transports[0].interleaved_min,
287 request.transports[0].interleaved_max);
313 host, request.transports[0].client_port_min,
314 request.transports[
[all...]
H A Drtsp.c831 th = &reply->transports[reply->nb_transports];
1398 port = reply->transports[0].client_port_min;
1485 if (reply->transports[0].lower_transport != rt->lower_transport ||
1486 reply->transports[0].transport != rt->transport) {
1491 rt->lower_transport = reply->transports[0].lower_transport;
1492 rt->transport = reply->transports[0].transport;
1497 if (reply->transports[0].lower_transport != lower_transport) {
1503 switch(reply->transports[0].lower_transport) {
1505 rtsp_st->interleaved_min = reply->transports[0].interleaved_min;
1506 rtsp_st->interleaved_max = reply->transports[
[all...]
H A Drtsp.h82 * negotiated by the SETUP RTSP command. Multiple transports are comma-
132 /** number of items in the 'transports' variable below */
141 RTSPTransportField transports[RTSP_MAX_TRANSPORTS]; member in struct:RTSPMessageHeader
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dafp_options.c164 options->transports = AFPTRANS_TCP; /* TCP only */
262 /* transports */
264 options->transports = AFPTRANS_ALL;
266 options->transports = AFPTRANS_NONE;
268 options->transports |= AFPTRANS_TCP;
270 options->transports &= ~AFPTRANS_TCP;
272 options->transports |= AFPTRANS_DDP;
274 options->transports &= ~AFPTRANS_DDP;
767 options->transports &= ~AFPTRANS_DDP;
773 options->transports
[all...]
H A Dafp_config.c465 * supporting multiple dsi transports easier. */
479 /* handle asp transports */
480 if ((options->transports & AFPTRANS_DDP) &&
489 /* handle dsi transports and dsi proxies. we only proxy
494 * if (options->transports & (1 << i) &&
498 if ((options->transports & AFPTRANS_TCP) &&
511 /* this should be able to accept multiple dsi transports. i think
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dglobals.h66 int connections, transports, tickleval, timeout, server_notif, flags, dircachesize; member in struct:afp_options
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dnet_kern.c552 static LIST_HEAD(transports);
593 list_add(&new->list, &transports);
619 list_for_each(ele, &transports) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/librpc/gen_ndr/
H A Dsrvsvc.h1408 union srvsvc_NetTransportCtr *transports;/* [ref,switch_is(*level)] */ member in struct:srvsvc_NetTransportEnum::__anon5637
1415 union srvsvc_NetTransportCtr *transports;/* [ref,switch_is(*level)] */ member in struct:srvsvc_NetTransportEnum::__anon5638
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/sctp/
H A Dstructs.h874 /* A list of transports. */
875 struct list_head transports; member in struct:sctp_transport
1024 /* This is the list of transports that have chunks to send. */
1659 * will be inherited by all new transports.
1663 /* This is the max_retrans value for new transports in the
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Djquery-1.8.2.js7299 transports = {},
7353 // Base inspection function for prefilters and transports
7599 ajaxTransport: addToPrefiltersOrTransports( transports ),
7948 transport = inspectPrefiltersOrTransports( transports, s, options, jqXHR );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davserver.c3025 th = &h->transports[i];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffserver.c3097 th = &h->transports[i];

Completed in 431 milliseconds