Searched refs:ip6_ext (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/netgraph/ |
| H A D | ng_checksum.c | 419 struct ip6_ext *ip6e = NULL; in checksum_ipv6() 447 PULLUP_CHECK(m, sizeof(struct ip6_ext)); in checksum_ipv6() 448 ip6e = (struct ip6_ext *) mtodo(m, l3_offset + hlen); in checksum_ipv6() 455 PULLUP_CHECK(m, sizeof(struct ip6_ext)); in checksum_ipv6() 456 ip6e = (struct ip6_ext *) mtodo(m, l3_offset + hlen); in checksum_ipv6()
|
| /f-stack/freebsd/netgraph/netflow/ |
| H A D | ng_netflow.c | 822 struct ip6_ext *ip6e; in ng_netflow_rcvdata() 859 M_CHECK(sizeof(struct ip6_ext)); in ng_netflow_rcvdata() 860 ip6e = (struct ip6_ext *)(mtod(m, caddr_t) + in ng_netflow_rcvdata() 868 M_CHECK(sizeof(struct ip6_ext)); in ng_netflow_rcvdata() 869 ip6e = (struct ip6_ext *)(mtod(m, caddr_t) + in ng_netflow_rcvdata()
|
| /f-stack/freebsd/netinet/ |
| H A D | ip6.h | 113 struct ip6_ext { struct
|
| /f-stack/freebsd/netipsec/ |
| H A D | xform_ah.c | 272 struct ip6_ext *ip6e; in ah_massage_headers() 459 ip6e = (struct ip6_ext *)(ptr + off); in ah_massage_headers() 469 for (count = off + sizeof(struct ip6_ext); in ah_massage_headers() 498 ip6e = (struct ip6_ext *) (ptr + off); in ah_massage_headers()
|
| H A D | ipsec.c | 518 struct ip6_ext ip6e; in ipsec4_get_ulp()
|
| /f-stack/freebsd/netinet6/ |
| H A D | ip6_input.c | 1434 struct ip6_ext *ip6e = NULL; in ip6_savecontrol() 1453 ip6e = (struct ip6_ext *)(mtod(m, caddr_t) + off); in ip6_savecontrol() 1593 struct ip6_ext ip6e; in ip6_get_prevhdr() 1631 struct ip6_ext ip6e; in ip6_nexthdr()
|
| H A D | ip6_output.c | 167 struct ip6_ext *eh = (struct ip6_ext *)(hp); \ 2594 (((struct ip6_ext *)pktopt->field)->ip6e_len + 1) << 3) 2738 int hlen = (((struct ip6_ext *)src->type)->ip6e_len + 1) << 3;\ 3367 (((struct ip6_ext *)(x)) ? (((struct ip6_ext *)(x))->ip6e_len + 1) << 3 : 0) in ip6_optlen()
|
| H A D | icmp6.c | 936 struct ip6_ext *eh; in icmp6_notify_error() 942 if (m->m_len < eoff + sizeof(struct ip6_ext)) { in icmp6_notify_error() 944 sizeof(struct ip6_ext)); in icmp6_notify_error() 951 eh = (struct ip6_ext *) in icmp6_notify_error()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw2.c | 1632 PULLUP_TO(hlen, ulp, struct ip6_ext); in ipfw_chk() 1634 hlen += (((struct ip6_ext *)ulp)->ip6e_len + 2) << 2; in ipfw_chk() 1635 proto = ((struct ip6_ext *)ulp)->ip6e_nxt; in ipfw_chk() 1657 PULLUP_TO(hlen, ulp, struct ip6_ext); in ipfw_chk() 1693 PULLUP_TO(hlen, ulp, struct ip6_ext); in ipfw_chk()
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_norm.c | 913 m = m_getptr(m, extoff + offsetof(struct ip6_ext, ip6e_nxt), in pf_reassemble6() 963 m = m_getptr(m, extoff + offsetof(struct ip6_ext, ip6e_nxt), in pf_refragment6() 1168 struct ip6_ext ext; in pf_normalize_ip6()
|
| H A D | pf.c | 4892 struct ip6_ext opt6; in pf_test_state_icmp() 6405 struct ip6_ext opt6; in pf_test6()
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | fil.c | 410 static INLINE struct ip6_ext *ipf_pr_ipv6exthdr __P((fr_info_t *, int, int)); 618 static INLINE struct ip6_ext * 624 struct ip6_ext *hdr; 701 struct ip6_ext *hdr; 722 struct ip6_ext *hdr; 867 struct ip6_ext *hdr;
|