/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/include/gpxe/ |
H A D | tls.h | 86 TLS_TX_CLIENT_HELLO, enumerator
|
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/include/ipxe/ |
H A D | tls.h | 130 TLS_TX_CLIENT_HELLO = 0x0001, enumerator
|
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/include/ipxe/ |
H A D | tls.h | 130 TLS_TX_CLIENT_HELLO = 0x0001, enumerator
|
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/include/ipxe/ |
H A D | tls.h | 130 TLS_TX_CLIENT_HELLO = 0x0001, enumerator
|
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/include/ipxe/ |
H A D | tls.h | 130 TLS_TX_CLIENT_HELLO = 0x0001, enumerator
|
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/include/ipxe/ |
H A D | tls.h | 134 TLS_TX_CLIENT_HELLO = 0x0001, enumerator
|
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/include/ipxe/ |
H A D | tls.h | 134 TLS_TX_CLIENT_HELLO = 0x0001, enumerator
|
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/include/ipxe/ |
H A D | tls.h | 134 TLS_TX_CLIENT_HELLO = 0x0001, enumerator
|
/dports/net/ipxe/ipxe-2265a65/src/include/ipxe/ |
H A D | tls.h | 135 TLS_TX_CLIENT_HELLO = 0x0001, enumerator
|
/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/net/ |
H A D | tls.c | 1662 case TLS_TX_CLIENT_HELLO: in tls_step() 1750 tls->tx_state = TLS_TX_CLIENT_HELLO; in add_tls()
|
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/net/ |
H A D | tls.c | 917 tls->tx_pending = TLS_TX_CLIENT_HELLO; in tls_restart() 2688 if ( tls->tx_pending & TLS_TX_CLIENT_HELLO ) { in tls_tx_step() 2695 tls->tx_pending &= ~TLS_TX_CLIENT_HELLO; in tls_tx_step()
|
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/net/ |
H A D | tls.c | 917 tls->tx_pending = TLS_TX_CLIENT_HELLO; in tls_restart() 2692 if ( tls->tx_pending & TLS_TX_CLIENT_HELLO ) { in tls_tx_step() 2699 tls->tx_pending &= ~TLS_TX_CLIENT_HELLO; in tls_tx_step()
|
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/net/ |
H A D | tls.c | 917 tls->tx_pending = TLS_TX_CLIENT_HELLO; in tls_restart() 2692 if ( tls->tx_pending & TLS_TX_CLIENT_HELLO ) { in tls_tx_step() 2699 tls->tx_pending &= ~TLS_TX_CLIENT_HELLO; in tls_tx_step()
|
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/net/ |
H A D | tls.c | 917 tls->tx_pending = TLS_TX_CLIENT_HELLO; in tls_restart() 2692 if ( tls->tx_pending & TLS_TX_CLIENT_HELLO ) { in tls_tx_step() 2699 tls->tx_pending &= ~TLS_TX_CLIENT_HELLO; in tls_tx_step()
|
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/net/ |
H A D | tls.c | 1002 tls->tx_pending = TLS_TX_CLIENT_HELLO; in tls_restart() 2927 if ( tls->tx_pending & TLS_TX_CLIENT_HELLO ) { in tls_tx_step() 2960 tls->tx_pending &= ~TLS_TX_CLIENT_HELLO; in tls_tx_step()
|
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/net/ |
H A D | tls.c | 1002 tls->tx_pending = TLS_TX_CLIENT_HELLO; in tls_restart() 2927 if ( tls->tx_pending & TLS_TX_CLIENT_HELLO ) { in tls_tx_step() 2960 tls->tx_pending &= ~TLS_TX_CLIENT_HELLO; in tls_tx_step()
|
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/net/ |
H A D | tls.c | 1002 tls->tx_pending = TLS_TX_CLIENT_HELLO; in tls_restart() 2927 if ( tls->tx_pending & TLS_TX_CLIENT_HELLO ) { in tls_tx_step() 2960 tls->tx_pending &= ~TLS_TX_CLIENT_HELLO; in tls_tx_step()
|
/dports/net/ipxe/ipxe-2265a65/src/net/ |
H A D | tls.c | 1007 tls->tx_pending = TLS_TX_CLIENT_HELLO; in tls_restart() 2980 if ( tls->tx_pending & TLS_TX_CLIENT_HELLO ) { in tls_tx_step() 3013 tls->tx_pending &= ~TLS_TX_CLIENT_HELLO; in tls_tx_step()
|