FreeBSD kernel IPv4 code
tcp_fastopen_ip_addr Union Reference

#include <tcp_fastopen.h>

Collaboration diagram for tcp_fastopen_ip_addr:

Data Fields

struct in_addr v4
 
struct in6_addr v6
 

Detailed Description

Definition at line 49 of file tcp_fastopen.h.

Field Documentation

◆ v4

struct in_addr tcp_fastopen_ip_addr::v4

Definition at line 50 of file tcp_fastopen.h.

Referenced by tcp_fastopen_ccache_create(), and tcp_fastopen_ccache_lookup().

◆ v6

struct in6_addr tcp_fastopen_ip_addr::v6

Definition at line 51 of file tcp_fastopen.h.

Referenced by tcp_fastopen_ccache_create(), and tcp_fastopen_ccache_lookup().


The documentation for this union was generated from the following file: