5.7.5. vlcp.utils.ethernet

Note

This document is generated from the source file.

View Source on GitHub

Created on 2015/7/30

author:hubo
vlcp.utils.ethernet.ip_frag(packet)
Not fragments:
ip_frag(packet) == 0 not ip_frag(packet)
First packet of fragments:
ip_frag(packet) == IP_FRAG_ANY
Not first packet of fragments:
ip_frag(packet) & IP_FRAG_LATER
All fragments:
ip_frag(packet) & IP_FRAG_ANY