Searched refs:cs (Results 1 – 8 of 8) sorted by relevance
| /lib/lwip/lwip/src/netif/ppp/ |
| A D | vj.c | 240 lcs = cs; cs = cs->cs_next; in vj_compress_tcp() 265 if (cs == lastcs) { in vj_compress_tcp() 416 *cp++ = cs->cs_id; in vj_compress_tcp() 462 struct cstate *cs; in vj_uncompress_uncomp() local 501 struct cstate *cs; in vj_uncompress_tcp() local 548 u32_t i = lwip_ntohs(IPH_LEN(&cs->cs_ip)) - cs->cs_hlen; in vj_uncompress_tcp() 559 tmp = lwip_ntohl(th->seqno) + lwip_ntohs(IPH_LEN(&cs->cs_ip)) - cs->cs_hlen; in vj_uncompress_tcp() 584 IPH_ID_SET(&cs->cs_ip, lwip_ntohs(IPH_ID(&cs->cs_ip)) + 1); in vj_uncompress_tcp() 585 IPH_ID_SET(&cs->cs_ip, lwip_htons(IPH_ID(&cs->cs_ip))); in vj_uncompress_tcp() 608 IPH_LEN_SET(&cs->cs_ip, lwip_htons(n0->tot_len - vjlen + cs->cs_hlen)); in vj_uncompress_tcp() [all …]
|
| /lib/ |
| A D | string.c | 210 int strcmp(const char *cs, const char *ct) in strcmp() argument 215 unsigned char a = *cs++; in strcmp() 234 int strncmp(const char *cs, const char *ct, size_t count) in strncmp() argument 239 unsigned char a = *cs++; in strncmp() 417 char * strpbrk(const char * cs,const char * ct) in strpbrk() argument 421 for( sc1 = cs; *sc1 != '\0'; ++sc1) { in strpbrk() 634 __used int memcmp(const void * cs,const void * ct,size_t count) in memcmp() argument 639 for( su1 = cs, su2 = ct; 0 < count; ++su1, ++su2, count--) in memcmp()
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/ |
| A D | IANA-CHARSET-MIB | 82 fields that begin with 'cs' (for character set).
|
| /lib/mbedtls/external/mbedtls/tests/data_files/ |
| A D | Readme-x509.txt | 72 .eku*: extendeKeyUsage (cli/srv = www client/server, cs = codesign, etc)
|
| A D | Makefile | 1539 server5.eku-cs.crt: SERVER5_CRT_SERIAL=58 1540 server5.eku-cs.crt: SERVER5_EXT_KEY_USAGE=codeSigning 1557 all_final += server5.eku-cs.crt server5.eku-cs_any.crt server5.eku-cli.crt server5.eku-srv_cli.crt …
|
| /lib/acpi/ |
| A D | acpi_device.c | 731 spi->device_select = plat->cs[0]; in acpi_device_set_spi()
|
| /lib/lwip/lwip/doc/doxygen/ |
| A D | lwip.Doxyfile | 815 # *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc,
|
| A D | lwip.Doxyfile.cmake.in | 815 # *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc,
|
Completed in 33 milliseconds