Searched refs:fin (Results 26 - 50 of 118) sorted by relevance

12345

/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dip_proxy.c646 /* Parameters: fin(I) - pointer to packet information */
656 ipf_proxy_ok(fr_info_t *fin, tcphdr_t *tcp, ipnat_t *np) argument
662 (fin->fin_p != apr->apr_p))
735 /* Parameters: fin(I) - pointer to packet information */
744 ipf_proxy_match(fr_info_t *fin, nat_t *nat) argument
746 ipf_main_softc_t *softc = fin->fin_main_soft;
755 (u_long)fin, (u_long)nat, (u_long)nat->nat_aps,
758 if ((fin->fin_flx & (FI_SHORT|FI_BAD)) != 0) {
761 fin->fin_flx);
774 result = (*apr->apr_match)(fin, na
796 ipf_proxy_new(fr_info_t *fin, nat_t *nat) argument
867 ipf_proxy_check(fr_info_t *fin, nat_t *nat) argument
1117 ipf_proxy_fixseqack(fr_info_t *fin, ip_t *ip, ap_session_t *aps, int inc) argument
[all...]
H A Dip_ftp_pxy.c222 ipf_p_ftp_new(void *arg, fr_info_t *fin, ap_session_t *aps, nat_t *nat) argument
235 aps->aps_sport = htons(fin->fin_sport);
236 aps->aps_dport = htons(fin->fin_dport);
277 ipf_p_ftp_port(ipf_ftp_softc_t *softf, fr_info_t *fin, ip_t *ip, nat_t *nat, argument
289 m = fin->fin_m;
291 tcp = (tcphdr_t *)fin->fin_dp;
292 off = (char *)tcp - (char *)ip + (TCP_OFF(tcp) << 2) + fin->fin_ipoff;
394 if ((inc + fin->fin_plen) > 65535) {
415 fin->fin_flx |= FI_DOCKSUM;
418 fin
429 ipf_p_ftp_addport(ipf_ftp_softc_t *softf, fr_info_t *fin, ip_t *ip, nat_t *nat, ftpinfo_t *ftp, int dlen, int nport, int inc) argument
589 ipf_p_ftp_client(ipf_ftp_softc_t *softf, fr_info_t *fin, ip_t *ip, nat_t *nat, ftpinfo_t *ftp, int dlen) argument
668 ipf_p_ftp_pasv(ipf_ftp_softc_t *softf, fr_info_t *fin, ip_t *ip, nat_t *nat, ftpinfo_t *ftp, int dlen) argument
807 ipf_p_ftp_pasvreply(ipf_ftp_softc_t *softf, fr_info_t *fin, ip_t *ip, nat_t *nat, ftpinfo_t *ftp, u_int port, char *newmsg, char *s) argument
945 ipf_p_ftp_server(ipf_ftp_softc_t *softf, fr_info_t *fin, ip_t *ip, nat_t *nat, ftpinfo_t *ftp, int dlen) argument
1216 ipf_p_ftp_process(ipf_ftp_softc_t *softf, fr_info_t *fin, nat_t *nat, ftpinfo_t *ftp, int rv) argument
1549 ipf_p_ftp_out(void *arg, fr_info_t *fin, ap_session_t *aps, nat_t *nat) argument
1568 ipf_p_ftp_in(void *arg, fr_info_t *fin, ap_session_t *aps, nat_t *nat) argument
1618 ipf_p_ftp_eprt(ipf_ftp_softc_t *softf, fr_info_t *fin, ip_t *ip, nat_t *nat, ftpinfo_t *ftp, int dlen) argument
1655 ipf_p_ftp_eprt4(ipf_ftp_softc_t *softf, fr_info_t *fin, ip_t *ip, nat_t *nat, ftpinfo_t *ftp, int dlen) argument
1800 ipf_p_ftp_epsv(ipf_ftp_softc_t *softf, fr_info_t *fin, ip_t *ip, nat_t *nat, ftpinfo_t *ftp, int dlen) argument
1868 ipf_p_ftp_eprt6(ipf_ftp_softc_t *softf, fr_info_t *fin, ip_t *ip, nat_t *nat, ftpinfo_t *ftp, int dlen) argument
[all...]
H A Dip_auth.c318 /* Parameters: fin(I) - pointer to ipftoken structure */
326 ipf_auth_check(fr_info_t *fin, u_32_t *passp) argument
328 ipf_main_softc_t *softc = fin->fin_main_soft;
340 ip = fin->fin_ip;
352 !bcmp((char *)fin, (char *)&fra->fra_info, FI_CSIZE)) {
358 fin->fin_reason = FRB_AUTHFEEDBACK;
366 (fin->fin_flx & FI_FRAG))) {
372 fr->fr_ifa = fin->fin_ifp;
384 fin->fin_fr = fr;
385 fin
447 ipf_auth_new(mb_t *m, fr_info_t *fin) argument
1078 fr_info_t fin; local
1186 ipf_auth_pre_scanlist(ipf_main_softc_t *softc, fr_info_t *fin, u_32_t pass) argument
[all...]
/freebsd-current/contrib/wpa/src/eap_peer/
H A Deap_pwd.c373 goto fin;
380 goto fin;
401 goto fin;
429 goto fin;
438 goto fin;
450 goto fin;
466 goto fin;
475 goto fin;
487 goto fin;
501 goto fin;
[all...]
/freebsd-current/crypto/openssl/test/recipes/
H A D15-test_genrsa.t46 my $fin;
50 $fin = run(app([ 'openssl', 'genpkey', '-out', 'genrsatest.pem',
54 if ($fin) {
/freebsd-current/sys/arm/nvidia/tegra124/
H A Dtegra124_clk_pll.c384 static int tegra124_pll_set_freq(struct clknode *clknode, uint64_t fin,
701 pll_set_std(struct pll_sc *sc, uint64_t fin, uint64_t *fout, int flags, argument
718 (*fout != (((fin / m) * n) /p)))
721 *fout = ((fin / m) * n) /p;
760 *fout = ((fin / m) * n) / p;
765 plla_set_freq(struct pll_sc *sc, uint64_t fin, uint64_t *fout, int flags) argument
771 n = (*fout * p * m + fin / 2)/ fin;
773 return (pll_set_std(sc, fin, fout, flags, m, n, p));
777 pllc_set_freq(struct pll_sc *sc, uint64_t fin, uint64_ argument
803 plld2_set_freq(struct pll_sc *sc, uint64_t fin, uint64_t *fout, int flags) argument
872 pllrefe_set_freq(struct pll_sc *sc, uint64_t fin, uint64_t *fout, int flags) argument
884 pllx_set_freq(struct pll_sc *sc, uint64_t fin, uint64_t *fout, int flags) argument
953 tegra124_pll_set_freq(struct clknode *clknode, uint64_t fin, uint64_t *fout, int flags, int *stop) argument
[all...]
/freebsd-current/sys/arm64/nvidia/tegra210/
H A Dtegra210_clk_pll.c570 static int tegra210_pll_set_freq(struct clknode *clknode, uint64_t fin,
899 pll_set_std(struct pll_sc *sc, uint64_t fin, uint64_t *fout, int flags, argument
916 (*fout != (((fin / m) * n) /p)))
919 *fout = ((fin / m) * n) /p;
958 *fout = ((fin / m) * n) / p;
963 plla_set_freq(struct pll_sc *sc, uint64_t fin, uint64_t *fout, int flags) argument
969 n = (*fout * p * m + fin / 2)/ fin;
971 return (pll_set_std(sc, fin, fout, flags, m, n, p));
975 pllc_set_freq(struct pll_sc *sc, uint64_t fin, uint64_ argument
987 pllc4_set_freq(struct pll_sc *sc, uint64_t fin, uint64_t *fout, int flags) argument
999 plldp_set_freq(struct pll_sc *sc, uint64_t fin, uint64_t *fout, int flags) argument
1026 plld2_set_freq(struct pll_sc *sc, uint64_t fin, uint64_t *fout, int flags) argument
1095 pllrefe_set_freq(struct pll_sc *sc, uint64_t fin, uint64_t *fout, int flags) argument
1112 pllx_set_freq(struct pll_sc *sc, uint64_t fin, uint64_t *fout, int flags) argument
1245 tegra210_pll_set_freq(struct clknode *clknode, uint64_t fin, uint64_t *fout, int flags, int *stop) argument
[all...]
/freebsd-current/contrib/wpa/src/eap_server/
H A Deap_server_pwd.c261 goto fin;
266 goto fin;
273 goto fin;
279 goto fin;
285 goto fin;
301 goto fin;
304 fin:
335 goto fin;
344 goto fin;
360 goto fin;
[all...]
/freebsd-current/sys/contrib/zstd/examples/
H A Dstreaming_compression.c25 FILE* const fin = fopen_orDie(fname, "rb"); local
52 size_t read = fread_orDie(buffIn, toRead, fin);
91 fclose_orDie(fin);
H A Dmultiple_streaming_compression.c60 FILE* const fin = fopen_orDie(fname, "rb"); local
71 while ( (read = fread_orDie(ress.buffIn, toRead, fin)) ) {
92 fclose_orDie(fin);
H A Dstreaming_compression_thread_pool.c36 FILE* const fin = fopen_orDie(args->fname, "rb"); local
68 size_t read = fread_orDie(buffIn, toRead, fin);
109 fclose_orDie(fin);
/freebsd-current/usr.bin/gzip/
H A Dunlz.c281 FILE *fin, *fout; member in struct:lz_decoder
313 if (lz->fin)
314 fclose(lz->fin);
321 lz_create(struct lz_decoder *lz, int fin, int fdout, int dict_size) argument
325 lz->fin = fdopen(dup(fin), "r");
326 if (lz->fin == NULL)
342 if (lz_rd_create(&lz->rdec, lz->fin) == -1)
437 while (!feof(lz->fin) && !ferror(lz->fin)) {
540 lz_decode(int fin, int fdout, unsigned dict_size, off_t *insize) argument
612 unlz(int fin, int fout, char *pre, size_t prelen, off_t *bytes_in) argument
[all...]
/freebsd-current/contrib/tnftp/src/
H A Dfetch.c507 FILE *volatile fin; local
517 fin = fout = NULL;
579 fin = fopen(decodedpath, "r");
580 if (fin == NULL) {
584 if (fstat(fileno(fin), &sb) == 0) {
589 if (lseek(fileno(fin), restart_point, SEEK_SET) < 0) {
757 fin = fdopen(s, "r+");
772 fprintf(fin, "GET %s HTTP/1.0\r\n", path);
774 fprintf(fin, "Pragma: no-cache\r\n");
776 fprintf(fin, "GE
[all...]
/freebsd-current/sys/dev/clk/
H A Dclk_link.c44 static int clknode_link_set_freq(struct clknode *clk, uint64_t fin,
77 clknode_link_set_freq(struct clknode *clk, uint64_t fin, uint64_t *fout, argument
/freebsd-current/lib/libc/net/
H A Dnsdispatch.c375 goto fin;
377 goto fin;
381 goto fin;
402 fin:
500 goto fin;
510 goto fin;
514 goto fin;
523 goto fin;
531 goto fin;
540 goto fin;
[all...]
/freebsd-current/sys/net/altq/
H A Daltq_subr.c1022 struct flowinfo_in *fin; local
1030 fin = (struct flowinfo_in *)flow;
1031 fin->fi_len = sizeof(struct flowinfo_in);
1032 fin->fi_family = AF_INET;
1034 fin->fi_proto = ip->ip_p;
1035 fin->fi_tos = ip->ip_tos;
1037 fin->fi_src.s_addr = ip->ip_src.s_addr;
1038 fin->fi_dst.s_addr = ip->ip_dst.s_addr;
1042 extract_ports4(m, ip, fin);
1044 fin
[all...]
/freebsd-current/lib/libc/tests/nss/
H A Dgetaddrinfo_test.c261 goto fin;
266 goto fin;
283 goto fin;
289 goto fin;
295 fin:
441 goto fin;
452 goto fin;
460 goto fin;
481 fin:
H A Dgetpw_test.c184 goto fin;
189 goto fin;
194 goto fin;
215 goto fin;
220 goto fin;
228 fin:
396 goto fin;
401 goto fin;
472 fin:
H A Dgetusershell_test.c162 goto fin;
169 goto fin;
190 fin:
/freebsd-current/usr.sbin/nscd/
H A Dnscdcli.c252 goto fin;
261 goto fin;
265 goto fin;
270 goto fin;
277 fin:
H A Dquery.c414 goto fin;
423 goto fin;
432 goto fin;
458 fin:
488 goto fin;
497 goto fin;
506 goto fin;
511 goto fin;
538 fin:
680 goto fin;
[all...]
/freebsd-current/sys/dev/clk/rockchip/
H A Drk_clk_fract.c53 static int rk_clk_fract_set_freq(struct clknode *clknode, uint64_t fin,
201 rk_clk_fract_set_freq(struct clknode *clk, uint64_t fin, uint64_t *fout, argument
209 clk_compute_fract_div(*fout, fin, 0xFFFF, 0xFFFF, &div_n, &div_d);
210 _fout = fin * div_n;
236 _fout = fin * div_n;
/freebsd-current/lib/libc/gen/
H A Dgetpwent.c221 goto fin;
234 goto fin;
248 fin:
824 goto fin;
835 goto fin;
841 goto fin;
858 goto fin;
890 goto fin;
895 goto fin;
910 fin
[all...]
/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c674 FILE *fin, *dout = 0; local
713 fin = stdin;
716 fin = popen (local + 1, lmode);
717 if (fin == NULL) {
726 fin = fopen (local, lmode);
727 if (fin == NULL) {
734 if (fstat (fileno (fin), &st) < 0 || !S_ISREG(st.st_mode)) {
737 fclose (fin);
748 (*closefunc) (fin);
760 rc = fseek (fin, (lon
[all...]
/freebsd-current/usr.bin/env/
H A Denvopts.c67 struct stat fin; local
71 stat(candidate, &fin) == 0 &&
72 S_ISREG(fin.st_mode) &&
74 (fin.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) != 0)) {

Completed in 387 milliseconds

12345