Current section
Files
Jump to
Current section
Files
include/pkt_protocol_family.hrl
-ifndef(PF_UNSPEC).
-define(PF_UNSPEC,0). % Unspecified.
-endif.
-ifndef(PF_LOCAL).
-define(PF_LOCAL, 1). % Local to host (pipes and file-domain).
-endif.
-ifndef(PF_UNIX).
-define(PF_UNIX, ?PF_LOCAL). % POSIX name for PF_LOCAL.
-endif.
-ifndef(PF_INET).
-define(PF_INET, 2). % IP protocol family.
-endif.