Lines Matching refs:bindAddr

72 let bindAddr: socket.NetAddress = {
76 udp.bind(bindAddr, (err: BusinessError) => {
121 let bindAddr: socket.NetAddress = {
125 udp.bind(bindAddr).then(() => {
341 let bindAddr: socket.NetAddress = {
345 udp.bind(bindAddr, (err: BusinessError) => {
393 let bindAddr: socket.NetAddress = {
397 udp.bind(bindAddr, (err: BusinessError) => {
446 let bindAddr: socket.NetAddress = {
450 udp.bind(bindAddr, (err: BusinessError) => {
513 let bindAddr: socket.NetAddress = {
517 udp.bind(bindAddr, (err: BusinessError) => {
571 let bindAddr: socket.NetAddress = {
575 udp.bind(bindAddr).then(() => {
1491 let bindAddr: socket.NetAddress = {
1495 tcp.bind(bindAddr, (err: BusinessError) => {
1545 let bindAddr: socket.NetAddress = {
1549 tcp.bind(bindAddr).then(() => {
2085 let bindAddr: socket.NetAddress = {
2088 tcp.bind(bindAddr)
2127 let bindAddr: socket.NetAddress = {
2130 tcp.bind(bindAddr)
2320 let bindAddr: socket.NetAddress = {
2325 tcp.bind(bindAddr).then(() => {
5516 let bindAddr: socket.NetAddress = {
5520 tls.bind(bindAddr, (err: BusinessError) => {
5570 let bindAddr: socket.NetAddress = {
5574 tls.bind(bindAddr).then(() => {
5609 let bindAddr: socket.NetAddress = {
5613 tls.bind(bindAddr, (err: BusinessError) => {
5657 let bindAddr: socket.NetAddress = {
5661 tls.bind(bindAddr, (err: BusinessError) => {
5705 let bindAddr: socket.NetAddress = {
5709 tls.bind(bindAddr, (err: BusinessError) => {
5776 let bindAddr: socket.NetAddress = {
5780 tls.bind(bindAddr, (err: BusinessError) => {
6084 let bindAddr: socket.NetAddress = {
6087 tlsTwoWay.bind(bindAddr, (err: BusinessError) => {
6119 tlsOneWay.bind(bindAddr, (err: BusinessError) => {
6190 let bindAddr: socket.NetAddress = {
6193 tlsTwoWay.bind(bindAddr, (err: BusinessError) => {
6227 tlsOneWay.bind(bindAddr, (err: BusinessError) => {