titan.TestPorts.AF_PACKET/src/AF_PACKET_PortType.ttcn

11 lines
203 B
Plaintext

module AF_PACKET_PortType {
import from AF_PACKET_PortTypes all;
type port AF_PACKET_PT message {
inout AF_PACKET_Unitdata;
map param (in charstring netdev);
} with { extension "provider" };
};