Home
last modified time | relevance | path

Searched defs:ipv6_hdr (Results 1 – 14 of 14) sorted by last modified time

/dports/net-mgmt/sendip/sendip-2.5/
H A Dtcp.c57 static void tcp6csum(sendip_data *ipv6_hdr, sendip_data *tcp_hdr, in tcp6csum()
H A Dudp.c50 static void udp6csum(sendip_data *ipv6_hdr, sendip_data *udp_hdr, in udp6csum()
/dports/security/suricata/suricata-6.0.4/src/
H A Dsource-napatech.c192 struct ipv6_hdr struct
194 uint32_t vtc_flow; /**< IP version, traffic class & flow label. */
195 uint16_t payload_len; /**< IP packet length - includes sizeof(ip_header). */
196 uint8_t proto; /**< Protocol, next header. */
197 uint8_t hop_limits; /**< Hop limits. */
198 uint8_t src_addr[16]; /**< IP address of source host. */
199 uint8_t dst_addr[16]; /**< IP address of destination host(s). */
/dports/comms/spandsp/spandsp-284fe91/tests/
H A Dpcap_parse.c110 } ipv6_hdr; typedef
/dports/net/libcoap/libcoap-4.3.0/src/
H A Dcoap_io_riot.c75 ipv6_hdr_t *ipv6_hdr; in coap_network_read() local
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dipv6.h93 static inline struct ipv6hdr *ipv6_hdr(const struct sk_buff *skb) in ipv6_hdr() function
/dports/multimedia/libv4l/linux-5.13-rc2/net/ipv6/
H A Desp6_offload.c30 static __u16 esp6_nexthdr_esp_offset(struct ipv6hdr *ipv6_hdr, int nhlen) in esp6_nexthdr_esp_offset()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dipv6.h93 static inline struct ipv6hdr *ipv6_hdr(const struct sk_buff *skb) in ipv6_hdr() function
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ipv6/
H A Desp6_offload.c30 static __u16 esp6_nexthdr_esp_offset(struct ipv6hdr *ipv6_hdr, int nhlen) in esp6_nexthdr_esp_offset()
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dipv6.h93 static inline struct ipv6hdr *ipv6_hdr(const struct sk_buff *skb) in ipv6_hdr() function
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ipv6/
H A Desp6_offload.c30 static __u16 esp6_nexthdr_esp_offset(struct ipv6hdr *ipv6_hdr, int nhlen) in esp6_nexthdr_esp_offset()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/spandsp/tests/
H A Dpcap_parse.c110 } ipv6_hdr; typedef
/dports/benchmarks/sipp/sipp-3.5.1/src/
H A Dprepare_pcap.c54 } ipv6_hdr; typedef
/dports/net-mgmt/p0f/p0f-3.09b/
H A Dtcp.h70 struct ipv6_hdr { struct
72 u32 ver_tos; /* Version (4), ToS (6), ECN (2), flow (20) */
73 u16 pay_len; /* Total payload length, in bytes */
74 u8 proto; /* Next protocol */
75 u8 ttl; /* Time to live */
76 u8 src[16]; /* Source IP */
77 u8 dst[16]; /* Destination IP */