FreeBSD kernel IPv4 code
_ipfw_insn_if Struct Reference

#include <ip_fw.h>

Collaboration diagram for _ipfw_insn_if:

Data Fields

ipfw_insn o
 
union {
   struct in_addr   ip
 
   int   glob
 
   uint16_t   kidx
 
p
 
char name [IFNAMSIZ]
 

Detailed Description

Definition at line 412 of file ip_fw.h.

Field Documentation

◆ glob

int _ipfw_insn_if::glob

Definition at line 416 of file ip_fw.h.

◆ ip

struct in_addr _ipfw_insn_if::ip

Definition at line 415 of file ip_fw.h.

◆ kidx

uint16_t _ipfw_insn_if::kidx

Definition at line 417 of file ip_fw.h.

◆ name

char _ipfw_insn_if::name[IFNAMSIZ]

Definition at line 419 of file ip_fw.h.

◆ o

ipfw_insn _ipfw_insn_if::o

Definition at line 413 of file ip_fw.h.

◆ 

union { ... } _ipfw_insn_if::p

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