Skip to content

Enum: NetworkSocketAddressFamilyEnum

Network socket address family enumeration.

URI: attack:NetworkSocketAddressFamilyEnum

Permissible Values

Value Meaning Description
AF_UNSPEC None
AF_INET None
AF_IPX None
AF_APPLETALK None
AF_NETBIOS None
AF_INET6 None
AF_IRDA None
AF_BTH None

Slots

Name Description
address_family Specifies the address family (AF_*) that the socket is configured for

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: NetworkSocketAddressFamilyEnum
description: Network socket address family enumeration.
from_schema: https://w3id.org/lmodel/attack
rank: 1000
permissible_values:
  AF_UNSPEC:
    text: AF_UNSPEC
  AF_INET:
    text: AF_INET
  AF_IPX:
    text: AF_IPX
  AF_APPLETALK:
    text: AF_APPLETALK
  AF_NETBIOS:
    text: AF_NETBIOS
  AF_INET6:
    text: AF_INET6
  AF_IRDA:
    text: AF_IRDA
  AF_BTH:
    text: AF_BTH