Home
last modified time | relevance | path

Searched refs:tlvType (Results 1 – 25 of 40) sorted by relevance

12

/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/coyim/otr3/
H A Dtlv.go54 if t.tlvType >= uint16(len(tlvHandlers)) {
57 return tlvHandlers[t.tlvType], nil
61 tlvType uint16 member
67 out := appendShort([]byte{}, c.tlvType)
74 tlvsBytes, c.tlvType, ok = extractShort(tlvsBytes)
90 return c.tlvType >= tlvTypeSMP1 && c.tlvType <= tlvTypeSMP1WithQuestion
94 switch c.tlvType {
H A Dmessages_test.go12 tlvType: 0x0001,
24 tlvType: 0x0001,
344 tlvType: 0x0001,
364 tlvType: 0x0001,
370 tlvType: 0x0002,
399 tlvType: 0x0001,
405 tlvType: 0x0002,
H A Dresend_test.go89 assertEquals(t, dec.tlvs[0].tlvType, tlvTypePadding)
117 assertEquals(t, dec.tlvs[0].tlvType, tlvTypePadding)
148 assertEquals(t, dec.tlvs[0].tlvType, tlvTypePadding)
H A Ddata_message_test.go14 tlvType: 9,
32 tlvType: 0,
222 assertDeepEquals(t, exp.tlvs[0].tlvType, uint16(tlvTypeSMP3))
223 assertDeepEquals(t, exp.tlvs[1].tlvType, uint16(tlvTypePadding))
392 assertDeepEquals(t, exp.tlvs[0].tlvType, tlvTypePadding)
H A Ddata_message.go174 if t.tlvType >= tlvTypeSMP1 && t.tlvType <= tlvTypeSMP1WithQuestion {
H A Dextra_key.go20 tlvType: tlvTypeExtraSymmetricKey,
H A Dauthenticate_test.go65 assertEquals(t, c.smp.s1.msg.tlv().tlvType, tlvTypeSMP1)
81 assertEquals(t, c.smp.s1.msg.tlv().tlvType, tlvTypeSMP1WithQuestion)
/dports/net/liveMedia/live/liveMedia/
H A DQuickTimeGenericRTPSource.cpp151 unsigned short tlvType = (headerStart[2]<<8)|headerStart[3]; in processSpecialHeader() local
156 …stderr, "\t\tTLV '%c%c', length %d, leaving %d remaining bytes\n", tlvType>>8, tlvType&0xFF, tlvLe… in processSpecialHeader()
161 switch (tlvType) { in processSpecialHeader()
213 unsigned short tlvType = (headerStart[2]<<8)|headerStart[3]; in processSpecialHeader() local
218 …stderr, "\t\tTLV '%c%c', length %d, leaving %d remaining bytes\n", tlvType>>8, tlvType&0xFF, tlvLe… in processSpecialHeader()
/dports/net-im/centerim/centerim-4.22.10/libicq2000/src/
H A DSNAC-base.cpp64 unsigned short tlvType = 0; in Parse() local
65 b >> tlvType; in Parse()
66 if (tlvType == 1) { in Parse()
/dports/net/norm/norm-1.5r6/protolib/examples/
H A DmsgExample.cpp142 UINT8 tlvType = (UINT8)SMF_TLV_LINK_STATUS; in main() local
145 linkStatusTlv.InitIntoBuffer(tlvType, (char*)linkStatusTlvBuffer, 256*sizeof(UINT32)); in main()
149 tlvType = (UINT8)SMF_TLV_RELAY_WILLING; in main()
152 willingnessTlv.InitIntoBuffer(tlvType, (char*)willingnessTlvBuffer, 256*sizeof(UINT32)); in main()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/vendor/layeh.com/radius/
H A Dattribute.go314 func TLV(a Attribute) (tlvType byte, typValue Attribute, err error) {
319 tlvType = a[0]
326 func NewTLV(tlvType byte, tlvValue Attribute) (Attribute, error) {
331 a[0] = tlvType
/dports/security/vault/vault-1.8.2/vendor/layeh.com/radius/
H A Dattribute.go288 func TLV(a Attribute) (tlvType byte, tlvValue Attribute, err error) {
293 tlvType = a[0]
300 func NewTLV(tlvType byte, tlvValue Attribute) (Attribute, error) {
305 a[0] = tlvType
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/layeh.com/radius/
H A Dattribute.go288 func TLV(a Attribute) (tlvType byte, tlvValue Attribute, err error) {
293 tlvType = a[0]
300 func NewTLV(tlvType byte, tlvValue Attribute) (Attribute, error) {
305 a[0] = tlvType
/dports/misc/concourse/vault-bdd38fca2cff/vendor/layeh.com/radius/
H A Dattribute.go288 func TLV(a Attribute) (tlvType byte, tlvValue Attribute, err error) {
293 tlvType = a[0]
300 func NewTLV(tlvType byte, tlvValue Attribute) (Attribute, error) {
305 a[0] = tlvType
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/layeh.com/radius/
H A Dattribute.go288 func TLV(a Attribute) (tlvType byte, tlvValue Attribute, err error) {
293 tlvType = a[0]
300 func NewTLV(tlvType byte, tlvValue Attribute) (Attribute, error) {
305 a[0] = tlvType
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/layeh.com/radius/
H A Dattribute.go288 func TLV(a Attribute) (tlvType byte, tlvValue Attribute, err error) {
293 tlvType = a[0]
300 func NewTLV(tlvType byte, tlvValue Attribute) (Attribute, error) {
305 a[0] = tlvType
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/layeh.com/radius/
H A Dattribute.go288 func TLV(a Attribute) (tlvType byte, tlvValue Attribute, err error) {
293 tlvType = a[0]
300 func NewTLV(tlvType byte, tlvValue Attribute) (Attribute, error) {
305 a[0] = tlvType
/dports/sysutils/gomplate/vault-sdk-v0.1.13/vendor/layeh.com/radius/
H A Dattribute.go288 func TLV(a Attribute) (tlvType byte, tlvValue Attribute, err error) {
293 tlvType = a[0]
300 func NewTLV(tlvType byte, tlvValue Attribute) (Attribute, error) {
305 a[0] = tlvType
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/vendor/layeh.com/radius/
H A Dattribute.go288 func TLV(a Attribute) (tlvType byte, tlvValue Attribute, err error) {
293 tlvType = a[0]
300 func NewTLV(tlvType byte, tlvValue Attribute) (Attribute, error) {
305 a[0] = tlvType
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/vendor/layeh.com/radius/
H A Dattribute.go288 func TLV(a Attribute) (tlvType byte, tlvValue Attribute, err error) {
293 tlvType = a[0]
300 func NewTLV(tlvType byte, tlvValue Attribute) (Attribute, error) {
305 a[0] = tlvType
/dports/sysutils/istio/vault-sdk-v0.1.12/vendor/layeh.com/radius/
H A Dattribute.go288 func TLV(a Attribute) (tlvType byte, tlvValue Attribute, err error) {
293 tlvType = a[0]
300 func NewTLV(tlvType byte, tlvValue Attribute) (Attribute, error) {
305 a[0] = tlvType
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-packetbb.c282 …lvvalue(tvbuff_t *tvb, proto_tree *tlvTree, guint offset, guint len, guint tlvCat, guint tlvType) { in dissect_pbb_tlvvalue() argument
295 if (tlvType == RFC7181_MSGTLV_MPR_WILLING) { in dissect_pbb_tlvvalue()
299 else if (tlvType == RFC7181_MSGTLV_CONT_SEQ_NUM) { in dissect_pbb_tlvvalue()
311 switch (tlvType) { in dissect_pbb_tlvvalue()
400 guint8 tlvType, tlvFlags, /*tlvExtType, */indexStart, indexEnd; in dissect_pbb_tlvblock() local
406 tlvType = tvb_get_guint8(tvb, offset++); in dissect_pbb_tlvblock()
433 tlv_tree = proto_item_add_subtree(tlv_item, ett_packetbb_tlv[tlvType]); in dissect_pbb_tlvblock()
498 dissect_pbb_tlvvalue(tvb, tlv_tree, offset, length, tlvCat, tlvType); in dissect_pbb_tlvblock()
517 …proto_item_append_text(tlv_item, " (t=%d,l=%d): %s", tlvType, length, val_to_str(tlvType, tlv_type… in dissect_pbb_tlvblock()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-packetbb.c282 …lvvalue(tvbuff_t *tvb, proto_tree *tlvTree, guint offset, guint len, guint tlvCat, guint tlvType) { in dissect_pbb_tlvvalue() argument
295 if (tlvType == RFC7181_MSGTLV_MPR_WILLING) { in dissect_pbb_tlvvalue()
299 else if (tlvType == RFC7181_MSGTLV_CONT_SEQ_NUM) { in dissect_pbb_tlvvalue()
311 switch (tlvType) { in dissect_pbb_tlvvalue()
400 guint8 tlvType, tlvFlags, /*tlvExtType, */indexStart, indexEnd; in dissect_pbb_tlvblock() local
406 tlvType = tvb_get_guint8(tvb, offset++); in dissect_pbb_tlvblock()
433 tlv_tree = proto_item_add_subtree(tlv_item, ett_packetbb_tlv[tlvType]); in dissect_pbb_tlvblock()
498 dissect_pbb_tlvvalue(tvb, tlv_tree, offset, length, tlvCat, tlvType); in dissect_pbb_tlvblock()
517 …proto_item_append_text(tlv_item, " (t=%d,l=%d): %s", tlvType, length, val_to_str(tlvType, tlv_type… in dissect_pbb_tlvblock()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-packetbb.c282 …lvvalue(tvbuff_t *tvb, proto_tree *tlvTree, guint offset, guint len, guint tlvCat, guint tlvType) { in dissect_pbb_tlvvalue() argument
295 if (tlvType == RFC7181_MSGTLV_MPR_WILLING) { in dissect_pbb_tlvvalue()
299 else if (tlvType == RFC7181_MSGTLV_CONT_SEQ_NUM) { in dissect_pbb_tlvvalue()
311 switch (tlvType) { in dissect_pbb_tlvvalue()
400 guint8 tlvType, tlvFlags, /*tlvExtType, */indexStart, indexEnd; in dissect_pbb_tlvblock() local
406 tlvType = tvb_get_guint8(tvb, offset++); in dissect_pbb_tlvblock()
433 tlv_tree = proto_item_add_subtree(tlv_item, ett_packetbb_tlv[tlvType]); in dissect_pbb_tlvblock()
498 dissect_pbb_tlvvalue(tvb, tlv_tree, offset, length, tlvCat, tlvType); in dissect_pbb_tlvblock()
517 …proto_item_append_text(tlv_item, " (t=%d,l=%d): %s", tlvType, length, val_to_str(tlvType, tlv_type… in dissect_pbb_tlvblock()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-packetbb.c282 …lvvalue(tvbuff_t *tvb, proto_tree *tlvTree, guint offset, guint len, guint tlvCat, guint tlvType) { in dissect_pbb_tlvvalue() argument
295 if (tlvType == RFC7181_MSGTLV_MPR_WILLING) { in dissect_pbb_tlvvalue()
299 else if (tlvType == RFC7181_MSGTLV_CONT_SEQ_NUM) { in dissect_pbb_tlvvalue()
311 switch (tlvType) { in dissect_pbb_tlvvalue()
400 guint8 tlvType, tlvFlags, /*tlvExtType, */indexStart, indexEnd; in dissect_pbb_tlvblock() local
406 tlvType = tvb_get_guint8(tvb, offset++); in dissect_pbb_tlvblock()
433 tlv_tree = proto_item_add_subtree(tlv_item, ett_packetbb_tlv[tlvType]); in dissect_pbb_tlvblock()
498 dissect_pbb_tlvvalue(tvb, tlv_tree, offset, length, tlvCat, tlvType); in dissect_pbb_tlvblock()
517 …proto_item_append_text(tlv_item, " (t=%d,l=%d): %s", tlvType, length, val_to_str(tlvType, tlv_type… in dissect_pbb_tlvblock()

12