Skip to content

Enum: NetworkSocketTypeEnum

Network socket type enumeration.

URI: attack:NetworkSocketTypeEnum

Permissible Values

Value Meaning Description
SOCK_STREAM None
SOCK_DGRAM None
SOCK_RAW None
SOCK_RDM None
SOCK_SEQPACKET None

Slots

Name Description
socket_type Specifies the type of the socket

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/attack

LinkML Source

name: NetworkSocketTypeEnum
description: Network socket type enumeration.
from_schema: https://w3id.org/lmodel/attack
rank: 1000
permissible_values:
  SOCK_STREAM:
    text: SOCK_STREAM
  SOCK_DGRAM:
    text: SOCK_DGRAM
  SOCK_RAW:
    text: SOCK_RAW
  SOCK_RDM:
    text: SOCK_RDM
  SOCK_SEQPACKET:
    text: SOCK_SEQPACKET