| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
| H A D | 0001-Fix-build-with-clang.patch | 7 Add function prototype to tcpd.c and miscd.c. 17 tcpd.c | 4 ++++ 39 #include "tcpd.h" 48 diff --git a/tcpd.c b/tcpd.c 50 --- a/tcpd.c 51 +++ b/tcpd.c 52 @@ -38,6 +38,10 @@ static char sccsid[] = "@(#) tcpd.c 1.10 96/02/11 17:01:32"; 54 #include "tcpd.h"
|
| H A D | 13_shlib_weaksym.patch | 30 -all other: config-check tcpd tcpdmatch try-from safe_finger tcpdchk 46 +all other: config-check tcpd tcpdmatch try-from safe_finger tcpdchk $(LIB) 54 -tcpd: tcpd.o $(LIB) 55 - $(CC) $(CFLAGS) -o $@ tcpd.o $(LIB) $(LIBS) 62 +tcpd: tcpd.o $(SHLIB) 63 + $(CC) $(CFLAGS) -o $@ tcpd.o $(SHLIBFLAGS) 97 rm -f tcpd miscd safe_finger tcpdmatch tcpdchk try-from *.[oa] core \ 106 update.o: tcpd.h 108 +weak_symbols.o: tcpd.h 110 workarounds.o: tcpd.h [all …]
|
| H A D | 01_man_portability.patch | 10 -#include "tcpd.h" 11 +#include <tcpd.h> 41 The safe_finger command comes with the tcpd wrapper and should be 47 tcpd(8) tcp/ip daemon wrapper program. 102 diff -ruNp tcp_wrappers_7.6.orig/tcpd.8 tcp_wrappers_7.6/tcpd.8 103 --- tcp_wrappers_7.6.orig/tcpd.8 1996-02-21 16:39:16.000000000 +0100 104 +++ tcp_wrappers_7.6/tcpd.8 2005-03-09 18:27:03.000000000 +0100 123 -# cp tcpd /usr/etc/in.fingerd 125 +# cp tcpd /usr/sbin/in.fingerd 148 -finger stream tcp nowait nobody /some/where/tcpd in.fingerd [all …]
|
| H A D | rfc931.diff | 27 diff -ruNp tcp_wrappers_7.6.orig/tcpd.h tcp_wrappers_7.6/tcpd.h 28 --- tcp_wrappers_7.6.orig/tcpd.h 2005-03-09 18:22:04.000000000 +0100 29 +++ tcp_wrappers_7.6/tcpd.h 2005-03-09 18:21:23.000000000 +0100
|
| H A D | ldflags.patch | 16 tcpd: tcpd.o $(SHLIB) 17 - $(CC) $(CFLAGS) -o $@ tcpd.o $(SHLIBFLAGS) 18 + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ tcpd.o $(SHLIBFLAGS)
|
| H A D | 0001-Fix-implicit-function-declaration-warnings.patch | 14 tcpd.c | 2 +- 70 diff --git a/tcpd.c b/tcpd.c 72 --- a/tcpd.c 73 +++ b/tcpd.c
|
| H A D | musl-decls.patch | 7 Index: tcp_wrappers_7.6/tcpd.h 9 --- tcp_wrappers_7.6.orig/tcpd.h 10 +++ tcp_wrappers_7.6/tcpd.h
|
| H A D | expand_remote_port.patch | 59 diff -ruN tcp_wrappers_7.6.orig/tcpd.h tcp_wrappers_7.6/tcpd.h 60 --- tcp_wrappers_7.6.orig/tcpd.h 2004-11-04 13:17:45.000000000 +0100 61 +++ tcp_wrappers_7.6/tcpd.h 2004-11-04 13:19:13.000000000 +0100
|
| H A D | makefile-fix-parallel.patch | 7 make: *** No rule to make target `cflags', needed by `tcpd.o'. Stop. 26 @@ -714,6 +714,7 @@ KIT = README miscd.c tcpd.c fromhost.c hosts_access.c shell_cmd.c \ 36 all other: config-check tcpd tcpdmatch try-from safe_finger tcpdchk $(LIB)
|
| H A D | fix_warnings2.patch | 35 #include "tcpd.h" 66 --- a/tcpd.c 67 +++ b/tcpd.c 68 @@ -22,6 +22,7 @@ static char sccsid[] = "@(#) tcpd.c 1.10 195 #include "tcpd.h"
|
| H A D | 0001-Remove-fgets-extern-declaration.patch | 34 #include "tcpd.h"
|
| H A D | 10_usagi-ipv6.patch | 917 diff -ruN tcp_wrappers_7.6.orig/tcpd.c tcp_wrappers_7.6/tcpd.c 918 --- tcp_wrappers_7.6.orig/tcpd.c 1996-02-11 17:01:33.000000000 +0100 919 +++ tcp_wrappers_7.6/tcpd.c 2004-04-10 19:07:43.000000000 +0200 1006 diff -ruN tcp_wrappers_7.6.orig/tcpd.h tcp_wrappers_7.6/tcpd.h 1007 --- tcp_wrappers_7.6.orig/tcpd.h 1996-03-19 16:22:25.000000000 +0100 1008 +++ tcp_wrappers_7.6/tcpd.h 2004-04-10 19:07:43.000000000 +0200
|
| H A D | 12_makefile_config.patch | 69 @@ -713,11 +719,12 @@ all other: config-check tcpd tcpdmatch t
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | tc6393xb.c | 264 struct tc6393xb_platform_data *tcpd = dev_get_platdata(dev->dev.parent); in tc6393xb_ohci_suspend() local 267 if (tcpd->resume_restore) in tc6393xb_ohci_suspend() 606 struct tc6393xb_platform_data *tcpd = dev_get_platdata(&dev->dev); in tc6393xb_probe() local 632 tc6393xb->irq_base = tcpd->irq_base; in tc6393xb_probe() 660 ret = tcpd->enable(dev); in tc6393xb_probe() 665 iowrite16(tcpd->scr_pll2cr, tc6393xb->scr + SCR_PLL2CR); in tc6393xb_probe() 671 iowrite16(tcpd->scr_gper, tc6393xb->scr + SCR_GPER); in tc6393xb_probe() 681 if (tcpd->gpio_base >= 0) { in tc6393xb_probe() 682 ret = tc6393xb_register_gpio(tc6393xb, tcpd->gpio_base); in tc6393xb_probe() 689 if (tcpd->setup) { in tc6393xb_probe() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/tcp-wrappers/ |
| H A D | tcp-wrappers_7.6.bb | 91 BINS = "safe_finger tcpd tcpdchk try-from tcpdmatch" 94 MANS8 = "tcpd tcpdchk tcpdmatch" 130 install -m 0644 tcpd.h ${D}${includedir}/
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/inetutils/inetutils/ |
| H A D | rexec.xinetd.inetutils | 17 server = @SBINDIR@/tcpd
|
| H A D | rlogin.xinetd.inetutils | 17 server = @SBINDIR@/tcpd
|
| H A D | rsh.xinetd.inetutils | 18 server = @SBINDIR@/tcpd
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh/ |
| H A D | rexec.xinetd.netkit | 17 server = /usr/sbin/tcpd
|
| H A D | rlogin.xinetd.netkit | 17 server = /usr/sbin/tcpd
|
| H A D | rsh.xinetd.netkit | 18 server = /usr/sbin/tcpd
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/3com/ |
| H A D | typhoon.c | 693 struct tcpopt_desc *tcpd; in typhoon_tso_fill() local 696 tcpd = (struct tcpopt_desc *) (txRing->ringBase + txRing->lastWrite); in typhoon_tso_fill() 701 tcpd->flags = TYPHOON_OPT_DESC | TYPHOON_OPT_TCP_SEG; in typhoon_tso_fill() 702 tcpd->numDesc = 1; in typhoon_tso_fill() 703 tcpd->mss_flags = cpu_to_le16(skb_tso_size(skb)); in typhoon_tso_fill() 704 tcpd->mss_flags |= TYPHOON_TSO_FIRST | TYPHOON_TSO_LAST; in typhoon_tso_fill() 705 tcpd->respAddrLo = cpu_to_le32(tcpd_offset); in typhoon_tso_fill() 706 tcpd->bytesTx = cpu_to_le32(skb->len); in typhoon_tso_fill() 707 tcpd->status = 0; in typhoon_tso_fill()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/ |
| H A D | tftp-0.42-tftpboot.patch | 39 tftp dgram udp wait root /usr/sbin/tcpd
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/files/ |
| H A D | buildhistory_filelist1.txt | 4685 -rw-r--r-- root root 9130 ./usr/include/tcpd.h
|
| H A D | buildhistory_filelist2.txt | 4686 -rw-r--r-- root root 9130 ./usr/include/tcpd.h
|