/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_irc_pxy.c | 36 MUTEX_INIT(&ircnatfr.fr_lock, "IRC proxy rule lock"); in ipf_p_irc_main_load() 226 ircinfo_t *irc; in ipf_p_irc_new() local 231 KMALLOC(irc, ircinfo_t *); in ipf_p_irc_new() 232 if (irc == NULL) in ipf_p_irc_new() 237 aps->aps_data = irc; in ipf_p_irc_new() 240 bzero((char *)irc, sizeof(*irc)); in ipf_p_irc_new() 255 ircinfo_t *irc; in ipf_p_irc_send() local 282 irc = nat->nat_aps->aps_data; in ipf_p_irc_send() 283 if (ipf_p_irc_complete(irc, ctcpbuf, dlen) == 0) in ipf_p_irc_send() 290 if (irc->irc_ipnum != ntohl(nat->nat_osrcaddr)) in ipf_p_irc_send() [all …]
|
/freebsd/contrib/mandoc/ |
H A D | test-vasprintf.c | 29 int irc; in testfunc() local 32 irc = vasprintf(ret, format, ap); in testfunc() 35 return irc; in testfunc()
|
H A D | catman.c | 125 int irc; in process_manpage() local 140 irc = sock_fd_write(srv_fd, in_fd, out_fd, STDERR_FILENO); in process_manpage() 145 if (irc < 0) { in process_manpage()
|
H A D | term_tag.c | 176 int irc = 0; in term_tag_close() local 184 if ((irc = dup2(tag_files.ofd, STDOUT_FILENO)) == -1) in term_tag_close() 189 return irc; in term_tag_close()
|
H A D | mansearch.c | 725 int cs, i, irc; in exprterm() local 796 irc = regcomp(e->match.re, val, in exprterm() 798 if (irc) { in exprterm() 799 regerror(irc, e->match.re, errbuf, sizeof(errbuf)); in exprterm() 804 if (irc) { in exprterm()
|
H A D | roff.c | 2347 int endloop, irc, rr; in roff_cond_checkend() local 2349 irc = ROFF_IGN; in roff_cond_checkend() 2354 irc |= endloop; in roff_cond_checkend() 2380 irc |= endloop; in roff_cond_checkend() 2391 return irc; in roff_cond_checkend() 2401 int irc, rr; in roff_cond_sub() local 2405 irc = roff_cond_checkend(r, tok, buf, ln, ppos, pos, &rr); in roff_cond_sub() 2425 if (irc & ROFF_LOOPMASK) in roff_cond_sub() 2426 irc = ROFF_IGN | ROFF_LOOPEXIT; in roff_cond_sub() 2436 irc |= (*roffs[t].proc)(r, t, buf, ln, ppos, pos, offs); in roff_cond_sub() [all …]
|
/freebsd/sys/contrib/openzfs/.github/ISSUE_TEMPLATE/ |
H A D | config.yml | 12 - name: OpenZFS on IRC 14 about: Use IRC to get community support for OpenZFS
|
/freebsd/usr.sbin/ppp/ |
H A D | README.nat | 72 workarounds for FTP and IRC DCC, the most well known of the IP encoding 74 mode and avoiding IRC DCC sends, as is sometimes the case with other 177 usually 20) and IRC DCC send (which doesn't know either the address or 258 IRC and FTP exception handling make reasonable, though not strictly correct 342 - Added support for IRC DCC (ee)
|
/freebsd/sys/contrib/device-tree/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
|
H A D | imx7ulp-clock.txt | 9 domains, such as the System Oscillator clock, the Slow IRC (SIRC), 10 and and the Fast IRC clock (FIRCLK), clock sources and clock
|
/freebsd/sys/netinet/libalias/ |
H A D | HISTORY | 55 - Added support for IRC DCC (ee) 126 bypass of FTP/IRC DCC data connections. Also added
|
H A D | libalias.3 | 235 based firewall for FTP/IRC DCC connections. 366 Well known examples of such protocols are FTP and IRC DCC. 1450 Added IRC DCC support as well as contributing a number of architectural 1451 improvements; added the firewall bypass for FTP/IRC DCC.
|
H A D | alias_pptp.c | 202 TCP applications that are currently (ie. FTP, IRC and RTSP) aliased. 213 IRC and RTSP), the PPTP control messages that need to be aliased are
|
/freebsd/lib/libalias/modules/irc/ |
H A D | Makefile | 2 NAME= irc
|
/freebsd/sys/modules/libalias/modules/ |
H A D | modules.inc | 5 MODULES += irc
|
/freebsd/crypto/openssh/ |
H A D | ssh.1 | 1172 In the example below, we look at encrypting communication for an IRC client, 1173 even though the IRC server it connects to does not directly 1184 The following example tunnels an IRC session from the client 1185 to an IRC server at 1191 using the standard IRC port, 6667: 1194 $ irc -c '#users' pinky IRC/127.0.0.1
|
/freebsd/lib/libc/tests/resolv/ |
H A D | mach | 21 irc.warped.net
|
/freebsd/share/dict/ |
H A D | freebsd | 74 IRC
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | InductiveRangeCheckElimination.cpp | 517 InductiveRangeCheck IRC; in extractRangeChecksFromCond() 518 IRC.End = End; in extractRangeChecksFromCond() 519 IRC.Begin = IndexAddRec->getStart(); in extractRangeChecksFromCond() local 520 IRC.Step = IndexAddRec->getStepRecurrence(SE); in extractRangeChecksFromCond() 521 IRC.CheckUse = &ConditionUse; in extractRangeChecksFromCond() 522 Checks.push_back(IRC); in extractRangeChecksFromCond() 1003 for (InductiveRangeCheck &IRC : RangeChecks) in parseLoopStructure() 1004 IRC.print(OS); in parseLoopStructure() 1037 for (InductiveRangeCheck &IRC : RangeChecks) { in parseLoopStructure() 1038 auto Result = IRC in parseLoopStructure() [all...] |
/freebsd/share/man/man4/ |
H A D | ipfirewall.4 | 135 skinny, irc, pptp and smedia packets, which are missing in the basic
|
/freebsd/contrib/netbsd-tests/lib/libpthread/ |
H A D | d_mach | 38 irc.warped.net
|
/freebsd/sbin/dhclient/ |
H A D | dhcp-options.5 | 566 .Ic option irc-server Ar ip-address 570 .Ic irc-server 571 option specifies a list of IRC servers available to the client.
|
/freebsd/sys/contrib/openzfs/.github/ |
H A D | CONTRIBUTING.md | 63 or IRC are the best places to ask for help. Please do not file 71 or IRC if you aren't certain that you are experiencing a bug.
|
/freebsd/sys/contrib/xz-embedded/linux/Documentation/ |
H A D | xz.txt | 116 you should email to me personally or use IRC.
|