[][src]Module netsim_embed::ip

Defines the type and constants for IP next header/next level protocol fields.

Modules

IpNextHeaderProtocols

Protocol numbers as defined at: http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml Above protocol numbers last updated: 2014-01-16 These values should be used in either the IPv4 Next Level Protocol field or the IPv6 Next Header field. NOTE Everything here is pretending to be an enum, but with namespacing by default, so we allow breaking style guidelines.

Structs

IpNextHeaderProtocol

Represents an IPv4 next level protocol, or an IPv6 next header protocol, see IpNextHeaderProtocols for a list of values.