libnetfilter_cttimeout 1.0.1
Timeout policy object output

Functions

int __EXPORTED nfct_timeout_snprintf (char *buf, size_t size, const struct nfct_timeout *t, unsigned int type, unsigned int flags)

Detailed Description

Function Documentation

◆ nfct_timeout_snprintf()

int __EXPORTED nfct_timeout_snprintf ( char * buf,
size_t size,
const struct nfct_timeout * t,
unsigned int type,
unsigned int flags )

nfct_timeout_snprintf - print conntrack timeout object into one buffer

Parameters
bufpointer to buffer that is used to print the object
sizesize of the buffer (or remaining room in it).
tpointer to a valid conntrack timeout object.
typeoutput type (see NFCT_TIMEOUT_O_*)
flagsoutput flags (always set this to zero).

This function returns -1 in case that some mandatory attributes are missing. On sucess, it returns 0.

Definition at line 435 of file libnetfilter_cttimeout.c.