Searched refs:transport (Results 1 - 25 of 67) sorted by path

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Drtsp.c105 static void rtsp_setup(CURL *curl, const char *uri, const char *transport) argument
109 printf(" TRANSPORT %s\n", transport);
111 my_curl_easy_setopt(curl, CURLOPT_RTSP_TRANSPORT, transport);
175 const char *transport = "RTP/AVP;unicast;client_port=1234-1235"; /* UDP */ local
177 const char *transport = "RTP/AVP/TCP;unicast;client_port=1234-1235"; /* TCP */
198 printf("Usage: %s url [transport]\n", basename);
200 printf(" transport (optional) specifier for media stream protocol\n");
201 printf(" default transport: %s\n", transport);
212 transport
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex1122 from transport protocols to select a working router, so the order
1899 IP protocol, transport protocol ports or even packet payload.
1926 Matching IP protocols and transport ports is also possible,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Drtsp.c496 rt->transport = RTSP_TRANSPORT_RDT;
572 /* XXX: only one transport specification is parsed */
604 th->transport = RTSP_TRANSPORT_RTP;
610 th->transport = RTSP_TRANSPORT_RDT;
833 if (rt->transport == RTSP_TRANSPORT_RDT)
859 if (rt->transport == RTSP_TRANSPORT_RDT)
870 } else if (rt->transport != RTSP_TRANSPORT_RDT) {
895 if (rt->transport == RTSP_TRANSPORT_RDT)
905 char transport[2048]; local
933 snprintf(transport, sizeo
[all...]
H A Drtsp.h67 /** interleave ids, if TCP transport; each TCP/RTSP data packet starts
91 /** data/packet transport protocol; e.g. RTP or RDT */
92 enum RTSPTransport transport; member in struct:RTSPTransportField
94 /** network layer transport protocol; e.g. TCP or UDP uni-/multicast */
193 /** the negotiated data/packet transport protocol; e.g. RTP or RDT */
194 enum RTSPTransport transport; member in struct:RTSPState
196 /** the negotiated network layer transport protocol; e.g. TCP or UDP
242 * for the selected transport. Only used for TCP. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D01-introduction.tex60 extensively in bitrate management in peeling. Both the transport
64 Vorbis packets are thus intended to be used with a transport mechanism
67 transport) or RTP (for network multicast). For purposes of a few
73 an Ogg transport stream is in \xref{vorbis:over:ogg}.
H A D02-bitpacking.tex212 container structure, such as an Ogg transport bitstream. Externally,
H A Da1-encapsulation-ogg.tex8 This document describes using Ogg logical and physical transport
18 transport streams. This specification document assumes a working
25 streams use Ogg transport streams in degenerate, unmultiplexed
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Ddaemon_kern.c85 static struct transport daemon_transport = {
H A Dmcast_kern.c2 * user-mode-linux networking multicast transport
114 static struct transport mcast_transport = {
H A Dnet_kern.c360 struct transport *transport)
367 size = transport->private_size + sizeof(struct uml_net_private);
402 /* This points to the transport private data. It's still clear, but we
426 (*transport->kern->init)(dev, init);
433 .protocol = transport->kern->protocol,
434 .open = transport->user->open,
435 .close = transport->user->close,
436 .remove = transport->user->remove,
437 .read = transport
359 eth_configure(int n, void *init, char *mac, struct transport *transport) argument
548 check_transport(struct transport *transport, char *eth, int n, void **init_out, char **mac_out) argument
604 struct transport *transport; local
[all...]
H A Dpcap_kern.c103 static struct transport pcap_transport = {
H A Dslip_kern.c82 static struct transport slip_transport = {
H A Dslirp_kern.c106 static struct transport slirp_transport = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/
H A Dnet_kern.h53 struct transport { struct
68 extern void register_transport(struct transport *new);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/drivers/
H A Dethertap_kern.c93 static struct transport ethertap_transport = {
H A Dtuntap_kern.c77 static struct transport tuntap_transport = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_provider.h268 u8 transport; member in struct:mthca_qp
H A Dmthca_qp.c287 static int to_mthca_st(int transport) argument
289 switch (transport) {
473 if (qp->transport == RC || qp->transport == UC) {
565 (to_mthca_st(qp->transport) << 16));
586 if (qp->transport == MLX || qp->transport == UD)
619 if (qp->transport == MLX)
884 mthca_dbg(dev, "Bad QP transition (transport %d) "
886 qp->transport, cur_stat
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dlibiscsi.c1340 * @scsit: scsi transport template
1341 * @iscsit: iscsi transport template
1457 struct module *owner = cls_session->transport->owner;
H A Dscsi_transport_iscsi.c2 * iSCSI transport class definitions
246 if (session->transport->session_recovery_timedout)
247 session->transport->session_recovery_timedout(session);
270 struct iscsi_transport *transport)
274 session = kzalloc(sizeof(*session) + transport->sessiondata_size,
279 session->transport = transport;
290 if (transport->sessiondata_size)
330 * @transport: iscsi transport
269 iscsi_alloc_session(struct Scsi_Host *shost, struct iscsi_transport *transport) argument
335 iscsi_create_session(struct Scsi_Host *shost, struct iscsi_transport *transport, unsigned int target_id) argument
425 struct iscsi_transport *transport = session->transport; local
621 iscsi_if_get_stats(struct iscsi_transport *transport, struct nlmsghdr *nlh) argument
808 struct iscsi_transport *transport = priv->iscsi_transport; local
829 iscsi_if_create_conn(struct iscsi_transport *transport, struct iscsi_uevent *ev) argument
862 iscsi_if_destroy_conn(struct iscsi_transport *transport, struct iscsi_uevent *ev) argument
881 iscsi_set_param(struct iscsi_transport *transport, struct iscsi_uevent *ev) argument
908 iscsi_if_transport_ep(struct iscsi_transport *transport, struct iscsi_uevent *ev, int msg_type) argument
942 iscsi_tgt_dscvr(struct iscsi_transport *transport, struct iscsi_uevent *ev) argument
961 struct iscsi_transport *transport = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dfile_storage.c101 * endpoints wherever the transport specification allows. This is
318 module_param_named(transport, mod_data.transport_parm, charp, S_IRUGO);
319 MODULE_PARM_DESC(transport, "type of transport (BBB, CBI, or CB)");
342 /* USB protocol value = the transport method */
2494 /* Control-Bulk transport has no status phase! */
3695 ERROR(fsg, "invalid transport: %s\n", mod_data.transport_parm);
3940 DBG(fsg, "transport=%s (x%02x)\n",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/storage/
H A DMakefile25 usb-storage-objs := scsiglue.o protocol.o transport.o usb.o \
H A Dshuttle_usbat.c54 #include "transport.h"
160 * Some USBAT-specific commands can only be executed over a command transport
161 * This transport allows one (len=8) or two (len=16) vendor-specific commands
847 * Sets transport functions as appropriate.
892 * Set the transport function based on the device type
910 us->transport = usbat_hp8200e_transport;
914 us->transport = usbat_flash_transport;
1726 * Default transport function. Attempts to detect which transport function
1730 * device type and changes the us->transport pt
[all...]
H A Dtransport.c3 * $Id: transport.c,v 1.1.1.1 2007/08/03 18:53:02 Exp $
57 #include "transport.h"
531 /* Invoke the transport and basic error-handling/recovery methods
541 /* send the command to the transport layer */
543 result = us->transport(srb, us);
554 /* if there is a transport error, reset and don't auto-sense */
556 US_DEBUGP("-- transport indicates error, resetting\n");
561 /* if the transport provided its own sense data, don't auto-sense */
577 * If we're running the CB transport, which is incapable
584 US_DEBUGP("-- CB transport devic
[all...]
H A Dusb.c66 #include "transport.h"
563 /* Get the transport settings */
569 us->transport = usb_stor_CB_transport;
576 us->transport = usb_stor_CBI_transport;
583 us->transport = usb_stor_Bulk_transport;
590 us->transport = usbat_transport;
599 us->transport = sddr09_transport;
608 us->transport = sddr55_transport;
617 us->transport = dpcm_transport;
626 us->transport
[all...]

Completed in 796 milliseconds

123