FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
NAT syslog logging. More...
Go to the source code of this file.
NAT syslog logging.
Definition in file nat_syslog.h.
void nat_syslog_dslite_apmadd | ( | u32 | ssubix, |
ip6_address_t * | sv6enc, | ||
ip4_address_t * | isaddr, | ||
u16 | isport, | ||
ip4_address_t * | xsaddr, | ||
u16 | xsport, | ||
snat_protocol_t | proto | ||
) |
Definition at line 127 of file nat_syslog.c.
void nat_syslog_dslite_apmdel | ( | u32 | ssubix, |
ip6_address_t * | sv6enc, | ||
ip4_address_t * | isaddr, | ||
u16 | isport, | ||
ip4_address_t * | xsaddr, | ||
u16 | xsport, | ||
snat_protocol_t | proto | ||
) |
Definition at line 137 of file nat_syslog.c.
void nat_syslog_nat44_apmadd | ( | u32 | ssubix, |
u32 | sfibix, | ||
ip4_address_t * | isaddr, | ||
u16 | isport, | ||
ip4_address_t * | xsaddr, | ||
u16 | xsport, | ||
snat_protocol_t | proto | ||
) |
Definition at line 109 of file nat_syslog.c.
void nat_syslog_nat44_apmdel | ( | u32 | ssubix, |
u32 | sfibix, | ||
ip4_address_t * | isaddr, | ||
u16 | isport, | ||
ip4_address_t * | xsaddr, | ||
u16 | xsport, | ||
snat_protocol_t | proto | ||
) |
Definition at line 118 of file nat_syslog.c.
void nat_syslog_nat44_sadd | ( | u32 | ssubix, |
u32 | sfibix, | ||
ip4_address_t * | isaddr, | ||
u16 | isport, | ||
ip4_address_t * | idaddr, | ||
u16 | idport, | ||
ip4_address_t * | xsaddr, | ||
u16 | xsport, | ||
ip4_address_t * | xdaddr, | ||
u16 | xdport, | ||
snat_protocol_t | proto, | ||
u8 | is_twicenat | ||
) |
Definition at line 199 of file nat_syslog.c.
void nat_syslog_nat44_sdel | ( | u32 | ssubix, |
u32 | sfibix, | ||
ip4_address_t * | isaddr, | ||
u16 | isport, | ||
ip4_address_t * | idaddr, | ||
u16 | idport, | ||
ip4_address_t * | xsaddr, | ||
u16 | xsport, | ||
ip4_address_t * | xdaddr, | ||
u16 | xdport, | ||
snat_protocol_t | proto, | ||
u8 | is_twicenat | ||
) |
Definition at line 211 of file nat_syslog.c.
void nat_syslog_nat64_sadd | ( | u32 | sfibix, |
ip6_address_t * | isaddr, | ||
u16 | isport, | ||
ip4_address_t * | xsaddr, | ||
u16 | xsport, | ||
ip4_address_t * | xdaddr, | ||
u16 | xdport, | ||
snat_protocol_t | proto | ||
) |
Definition at line 265 of file nat_syslog.c.
void nat_syslog_nat64_sdel | ( | u32 | sfibix, |
ip6_address_t * | isaddr, | ||
u16 | isport, | ||
ip4_address_t * | xsaddr, | ||
u16 | xsport, | ||
ip4_address_t * | xdaddr, | ||
u16 | xdport, | ||
snat_protocol_t | proto | ||
) |
Definition at line 275 of file nat_syslog.c.