libspf2 1.2.11
Data Fields
SPF_data_var_t Struct Reference

#include <spf_record.h>

Data Fields

unsigned char parm_type
 
unsigned char num_rhs
 
unsigned short rev: 1
 
unsigned short url_encode: 1
 
unsigned short delim_dot: 1
 
unsigned short delim_dash: 1
 
unsigned short delim_plus: 1
 
unsigned short delim_equal: 1
 
unsigned short delim_bar: 1
 
unsigned short delim_under: 1
 

Detailed Description

Definition at line 114 of file spf_record.h.

Field Documentation

◆ delim_bar

unsigned short SPF_data_var_t::delim_bar

delimiter char: |

Definition at line 125 of file spf_record.h.

◆ delim_dash

unsigned short SPF_data_var_t::delim_dash

delimiter char: -

Definition at line 122 of file spf_record.h.

◆ delim_dot

unsigned short SPF_data_var_t::delim_dot

delimiter char: .

Definition at line 121 of file spf_record.h.

◆ delim_equal

unsigned short SPF_data_var_t::delim_equal

delimiter char: =

Definition at line 124 of file spf_record.h.

◆ delim_plus

unsigned short SPF_data_var_t::delim_plus

delimiter char: +

Definition at line 123 of file spf_record.h.

◆ delim_under

unsigned short SPF_data_var_t::delim_under

delimiter char: _

Definition at line 126 of file spf_record.h.

◆ num_rhs

unsigned char SPF_data_var_t::num_rhs

chop subdomain name

Definition at line 118 of file spf_record.h.

Referenced by SPF_record_expand_data().

◆ parm_type

unsigned char SPF_data_var_t::parm_type

Definition at line 117 of file spf_record.h.

Referenced by SPF_record_expand_data().

◆ rev

unsigned short SPF_data_var_t::rev

reverse

Definition at line 119 of file spf_record.h.

Referenced by SPF_record_expand_data().

◆ url_encode

unsigned short SPF_data_var_t::url_encode

do URL encoding

Definition at line 120 of file spf_record.h.

Referenced by SPF_record_expand_data().


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