Home
last modified time | relevance | path

Searched refs:keep_alive_buffer (Results 1 – 3 of 3) sorted by relevance

/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DConnection.c2220 const UCHAR *keep_alive_buffer = FifoPtr(ts->RecvFifo); in ConnectionReceive() local
2227 … if (Cmp(keep_alive_buffer, UDP_NAT_T_PORT_SIGNATURE_IN_KEEP_ALIVE, nat_t_port_sig_size) == 0) in ConnectionReceive()
2230 keep_alive_buffer += nat_t_port_sig_size; in ConnectionReceive()
2232 const USHORT port = READ_USHORT(keep_alive_buffer); in ConnectionReceive()
2234 keep_alive_buffer += sizeof(USHORT); in ConnectionReceive()
2248 if (Cmp(keep_alive_buffer, UDP_NAT_T_IP_SIGNATURE_IN_KEEP_ALIVE, nat_t_ip_sig_size) == 0) in ConnectionReceive()
2250 keep_alive_buffer += nat_t_ip_sig_size; in ConnectionReceive()
2253 SetIP6(&ip, keep_alive_buffer); in ConnectionReceive()
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DConnection.c2280 UCHAR *keep_alive_buffer = FifoPtr(ts->RecvFifo); in ConnectionReceive() local
2282 …if (Cmp(keep_alive_buffer, UDP_NAT_T_PORT_SIGNATURE_IN_KEEP_ALIVE, StrLen(UDP_NAT_T_PORT_SIGNATURE… in ConnectionReceive()
2284 USHORT us = READ_USHORT(keep_alive_buffer + StrLen(UDP_NAT_T_PORT_SIGNATURE_IN_KEEP_ALIVE)); in ConnectionReceive()
/dports/security/softether/v4.38-9760/src/Cedar/
H A DConnection.c2280 UCHAR *keep_alive_buffer = FifoPtr(ts->RecvFifo); in ConnectionReceive() local
2282 …if (Cmp(keep_alive_buffer, UDP_NAT_T_PORT_SIGNATURE_IN_KEEP_ALIVE, StrLen(UDP_NAT_T_PORT_SIGNATURE… in ConnectionReceive()
2284 USHORT us = READ_USHORT(keep_alive_buffer + StrLen(UDP_NAT_T_PORT_SIGNATURE_IN_KEEP_ALIVE)); in ConnectionReceive()