udp_internals
Internal UDP functions
- Provided by: libnetfilter-queue-doc (Version: 1.0.5-2)
- Source: libnetfilter-queue
- Report a bug
Internal UDP 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)
Most user-space programs will never need these.
nfq_udp_compute_checksum_ipv4 - sets up the UDP checksum in a UDP/IPv4 packet
Parameters
Note
Definition at line 108 of file udp.c.
nfq_udp_compute_checksum_ipv6 - sets up the UDP checksum in a UDP/IPv6 packet
Parameters
Note
Definition at line 126 of file udp.c.
Generated automatically by Doxygen for libnetfilter_queue from the source code.