Searched refs:fin (Results 51 - 75 of 118) sorted by relevance

12345

/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dip_rules.c85 frentry_t *ipfrule_match_in_(fin, passp)
86 fr_info_t *fin;
95 frentry_t *ipfrule_match_out_(fin, passp)
96 fr_info_t *fin;
H A Dip_dstlist.c1039 /* Parameters: fin(I) - pointer to packet information */
1063 ipf_dstlist_select(fr_info_t *fin, ippool_dst_t *d) argument
1075 family = fin->fin_family;
1126 MD5Update(&ctx, (u_char *)&fin->fin_src6,
1127 sizeof(fin->fin_src6));
1128 MD5Update(&ctx, (u_char *)&fin->fin_dst6,
1129 sizeof(fin->fin_dst6));
1138 MD5Update(&ctx, (u_char *)&fin->fin_src6,
1139 sizeof(fin->fin_src6));
1148 MD5Update(&ctx, (u_char *)&fin
1184 ipf_dstlist_select_node(fr_info_t *fin, void *group, u_32_t *addr, frdest_t *pfdp) argument
[all...]
H A Dip_scan.c507 ipf_scan_packet(fr_info_t *fin, ipstate_t *is) argument
513 rv = !IP6_EQ(&fin->fin_fi.fi_src, &is->is_src);
514 tcp = fin->fin_dp;
529 dlen = fin->fin_dlen - thoff;
540 COPYDATA(*(mb_t **)fin->fin_mp, fin->fin_plen - fin->fin_dlen + thoff,
H A Dip_sync.c959 /* fin(I) - pointer to packet information */
966 ipf_sync_new(ipf_main_softc_t *softc, int tab, fr_info_t *fin, void *ptr) argument
1043 sl->sl_v = fin->fin_v;
1044 sl->sl_p = fin->fin_p;
1048 sl->sl_rev = fin->fin_rev;
1090 /* fin(I) - pointer to packet information */
1097 ipf_sync_update(ipf_main_softc_t *softc, int tab, fr_info_t *fin, argument
1107 if (fin->fin_out == 0 || sl == NULL)
1131 slu->sup_hdr.sm_rev = fin->fin_rev;
1133 if (fin
[all...]
/freebsd-current/contrib/libedit/
H A Del.c64 el_init(const char *prog, FILE *fin, FILE *fout, FILE *ferr) argument
66 return el_init_fd(prog, fin, fout, ferr, fileno(fin), fileno(fout),
71 el_init_internal(const char *prog, FILE *fin, FILE *fout, FILE *ferr, argument
79 el->el_infile = fin;
121 el_init_fd(const char *prog, FILE *fin, FILE *fout, FILE *ferr, argument
124 return el_init_internal(prog, fin, fout, ferr, fdin, fdout, fderr, 0);
/freebsd-current/contrib/sendmail/src/
H A Dsfsasl.c348 ** fin -- the sm_io file encrypted data to be read from
358 ** The arguments "fin" and "fout" are replaced with the new
363 sfdcsasl(fin, fout, conn, tmo)
364 SM_FILE_T **fin;
384 info.fp = *fin;
404 sm_io_setinfo(*fin, SM_IO_WHAT_TIMEOUT, &tmo);
407 *fin = newin;
931 ** fin -- data input source being replaced
940 ** The arguments "fin" and "fout" are replaced with the new
942 ** The original "fin" an
[all...]
/freebsd-current/lib/libc/gen/
H A Dgetgrent.c174 goto fin;
187 goto fin;
201 fin:
991 goto fin;
1002 goto fin;
1007 goto fin;
1010 goto fin;
1023 goto fin;
1040 goto fin;
1047 fin
[all...]
/freebsd-current/usr.bin/mail/
H A Dnames.c281 FILE *fout, *fin; local
381 fin = NULL;
383 fin = Fdopen(f, "r");
384 if (fin == NULL) {
390 rewind(fin);
391 while ((c = getc(fin)) != EOF)
397 (void)Fclose(fin);
401 (void)Fclose(fin);
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_tcp_ip.h116 fin:1, member in struct:ecore_tcphdr
/freebsd-current/sys/dev/clk/
H A Dclk_div.c52 static int clknode_div_set_freq(struct clknode *clknode, uint64_t fin,
161 clknode_div_set_freq(struct clknode *clk, uint64_t fin, uint64_t *fout, argument
172 _fin = fin << sc->f_width;
H A Dclk_fixed.c54 static int clknode_fixed_set_freq(struct clknode *clk, uint64_t fin,
100 clknode_fixed_set_freq(struct clknode *clk, uint64_t fin, uint64_t *fout, argument
/freebsd-current/sys/dev/qcom_clk/
H A Dqcom_clk_apssdiv.c178 * fin - the parent frequency, if exists
185 qcom_clk_apssdiv_set_freq(struct clknode *clk, uint64_t fin, uint64_t *fout, argument
208 f_freq = qcom_clk_apssdiv_calc_rate(clk, fin, f->pre_div);
211 "%s: dryrun: %d, fin=%llu fout=%llu f_freq=%llu pre_div=%u"
215 fin, *fout, f_freq, f->pre_div, f->freq); local
H A Dqcom_clk_branch2.c226 qcom_clk_branch2_set_freq(struct clknode *clk, uint64_t fin, uint64_t *fout, argument
234 *fout = fin;
/freebsd-current/usr.sbin/nscd/
H A Dmp_ws_query.c182 goto fin;
191 goto fin;
200 goto fin;
205 goto fin;
247 fin:
H A Dparser.c371 FILE *fin; local
382 fin = fopen(fname, "r");
383 if (fin == NULL) {
392 while ((res == 0) && (fgets(buffer, sizeof(buffer) - 1, fin) != NULL)) {
549 fclose(fin);
H A Dmp_rs_query.c184 goto fin;
193 goto fin;
203 goto fin;
316 fin:
/freebsd-current/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c953 FILE *fin = NULL, *dout; local
960 fin = fopen(name, "r");
963 if(fin == NULL){
1008 fin = ftpd_popen(line, "r", 0, 0);
1018 fin = ftpd_popen(line, "r", 1, 0);
1022 if (fin == NULL) {
1033 if(fstat(fileno(fin), &st) < 0 || !S_ISREG(st.st_mode)) {
1046 if ((c=getc(fin)) == EOF) {
1053 } else if (lseek(fileno(fin), restart_point, SEEK_SET) < 0) {
1062 send_data(fin, dou
1568 FILE *fin; local
[all...]
H A Dftpcmd.y1449 FILE *fin;
1453 fin = fopen(filename, "r");
1454 if (fin == NULL) {
1458 if (fstat(fileno(fin), &stbuf) < 0 || !S_ISREG(stbuf.st_mode)) {
1460 fclose(fin);
1465 while((c=getc(fin)) != EOF) {
1470 fclose(fin);
/freebsd-current/crypto/openssl/test/testutil/
H A Dformat_output.c65 goto fin;
119 fin:
294 goto fin;
356 fin:
450 goto fin;
510 fin:
/freebsd-current/lib/libc/tests/nss/
H A Dgethostby_test.c572 goto fin;
578 goto fin;
621 goto fin;
630 goto fin;
641 fin:
974 goto fin;
986 goto fin;
1000 goto fin;
1007 goto fin;
1022 goto fin;
[all...]
/freebsd-current/contrib/tnftp/src/
H A Dftp.c664 FILE *volatile fin; local
707 fin = stdin;
711 fin = popen(local + 1, "r");
712 if (fin == NULL) {
720 fin = fopen(local, "r");
721 if (fin == NULL) {
727 if (fstat(fileno(fin), &st) < 0 || !S_ISREG(st.st_mode)) {
748 rc = fseeko(fin, restart_point, SEEK_SET);
752 rc = lseek(fileno(fin), restart_point, SEEK_SET);
790 c = copy_bytes(fileno(fin), filen
[all...]
/freebsd-current/usr.bin/rpcgen/
H A Drpc_util.h113 extern FILE *fin;
/freebsd-current/lib/libc/rpc/
H A Dgetrpcent.c462 goto fin;
481 goto fin;
492 goto fin;
506 goto fin;
563 fin:
617 goto fin;
631 goto fin;
645 fin:
/freebsd-current/sys/dev/clk/starfive/
H A Djh7110_clk.c211 jh7110_clk_set_freq(struct clknode *clk, uint64_t fin, uint64_t *fout, argument
224 divisor = MIN(MAX(DIV_ROUND_CLOSEST(fin, *fout), 1UL), sc_clk->d_max);
/freebsd-current/lib/libc/net/
H A Dgetservent.c721 goto fin;
752 goto fin;
756 goto fin;
769 goto fin;
781 goto fin;
793 fin:
892 goto fin;
917 goto fin;
935 fin:

Completed in 356 milliseconds

12345