Searched refs:tcphdr_t (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-9.3-release/contrib/ipfilter/lib/
H A Dprintpacket6.c22 tcphdr_t *tcp;
26 tcp = (tcphdr_t *)(buf + 40);
H A Dipft_tx.c164 tcphdr_t th, *tcp = &th;
/freebsd-9.3-release/contrib/ipfilter/iplang/
H A Diplang.h35 tcphdr_t *ahu_tcp;
/freebsd-9.3-release/contrib/ipfilter/ipsd/
H A Dslinux.c49 tcphdr_t *tcp;
53 tcp = (tcphdr_t *)(ip + 1);
H A Dsbpf.c74 tcphdr_t *tcp;
78 tcp = (tcphdr_t *)(ip + 1);
H A Dsdlpi.c66 tcphdr_t *tcp;
70 tcp = (tcphdr_t *)(ip + 1);
H A Dipsd.c114 tcphdr_t *tcp;
/freebsd-9.3-release/contrib/ipfilter/
H A Dip_msnrpc_pxy.c126 tcphdr_t *tcp;
133 tcp = (tcphdr_t *)fin->fin_dp;
165 tcphdr_t *tcp, tcph, *tcp2 = &tcph;
176 tcp = (tcphdr_t *)fin->fin_dp;
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_rcmd_pxy.c63 tcphdr_t *tcp = (tcphdr_t *)fin->fin_dp;
105 tcphdr_t *tcp, tcph, *tcp2 = &tcph;
115 tcp = (tcphdr_t *)fin->fin_dp;
H A Dip_raudio_pxy.c84 tcphdr_t *tcp;
99 tcp = (tcphdr_t *)fin->fin_dp;
188 tcphdr_t *tcp, tcph, *tcp2 = &tcph;
210 tcp = (tcphdr_t *)fin->fin_dp;
H A Dip_state.h244 extern ipstate_t *fr_stlookup __P((fr_info_t *, tcphdr_t *, ipftq_t **));
250 struct tcpdata *, tcphdr_t *, int));
H A Dip_pptp_pxy.c248 tcphdr_t *tcp;
480 tcphdr_t *tcp;
490 tcp = (tcphdr_t *)fin->fin_dp;
H A Dip_irc_pxy.c252 tcphdr_t *tcp, tcph, *tcp2 = &tcph;
269 tcp = (tcphdr_t *)fin->fin_dp;
H A Dip_state.c129 i6addr_t *, tcphdr_t *, u_32_t));
137 static int fr_tcpstate __P((fr_info_t *, tcphdr_t *, ipstate_t *));
138 static int fr_tcpoptions __P((fr_info_t *, tcphdr_t *, tcpdata_t *));
139 static ipstate_t *fr_stclone __P((fr_info_t *, tcphdr_t *, ipstate_t *));
928 tcphdr_t *tcp;
1112 (TCP_OFF(tcp) > (sizeof(tcphdr_t) >> 2))) {
1344 tcphdr_t *tcp;
1442 tcphdr_t *tcp;
1505 if ((TCP_OFF(tcp) > (sizeof(tcphdr_t) >> 2))) {
1513 if ((TCP_OFF(tcp) > (sizeof(tcphdr_t) >>
[all...]
H A Dip_proxy.c277 tcphdr_t *tcp;
468 tcphdr_t *tcp = NULL;
515 tcp = (tcphdr_t *)fin->fin_dp;
691 tcphdr_t *tcp;
694 tcp = (tcphdr_t *)fin->fin_dp;
H A Dip_ftp_pxy.c162 tcphdr_t *tcp, tcph, *tcp2 = &tcph;
174 tcp = (tcphdr_t *)fin->fin_dp;
605 tcphdr_t *tcp, tcph, *tcp2;
614 tcp = (tcphdr_t *)fin->fin_dp;
985 tcphdr_t *tcp;
991 tcp = (tcphdr_t *)fin->fin_dp;
H A Dip_nat.c208 tcphdr_t *, nat_t **, int));
211 static void nat_mssclamp __P((tcphdr_t *, u_32_t, fr_info_t *, u_short *));
2126 ((tcphdr_t *)fin->fin_dp)->th_sport = port;
2318 ((tcphdr_t *)fin->fin_dp)->th_dport = nport;
2369 tcphdr_t *tcp = NULL;
2582 tcphdr_t *tcp;
2750 tcphdr_t *tcp = NULL;
2842 tcp = (tcphdr_t *)((char *)oip + (IP_HL(oip) << 2));
2887 tcphdr_t *tcp;
2909 tcp = (tcphdr_t *)d
[all...]
H A Dip_proxy.h453 extern int appr_ok __P((fr_info_t *, tcphdr_t *, struct ipnat *));
H A Dip_rpcb_pxy.c1152 tcphdr_t tcp;
1177 TCP_OFF_A(&tcp, sizeof(tcphdr_t) >> 2);
1178 fi.fin_dlen = sizeof(tcphdr_t);
/freebsd-9.3-release/contrib/ipfilter/ipsd/Celler/
H A Dip_compat.h150 } tcphdr_t; typedef in typeref:struct:__anon1598
193 typedef struct tcphdr tcphdr_t; typedef in typeref:struct:tcphdr
/freebsd-9.3-release/contrib/ipfilter/ipsend/.OLD/
H A Dip_compat.h152 } tcphdr_t; typedef in typeref:struct:__anon1605
234 typedef struct tcphdr tcphdr_t; typedef in typeref:struct:tcphdr
/freebsd-9.3-release/contrib/ipfilter/ipsend/
H A Dresend.c48 tcphdr_t *t;
51 t = (tcphdr_t *)((char *)ip + (IP_HL(ip) << 2));
H A Dipsend.c201 tcphdr_t *tcp;
213 tcp = (tcphdr_t *)(ip + 1);
273 ip->ip_len += sizeof(tcphdr_t);
391 tcp = (tcphdr_t *)(p + hlen);
H A Dip.c258 tcphdr_t *t, *t2;
265 t = (tcphdr_t *)((char *)ip + hlen);
267 t2 = (tcphdr_t *)((char *)ip2 + hlen);
270 thlen = sizeof(tcphdr_t);
H A Diptests.c950 tcphdr_t *t;
953 t = (tcphdr_t *)((char *)ip + (IP_HL(ip) << 2));
965 ip->ip_len = sizeof(ip_t) + sizeof(tcphdr_t);
1153 ip->ip_len = sizeof(ip_t) + sizeof(tcphdr_t) + 1;
1165 ip->ip_len = sizeof(ip_t) + sizeof(tcphdr_t);
1182 ip->ip_len = sizeof(ip_t) + sizeof(tcphdr_t);

Completed in 181 milliseconds

12