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

  /src/sys/external/bsd/ipf/netinet/
ip_nat6.c 1373 ip6_t *oip6;
1396 oip6 = (ip6_t *)((char *)fin->fin_dp + 8);
1565 ip6_t *oip6;
1588 oip6 = (ip6_t *)((u_char *)icmp6 + sizeof(*icmp6));
2837 ip6_t *ip6;
2846 ip6 = MTOD(m, ip6_t *);
2856 fin->fin_plen += sizeof(ip6_t) + 8; /* UDP + new IPv4 hdr */
2857 fin->fin_dlen += sizeof(ip6_t) + 8; /* UDP + old IPv4 hdr */
3237 ip6_t *ip6;
3246 ip6 = MTOD(m, ip6_t *);
    [all...]
ip_fil_netbsd.c 739 ip6_t *ip6;
755 hlen = (fin->fin_v == 6) ? sizeof(ip6_t) : sizeof(ip_t);
783 ip6 = (ip6_t *)ip;
809 ip6->ip6_flow = ((ip6_t *)fin->fin_ip)->ip6_flow;
873 ip6_t *ip6 = (ip6_t *)ip;
916 ip6_t *ip6;
980 hlen = sizeof(ip6_t);
981 ohlen = sizeof(ip6_t);
1057 ip6 = (ip6_t *)ip
    [all...]
ip_rcmd_pxy.c 145 ip6_t *ip6;
158 ip6 = (ip6_t *)fin->fin_ip;
ip_tftp_pxy.c 276 ip6_t *ip6;
312 ip6 = (ip6_t *)fin->fin_ip;
fil.c 474 ip6_t *ip6 = (ip6_t *)fin->fin_ip;
910 if (ipf_pr_pullup(fin, ICMP6ERR_MINPKTLEN - sizeof(ip6_t)) == -1) {
918 ip6_t *ip6;
933 minicmpsz = ICMP6ERR_MINPKTLEN - sizeof(ip6_t);
941 minicmpsz = ICMP6ERR_IPICMPHLEN - sizeof(ip6_t);
959 ip6 = (ip6_t *)((char *)icmp6 + ICMPERR_ICMPHLEN);
2053 fin->fin_plen = ntohs(((ip6_t *)ip)->ip6_plen);
2914 if (((ip6_t *)ip)->ip6_plen == 0) {
2915 DT1(frb_jumbo, ip6_t *, (ip6_t *)ip)
    [all...]
ip_ftp_pxy.c 821 ip6_t *ip6;
939 ip6 = (ip6_t *)fin->fin_ip;
1894 ip6_t *ip6;
1905 ip6 = (ip6_t *)ip;
ip_compat.h 527 typedef struct ip6_hdr ip6_t; typedef in typeref:struct:ip6_hdr
ip_fil.h 458 ip6_t *fip_ip6;
ip_state.c 4376 ip6_t *oip6;
4394 oip6 = (ip6_t *)((char *)ic6 + ICMPERR_ICMPHLEN);

Completed in 27 milliseconds