Home
last modified time | relevance | path

Searched refs:nc (Results 1 – 16 of 16) sorted by relevance

/hal_espressif-3.6.0/components/fatfs/src/
Dffunicode.c15473 WORD uc, bc, nc, cmd; in ff_wtoupper() local
15573 nc = *p++; cmd = nc >> 8; nc &= 0xFF; /* Get processing command and block size */ in ff_wtoupper()
15574 if (uc < bc + nc) { /* In the block? */ in ff_wtoupper()
15588 if (cmd == 0) p += nc; /* Skip table if needed */ in ff_wtoupper()
Dff.c480 #define MAXDIRB(nc) ((nc + 44U) / 15 * SZDIRE) /* exFAT: Size of directory entry block scratchpad b… argument
2123 UINT di, si, nc; local
2127 nc = 0; hs = 0; di = 0;
2128 while (nc < dirb[XDIR_NumName]) {
2131 wc = ld_word(dirb + si); si += 2; nc++; /* Get a character */
2427 BYTE nc; local
2436 …for (nc = fs->dirbuf[XDIR_NumName], di = SZDIRE * 2, ni = 0; nc; nc--, di += 2, ni++) { /* Compare…
2440 if (nc == 0 && !fs->lfnbuf[ni]) break; /* Name matched? */
2790 DWORD pc, nc; local
2808 nc = *np; break; /* Branch mismatched */
[all …]
/hal_espressif-3.6.0/examples/protocols/sockets/
DREADME.md37 echo "Hello from PC" | nc -w1 -u 192.168.0.167 3333
42 echo "Hello from PC" | nc -w1 -u 192.168.0.167 3333
47 nc -u 192.168.0.167 3333
52 nc -u -l 192.168.0.167 -p 3333
57 nc 192.168.0.167 3333
62 nc -l 192.168.0.167 -p 3333
/hal_espressif-3.6.0/examples/protocols/sockets/udp_server/
DREADME.md20 echo "Hello from PC" | nc -w1 -u 192.168.0.167 3333
25 echo "Hello from PC" | nc -w1 -u 192.168.0.167 3333
30 nc -u 192.168.0.167 3333
/hal_espressif-3.6.0/tools/test_apps/protocols/pppos/
DREADME.md44 nc fe80::74d7:edc5:9907:5457 2222
52 nc -l 2222
/hal_espressif-3.6.0/examples/protocols/sockets/udp_client/
DREADME.md20 echo "Hello from PC" | nc -w1 -u 192.168.0.167 3333
25 echo "Hello from PC" | nc -w1 -u 192.168.0.167 3333
30 nc -u -l 192.168.0.167 3333
/hal_espressif-3.6.0/components/esp_http_client/lib/
Dhttp_auth.c110 …if (md5_printf(digest, "%s:%s:%08x:%016llx:%s:%s", ha1, auth_data->nonce, auth_data->nc, auth_data… in http_auth_digest()
121 …realm, auth_data->nonce, auth_data->uri, digest, auth_data->qop, auth_data->nc, auth_data->cnonce); in http_auth_digest()
/hal_espressif-3.6.0/components/esp_http_client/lib/include/
Dhttp_auth.h23 int nc; /*!< Authentication nc */ member
/hal_espressif-3.6.0/examples/protocols/asio/tcp_echo_server/
DREADME.md17 - You can now send a TCP message and check it is repeated, for example using netcat `nc IP PORT`.
/hal_espressif-3.6.0/examples/protocols/asio/udp_echo_server/
DREADME.md17 - You can now send a UDP message and check it is repeated, for example using netcat `nc -u IP PORT`.
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/esptool/
Dremote-serial-ports.rst47 nc -p 4000 -lk < /dev/ttyUSB1 > /dev/ttyUSB1
/hal_espressif-3.6.0/examples/protocols/sockets/tcp_client/
DREADME.md20 nc -l 192.168.0.167 3333
/hal_espressif-3.6.0/examples/protocols/asio/asio_chat/
DREADME.md52 netcat `nc IP PORT` and type for example ` 4ABC<CR>` to transmit 'ABC\n'
/hal_espressif-3.6.0/examples/protocols/sockets/tcp_server/
DREADME.md20 nc 192.168.0.167 3333
/hal_espressif-3.6.0/examples/protocols/slip/slip_udp/
DREADME.md40 nc -u 10.0.0.2 5678
/hal_espressif-3.6.0/components/esp_http_client/
Desp_http_client.c534 client->auth_data->nc ++; in esp_http_client_prepare()
1541 client->auth_data->nc = 1;