FreeBSD kernel IPv4 code
udpcb Struct Reference

#include <udp_var.h>

Collaboration diagram for udpcb:

Data Fields

udp_tun_func_t u_tun_func
 
udp_tun_icmp_t u_icmp_func
 
u_int u_flags
 
uint16_t u_rxcslen
 
uint16_t u_txcslen
 
void * u_tun_ctx
 

Detailed Description

Definition at line 70 of file udp_var.h.

Field Documentation

◆ u_flags

u_int udpcb::u_flags

Definition at line 73 of file udp_var.h.

◆ u_icmp_func

udp_tun_icmp_t udpcb::u_icmp_func

Definition at line 72 of file udp_var.h.

Referenced by udp_set_kernel_tunneling().

◆ u_rxcslen

uint16_t udpcb::u_rxcslen

Definition at line 74 of file udp_var.h.

Referenced by udp_ctloutput().

◆ u_tun_ctx

void* udpcb::u_tun_ctx

Definition at line 76 of file udp_var.h.

Referenced by udp_set_kernel_tunneling().

◆ u_tun_func

udp_tun_func_t udpcb::u_tun_func

Definition at line 71 of file udp_var.h.

Referenced by udp_set_kernel_tunneling().

◆ u_txcslen

uint16_t udpcb::u_txcslen

Definition at line 75 of file udp_var.h.

Referenced by udp_ctloutput().


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