Home
last modified time | relevance | path

Searched refs:tcphdr_t (Results 1 – 16 of 16) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_rcmd_pxy.c74 tcphdr_t *tcp = (tcphdr_t *)fin->fin_dp;
149 tcphdr_t *tcp, tcph, *tcp2 = &tcph;
166 tcp = (tcphdr_t *)fin->fin_dp;
H A Dip_raudio_pxy.c89 tcphdr_t *tcp;
104 tcp = (tcphdr_t *)fin->fin_dp;
191 tcphdr_t *tcp, tcph, *tcp2 = &tcph;
217 tcp = (tcphdr_t *)fin->fin_dp;
H A Dip_ftp_pxy.c301 tcphdr_t *tcp;
308 tcp = (tcphdr_t *)fin->fin_dp;
460 tcphdr_t tcph, *tcp2 = &tcph;
862 tcphdr_t *tcp, tcph, *tcp2;
882 tcp = (tcphdr_t *)fin->fin_dp;
1298 tcphdr_t *tcp;
1304 tcp = (tcphdr_t *)fin->fin_dp;
1753 tcphdr_t *tcp;
1758 tcp = (tcphdr_t *)fin->fin_dp;
1986 tcphdr_t *tcp;
[all …]
H A Dip_state.c1384 tcphdr_t *tcp;
1900 tcphdr_t *tcp;
2008 tcphdr_t *tcp;
2126 tcphdr_t *tcp;
2161 tcphdr_t *tcp;
2346 tcphdr_t *tcp;
2441 tcphdr_t *tcp;
2687 tcphdr_t *tcp;
3031 tcphdr_t *tcp;
3321 tcphdr_t *tcp;
[all …]
H A Dip_pptp_pxy.c292 tcphdr_t *tcp;
528 tcphdr_t *tcp;
538 tcp = (tcphdr_t *)fin->fin_dp;
H A Dip_state.h301 struct tcpdata *, tcphdr_t *, int));
309 extern ipstate_t *ipf_state_lookup __P((fr_info_t *, tcphdr_t *, ipftq_t **));
H A Dip_irc_pxy.c258 tcphdr_t *tcp, tcph, *tcp2 = &tcph;
277 tcp = (tcphdr_t *)fin->fin_dp;
H A Dip_proxy.c679 tcphdr_t *tcp;
908 tcphdr_t *tcp = NULL;
963 tcp = (tcphdr_t *)fin->fin_dp;
1168 tcphdr_t *tcp;
1171 tcp = (tcphdr_t *)fin->fin_dp;
H A Dip_nat6.c714 ((tcphdr_t *)fin->fin_dp)->th_sport = port;
919 ((tcphdr_t *)fin->fin_dp)->th_dport = nport;
1394 tcphdr_t *tcp = NULL;
1503 tcp = (tcphdr_t *)(oip6 + 1);
1595 tcphdr_t *tcp;
1622 tcp = (tcphdr_t *)dp;
1629 tcp = (tcphdr_t *)dp;
2614 tcphdr_t *tcp = NULL;
2815 tcphdr_t *tcp;
3019 tcphdr_t *tcp;
[all …]
H A Dip_rpcb_pxy.c1158 tcphdr_t tcp;
1181 TCP_OFF_A(&tcp, sizeof(tcphdr_t) >> 2);
1182 fi.fin_dlen = sizeof(tcphdr_t);
H A Dip_proxy.h452 extern int ipf_proxy_ok __P((fr_info_t *, tcphdr_t *, struct ipnat *));
H A Dip_nat.c2848 ((tcphdr_t *)fin->fin_dp)->th_sport = port;
3620 tcphdr_t *tcp = NULL;
3780 tcphdr_t *tcp;
3807 tcp = (tcphdr_t *)dp;
3814 tcp = (tcphdr_t *)dp;
4852 tcphdr_t *tcp = NULL;
5076 tcphdr_t *tcp;
5356 tcphdr_t *tcp;
5574 tcphdr_t *tcp;
5805 tcphdr_t *tcp;
[all …]
H A Dip_scan.c530 tcphdr_t *tcp;
H A Dip_log.c385 hlen += MIN(sizeof(tcphdr_t), fin->fin_dlen);
H A Dfil.c1324 tcphdr_t *tcp;
1353 if (tlen < sizeof(tcphdr_t)) {
1356 DT3(ipf_fi_bad_tlen, fr_info_t, fin, u_int, tlen, u_int, sizeof(tcphdr_t));
1434 if (tlen == sizeof(tcphdr_t)) {
1535 ipf_pr_short(fin, sizeof(tcphdr_t));
3454 csump = &((tcphdr_t *)l4hdr)->th_sum;
6702 csump = &((tcphdr_t *)fin->fin_dp)->th_sum;
H A Dip_compat.h668 typedef struct tcphdr tcphdr_t; typedef