FreeBSD kernel IPv4 code
sctp_net_route Struct Reference

#include <sctp_structs.h>

Collaboration diagram for sctp_net_route:

Data Fields

struct nhop_object * ro_nh
 
struct llentry * ro_lle
 
char * ro_prepend
 
uint16_t ro_plen
 
uint16_t ro_flags
 
uint16_t ro_mtu
 
uint16_t spare
 
union sctp_sockstore _l_addr
 
struct sctp_ifa_s_addr
 

Detailed Description

Definition at line 185 of file sctp_structs.h.

Field Documentation

◆ _l_addr

◆ _s_addr

◆ ro_flags

uint16_t sctp_net_route::ro_flags

Definition at line 190 of file sctp_structs.h.

◆ ro_lle

struct llentry* sctp_net_route::ro_lle

Definition at line 187 of file sctp_structs.h.

◆ ro_mtu

uint16_t sctp_net_route::ro_mtu

Definition at line 191 of file sctp_structs.h.

◆ ro_nh

struct nhop_object* sctp_net_route::ro_nh

◆ ro_plen

uint16_t sctp_net_route::ro_plen

Definition at line 189 of file sctp_structs.h.

◆ ro_prepend

char* sctp_net_route::ro_prepend

Definition at line 188 of file sctp_structs.h.

◆ spare

uint16_t sctp_net_route::spare

Definition at line 192 of file sctp_structs.h.


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