Searched refs:utp (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/libutp/
H A DMakefile.am4 libutp_a_SOURCES = utp.cpp utp_utils.cpp
5 noinst_HEADERS = StdAfx.h templates.h utp_config_example.h utp.h utp_config.h utp_utils.h utypes.h
H A DMakefile.in80 am_libutp_a_OBJECTS = utp.$(OBJEXT) utp_utils.$(OBJEXT)
309 libutp_a_SOURCES = utp.cpp utp_utils.cpp
310 noinst_HEADERS = StdAfx.h templates.h utp_config_example.h utp.h utp_config.h utp_utils.h utypes.h
360 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utp.Po@am__quote@
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dcompat.c950 asmlinkage long compat_sys_adjtimex(struct compat_timex __user *utp) argument
957 if (!access_ok(VERIFY_READ, utp, sizeof(struct compat_timex)) ||
958 __get_user(txc.modes, &utp->modes) ||
959 __get_user(txc.offset, &utp->offset) ||
960 __get_user(txc.freq, &utp->freq) ||
961 __get_user(txc.maxerror, &utp->maxerror) ||
962 __get_user(txc.esterror, &utp->esterror) ||
963 __get_user(txc.status, &utp->status) ||
964 __get_user(txc.constant, &utp->constant) ||
965 __get_user(txc.precision, &utp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dtr-udp.c32 #include <libutp/utp.h>
38 #include "tr-utp.h"
102 bool utp = tr_sessionIsUTPEnabled(session); local
104 set_socket_buffers(session->udp_socket, utp);
106 set_socket_buffers(session->udp6_socket, utp);
H A Dtr-utp.c28 #include <libutp/utp.h>
35 #include "tr-utp.h"
H A Dpeer-io.h131 bool utp );
H A Dpeer-io.c21 #include <libutp/utp.h>
31 #include "tr-utp.h"
678 bool utp )
687 if( utp )
1227 if( io->utp_socket != NULL ) /* utp peer connection */
1276 if( io->utp_socket != NULL ) /* utp peer connection */
H A Dnet.c41 #include <libutp/utp.h>
48 #include "tr-utp.h" /* tr_utpSendTo() */
H A DMakefile.in102 tr-udp.$(OBJEXT) tr-utp.$(OBJEXT) tr-getopt.$(OBJEXT) \
478 tr-utp.c \
531 tr-utp.h \
732 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tr-utp.Po@am__quote@
H A Dpeer-mgr.c21 #include <libutp/utp.h>
40 #include "tr-utp.h"
4041 bool utp = tr_sessionIsUTPEnabled(mgr->session) && !atom->utp_failed; local
4047 utp = utp && (atom->flags & ADDED_F_UTP_FLAGS);
4050 utp ? " ��TP" : "",
4059 utp );
H A Dsession.c27 #include <libutp/utp.h>
50 #include "tr-utp.h"
2050 /* But don't call tr_utpClose -- see reset_timer in tr-utp.c for an
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/loginutils/
H A Dgetty.c649 struct utmp *utp; local
666 while ((utp = getutent())
667 && !(utp->ut_type == INIT_PROCESS && utp->ut_pid == mypid))
670 if (utp) {
671 memcpy(&ut, utp, sizeof(ut));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dde620.c157 * insmod de620.o utp=1
166 static int utp; variable
174 module_param(utp, int, 0);
179 MODULE_PARM_DESC(utp, "DE-620 set UTP medium (0-1)");
701 if (utp)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-linux.c2147 struct utmp ut, *utp; local
2159 while ((utp = getutent()) && (utp->ut_pid != mypid))
2162 if (utp)
2163 memcpy(&ut, utp, sizeof(ut));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dsys-linux.c2041 struct utmp ut, *utp; local
2053 while ((utp = getutent()) && (utp->ut_pid != mypid))
2059 if (utp)
2060 memcpy(&ut, utp, sizeof(ut));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcompat.h305 asmlinkage long compat_sys_adjtimex(struct compat_timex __user *utp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/
H A Dconfigure1542 --enable-utp build ��TP support
17944 # Check whether --enable-utp was given.

Completed in 236 milliseconds