Home
last modified time | relevance | path

Searched full:irc (Results 1 – 25 of 51) sorted by relevance

123

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_irc_pxy.c36 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 Dtest-vasprintf.c29 int irc; in testfunc() local
32 irc = vasprintf(ret, format, ap); in testfunc()
35 return irc; in testfunc()
H A Dcatman.c125 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 Dterm_tag.c176 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 Dmansearch.c725 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 Droff.c2347 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 Dconfig.yml12 - name: OpenZFS on IRC
14 about: Use IRC to get community support for OpenZFS
/freebsd/usr.sbin/ppp/
H A DREADME.nat72 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 Dimx7ulp-scg-clock.yaml19 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 Dimx7ulp-pcc-clock.yaml19 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 Dimx7ulp-clock.txt9 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 DHISTORY55 - Added support for IRC DCC (ee)
126 bypass of FTP/IRC DCC data connections. Also added
H A Dlibalias.3235 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 Dalias_pptp.c202 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 DMakefile2 NAME= irc
/freebsd/sys/modules/libalias/modules/
H A Dmodules.inc5 MODULES += irc
/freebsd/crypto/openssh/
H A Dssh.11172 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 Dmach21 irc.warped.net
/freebsd/share/dict/
H A Dfreebsd74 IRC
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp517 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 Dipfirewall.4135 skinny, irc, pptp and smedia packets, which are missing in the basic
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dd_mach38 irc.warped.net
/freebsd/sbin/dhclient/
H A Ddhcp-options.5566 .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 DCONTRIBUTING.md63 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 Dxz.txt116 you should email to me personally or use IRC.

123