Home
last modified time | relevance | path

Searched refs:BindResponseMsg (Results 1 – 4 of 4) sorted by relevance

/dports/net/py-pystun/pystun-0.1.0/stun/
H A D__init__.py46 BindResponseMsg = '0101' variable
70 'BindResponseMsg': BindResponseMsg,
/dports/net-im/coccinella/Coccinella-0.96.20Src/contrib/
H A Dstun.tcl85 BindResponseMsg 0x0101
526 set header [binary format SS $stunType(BindResponseMsg) $len]
/dports/net/stund/stund_0.96_Aug13/
H A Dstun.h54 const UInt16 BindResponseMsg = 0x0101; variable
H A Dstun.cxx1110 resp->msgHdr.msgType = BindResponseMsg; in stunServerProcessMsg()