HomeSort by: relevance | last modified time | path
    Searched refs:tcphdr_t (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_raudio_pxy.c 84 tcphdr_t *tcp;
99 tcp = (tcphdr_t *)fin->fin_dp;
186 tcphdr_t *tcp, tcph, *tcp2 = &tcph;
212 tcp = (tcphdr_t *)fin->fin_dp;
ip_rcmd_pxy.c 72 tcphdr_t *tcp = (tcphdr_t *)fin->fin_dp;
135 tcphdr_t *tcp, tcph, *tcp2 = &tcph;
152 tcp = (tcphdr_t *)fin->fin_dp;
ip_irc_pxy.c 254 tcphdr_t *tcp, tcph, *tcp2 = &tcph;
273 tcp = (tcphdr_t *)fin->fin_dp;
ip_state.h 304 struct tcpdata *, tcphdr_t *, int);
312 extern ipstate_t *ipf_state_lookup(fr_info_t *, tcphdr_t *, ipftq_t **);
ip_state.c 160 i6addr_t *, tcphdr_t *, u_32_t);
175 fr_info_t *, tcphdr_t *, ipstate_t *);
177 tcphdr_t *, tcpdata_t *);
178 static ipstate_t *ipf_state_clone(fr_info_t *, tcphdr_t *, ipstate_t *);
186 struct tcpdata *, tcphdr_t *, int);
1356 tcphdr_t *tcp;
1587 (TCP_OFF(tcp) > (sizeof(tcphdr_t) >> 2))) {
1867 ipf_tcpoptions(ipf_state_softc_t *softs, fr_info_t *fin, tcphdr_t *tcp,
1972 tcphdr_t *tcp, ipstate_t *is)
2037 if ((TCP_OFF(tcp) > (sizeof(tcphdr_t) >> 2)))
    [all...]
ip_ftp_pxy.c 289 tcphdr_t *tcp;
296 tcp = (tcphdr_t *)fin->fin_dp;
437 tcphdr_t tcph, *tcp2 = &tcph;
816 tcphdr_t *tcp, tcph, *tcp2;
836 tcp = (tcphdr_t *)fin->fin_dp;
1234 tcphdr_t *tcp;
1240 tcp = (tcphdr_t *)fin->fin_dp;
1253 DT3(process_debug, tcphdr_t *, tcp, int, off, int, mlen);
1678 tcphdr_t *tcp;
1683 tcp = (tcphdr_t *)fin->fin_dp
    [all...]
ip_pptp_pxy.c 287 tcphdr_t *tcp;
513 tcphdr_t *tcp;
523 tcp = (tcphdr_t *)fin->fin_dp;
ip_proxy.c 682 ipf_proxy_ok(fr_info_t *fin, tcphdr_t *tcp, ipnat_t *np)
900 tcphdr_t *tcp = NULL;
955 tcp = (tcphdr_t *)fin->fin_dp;
1152 tcphdr_t *tcp;
1155 tcp = (tcphdr_t *)fin->fin_dp;
ip_proxy.h 456 extern int ipf_proxy_ok(fr_info_t *, tcphdr_t *, struct ipnat *);
ip_rpcb_pxy.c 1110 tcphdr_t tcp;
1133 TCP_OFF_A(&tcp, sizeof(tcphdr_t) >> 2);
1134 fi.fin_dlen = sizeof(tcphdr_t);
ip_nat6.c 703 ((tcphdr_t *)fin->fin_dp)->th_sport = port;
905 ((tcphdr_t *)fin->fin_dp)->th_dport = nport;
1371 tcphdr_t *tcp = NULL;
1478 tcp = (tcphdr_t *)(oip6 + 1);
1564 tcphdr_t *tcp;
1591 tcp = (tcphdr_t *)dp;
1598 tcp = (tcphdr_t *)dp;
2566 tcphdr_t *tcp = NULL;
2766 tcphdr_t *tcp;
2969 tcphdr_t *tcp
    [all...]
ip_scan.c 545 tcphdr_t *tcp;
ip_nat.c 247 static void ipf_nat_mssclamp(tcphdr_t *, u_32_t, fr_info_t *, u_short *);
2827 ((tcphdr_t *)fin->fin_dp)->th_sport = port;
3026 ((tcphdr_t *)fin->fin_dp)->th_dport = nport;
3572 tcphdr_t *tcp = NULL;
3680 tcp = (tcphdr_t *)((char *)oip + (IP_HL(oip) << 2));
3727 tcphdr_t *tcp;
3754 tcp = (tcphdr_t *)dp;
3761 tcp = (tcphdr_t *)dp;
4783 tcphdr_t *tcp = NULL;
4993 tcphdr_t *tcp
    [all...]
ip_log.c 410 hlen += MIN(sizeof(tcphdr_t), fin->fin_dlen);
fil.c 1332 tcphdr_t *tcp;
1361 if (tlen < sizeof(tcphdr_t)) {
1364 DT3(ipf_fi_bad_tlen, fr_info_t, fin, u_int, tlen, u_int, sizeof(tcphdr_t));
1442 if (tlen == sizeof(tcphdr_t)) {
1541 ipf_pr_short(fin, sizeof(tcphdr_t));
3446 csump = &((tcphdr_t *)l4hdr)->th_sum;
6521 csump = &((tcphdr_t *)fin->fin_dp)->th_sum;
ip_compat.h 759 typedef struct tcphdr tcphdr_t; typedef in typeref:struct:tcphdr

Completed in 33 milliseconds