| /linux/net/netfilter/ |
| H A D | nf_conntrack_irc.c | 2 /* IRC extension for IP connection tracking, Version 1.21 41 #define HELPER_NAME "irc" 45 MODULE_DESCRIPTION("IRC (DCC) connection tracking helper"); 51 MODULE_PARM_DESC(ports, "port numbers of IRC servers"); 54 "IRC session"); 127 /* If packet is coming from IRC server */ in help() 262 static struct nf_conntrack_helper irc[MAX_PORTS] __read_mostly; variable 287 /* If no port given, default to standard irc port */ in nf_conntrack_irc_init() 292 nf_ct_helper_init(&irc[i], AF_INET, IPPROTO_TCP, HELPER_NAME, in nf_conntrack_irc_init() 297 ret = nf_conntrack_helpers_register(&irc[0], ports_c); in nf_conntrack_irc_init() [all …]
|
| H A D | nf_nat_irc.c | 2 /* IRC extension for TCP NAT alteration. 22 #define NAT_HELPER_NAME "irc" 25 MODULE_DESCRIPTION("IRC (DCC) NAT helper");
|
| H A D | Kconfig | 271 tristate "IRC protocol support" 274 There is a commonly-used extension to IRC called 277 of a server. DCC Sending is used anywhere you send files over IRC, 281 have others initiate chats, or everything else in IRC.
|
| /linux/Documentation/translations/sp_SP/process/ |
| H A D | kernel-docs.rst | 155 * Título: **Kernel Newbies IRC Channel and Website** 158 :Palabras Clave: IRC, newbies, channel, asking doubts, canal, dudas, 160 :Descripción: #kernelnewbies en irc.oftc.net. 161 #kernelnewbies es una red de IRC dedicada al hacker del kernel 166 #kernelnewbies es parte de la red OFTC IRC. 167 Pruebe con irc.oftc.net como su servidor y luego haga /join
|
| H A D | howto.rst | 196 el pasado.) También tiene un canal IRC que puede usar para hacer preguntas 504 correo electrónico y el IRC como formas principales de comunicación es la
|
| /linux/drivers/net/wan/ |
| H A D | hdlc_ppp.c | 86 enum {INV = 0x10, IRC = 0x20, ZRC = 0x40, SCR = 0x80, SCA = 0x100, enumerator 260 TO+ = Timeout with counter > 0 irc = Initialize-Restart-Count 280 {IRC|SCR|3, INV , INV , INV , INV , INV , INV }, /* START */ 284 { STA|0 ,IRC|SCR|SCA|5, 2 , SCA|5 ,SCA|6, SCA|5 ,SCR|SCA|5}, /* RCR+ */ 285 { STA|0 ,IRC|SCR|SCN|3, 2 , SCN|3 ,SCN|4, SCN|3 ,SCR|SCN|3}, /* RCR- */ 286 { STA|0 , STA|1 , 2 , IRC|4 ,SCR|3, 6 , SCR|3 }, /* RCA */ 287 { STA|0 , STA|1 , 2 ,IRC|SCR|3,SCR|3,IRC|SCR|5, SCR|3 }, /* RCN */ 292 { 0 , 1 , 1 , 1 , 1 , 1 ,IRC|STR|2}, /* RXJ- */ 323 if (action & IRC) in ppp_cp_event()
|
| /linux/include/linux/ |
| H A D | sysrq.h | 12 * based upon discusions in irc://irc.openprojects.net/#kernelnewbies
|
| /linux/Documentation/devicetree/bindings/clock/ |
| H A D | imx7ulp-scg-clock.yaml | 19 domains, such as the System Oscillator clock, the Slow IRC (SIRC), 20 and and the Fast IRC clock (FIRCLK), clock sources and clock
|
| H A D | imx7ulp-pcc-clock.yaml | 19 domains, such as the System Oscillator clock, the Slow IRC (SIRC), 20 and and the Fast IRC clock (FIRCLK), clock sources and clock
|
| /linux/arch/mips/kernel/ |
| H A D | irq_txx9.c | 148 /* mask all IRC interrupts */ in txx9_irq_init() 152 /* setup IRC interrupt mode (Low Active) */ in txx9_irq_init()
|
| /linux/Documentation/networking/ |
| H A D | batman-adv.rst | 159 IRC: 160 #batadv on ircs://irc.hackint.org/
|
| /linux/Documentation/admin-guide/media/ |
| H A D | dvb_references.rst | 19 mailing list or IRC channels.
|
| /linux/include/linux/soc/ixp4xx/ |
| H A D | qmgr.h | 50 u32 irqsrc[4]; /* 0x420 - 0x42F IRC source */
|
| /linux/drivers/clk/nxp/ |
| H A D | clk-lpc18xx-cgu.c | 74 [CLK_SRC_IRC] = "irc", 604 /* Register the internal 12 MHz RC oscillator (IRC) */ in lpc18xx_cgu_register_source_clks() 608 pr_warn("%s: failed to register irc clk\n", __func__); in lpc18xx_cgu_register_source_clks()
|
| /linux/Documentation/driver-api/thermal/ |
| H A D | nouveau_thermal.rst | 93 inquiries, please ping mupuf on IRC (#nouveau, OFTC).
|
| /linux/ |
| H A D | MAINTAINERS | 26 usually hang out, for example irc://server/channel. 1861 C: irc://irc.oftc.net/apparmor 2008 C: irc://irc.libera.chat/armlinux 2252 C: irc://irc.libera.chat/armlinux 2416 C: irc://irc.oftc.net/asahi-dev 2941 C: irc://irc.libera.chat/linux-mediatek 3160 C: irc://irc.oftc.net/linux-msm 3202 C: irc://irc.oftc.net/linux-msm 3257 C: irc://irc.libera.chat/renesas-soc 3315 C: irc://irc.libera.chat/linux-exynos [all …]
|
| /linux/arch/mips/include/asm/txx9/ |
| H A D | tx4938.h | 63 * IRC
|
| /linux/Documentation/gpu/ |
| H A D | introduction.rst | 112 interacting with community members on mailing lists, IRC, or bug
|
| /linux/Documentation/process/ |
| H A D | howto.rst | 196 past.) It also has an IRC channel that you can use to ask questions in 501 interaction. One benefit of using email and irc as the primary forms of
|
| /linux/include/net/bluetooth/ |
| H A D | hci.h | 2836 __u8 irc; member 2851 __u8 irc; member 2872 __u8 irc; member
|
| /linux/Documentation/translations/ko_KR/process/ |
| H A D | howto.rst | 214 될만한 메일링 리스트가 있다. 또한 실시간으로 질문 할 수 있는 IRC 채널도
|
| /linux/arch/x86/kernel/ |
| H A D | apm_32.c | 147 * in irc://irc.openprojects.net/#kernelnewbies
|
| /linux/drivers/eisa/ |
| H A D | eisa.ids | 374 CPQA015 "Compaq Integrated Remote Console (IRC)"
|