table of contents
udp_internals(3) | libnetfilter_queue | udp_internals(3) |
NAME¶
udp_internals - Internal UDP functions
SYNOPSIS¶
Functions¶
void nfq_udp_compute_checksum_ipv4 (struct udphdr *udph,
struct iphdr *iph)
void nfq_udp_compute_checksum_ipv6 (struct udphdr *udph, struct ip6_hdr
*ip6h)
Detailed Description¶
Most user-space programs will never need these.
Function Documentation¶
void nfq_udp_compute_checksum_ipv4 (struct udphdr * udph, struct iphdr * iph)¶
nfq_udp_compute_checksum_ipv4 - sets up the UDP checksum in a UDP/IPv4 packet
Parameters
iph pointer to the IPv4 header
Note
Definition at line 108 of file udp.c.
void nfq_udp_compute_checksum_ipv6 (struct udphdr * udph, struct ip6_hdr * ip6h)¶
nfq_udp_compute_checksum_ipv6 - sets up the UDP checksum in a UDP/IPv6 packet
Parameters
ip6h pointer to the IPv6 header
Note
Definition at line 126 of file udp.c.
Author¶
Generated automatically by Doxygen for libnetfilter_queue from the source code.
Thu Jan 28 2021 | Version 1.0.5 |