otherfns(3) | Library Functions Manual | otherfns(3) |
otherfns - Other functions
Internal functions
unsigned int pktb_tailroom (struct pkt_buff *pktb)
uint8_t * pktb_mac_header (struct pkt_buff *pktb)
uint8_t * pktb_network_header (struct pkt_buff *pktb)
uint8_t * pktb_transport_header (struct pkt_buff *pktb)
The library provides a number of other functions which many
user-space programs will never need. These divide into 2 groups:
pktb_mac_header - get address of layer 2 header (if any)
Parameters
Returns
Definition at line 233 of file pktbuff.c.
pktb_network_header - get address of layer 3 header
Parameters
Returns
Definition at line 245 of file pktbuff.c.
pktb_tailroom - get room available for packet expansion
Parameters
Returns
Definition at line 220 of file pktbuff.c.
pktb_transport_header - get address of layer 4 header (if known)
Parameters
Returns
Note
Definition at line 260 of file pktbuff.c.
Generated automatically by Doxygen for libnetfilter_queue from the source code.
Version 1.0.5 | libnetfilter_queue |