Home
last modified time | relevance | path

Searched refs:NNI_PROTO (Results 1 – 10 of 10) sorted by relevance

/dports/net/nng/nng-1.5.2/src/sp/protocol/pubsub0/
H A Dxsub.c21 #define NNI_PROTO_SUB_V0 NNI_PROTO(2, 1)
25 #define NNI_PROTO_PUB_V0 NNI_PROTO(2, 0)
H A Dpub.c22 #define NNI_PROTO_SUB_V0 NNI_PROTO(2, 1)
26 #define NNI_PROTO_PUB_V0 NNI_PROTO(2, 0)
H A Dsub.c23 #define NNI_PROTO_SUB_V0 NNI_PROTO(2, 1)
27 #define NNI_PROTO_PUB_V0 NNI_PROTO(2, 0)
/dports/net/nng/nng-1.5.2/src/core/
H A Dprotocol.h165 #define NNI_PROTO(major, minor) (((major) *16) + (minor)) macro
/dports/net/nng/nng-1.5.2/src/sp/protocol/pipeline0/
H A Dpull.c19 #define NNI_PROTO_PULL_V0 NNI_PROTO(5, 1)
23 #define NNI_PROTO_PUSH_V0 NNI_PROTO(5, 0)
H A Dpush.c21 #define NNI_PROTO_PULL_V0 NNI_PROTO(5, 1)
25 #define NNI_PROTO_PUSH_V0 NNI_PROTO(5, 0)
/dports/net/nng/nng-1.5.2/src/sp/protocol/survey0/
H A Dxrespond.c21 #define NNI_PROTO_SURVEYOR_V0 NNI_PROTO(6, 2)
25 #define NNI_PROTO_RESPONDENT_V0 NNI_PROTO(6, 3)
H A Drespond.c22 #define NNI_PROTO_SURVEYOR_V0 NNI_PROTO(6, 2)
26 #define NNI_PROTO_RESPONDENT_V0 NNI_PROTO(6, 3)
/dports/net/nng/nng-1.5.2/src/sp/protocol/bus0/
H A Dbus.c23 #define NNI_PROTO_BUS_V0 NNI_PROTO(7, 0)
/dports/net/nng/nng-1.5.2/src/sp/protocol/pair0/
H A Dpair.c21 #define NNI_PROTO_PAIR_V0 NNI_PROTO(1, 0)