Home
last modified time | relevance | path

Searched refs:tc (Results 1 – 14 of 14) sorted by relevance

/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dip6.h64 u8_t hl, u8_t tc, u8_t nexth);
66 u8_t hl, u8_t tc, u8_t nexth, struct netif *netif);
68 u8_t hl, u8_t tc, u8_t nexth, struct netif *netif);
71 u8_t hl, u8_t tc, u8_t nexth, u8_t *addr_hint);
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dip6.h64 u8_t hl, u8_t tc, u8_t nexth);
66 u8_t hl, u8_t tc, u8_t nexth, struct netif *netif);
68 u8_t hl, u8_t tc, u8_t nexth, struct netif *netif);
71 u8_t hl, u8_t tc, u8_t nexth, struct netif_hint *netif_hint);
/components/net/lwip/lwip-2.0.3/test/unit/
A Dlwip_check.h24 #define tcase_add_named_test(tc,tf) \ argument
25 _tcase_add_test((tc),(tf).func,(tf).name,0, 0, 0, 1)
/components/net/lwip/lwip-2.1.2/test/unit/
A Dlwip_check.h24 #define tcase_add_named_test(tc,tf) \ argument
25 _tcase_add_test((tc),(tf).func,(tf).name,0, 0, 0, 1)
/components/net/lwip/lwip-2.0.3/src/include/lwip/prot/
A Dip6.h160 #define IP6H_VTCFL_SET(hdr, v, tc, fl) (hdr)->_v_tc_fl = (lwip_htonl((((u32_t)(v)) << 28) | (((u32_… argument
/components/net/lwip/lwip-2.0.3/src/core/ipv6/
A Dip6.c818 u8_t hl, u8_t tc, in ip6_output_if() argument
833 return ip6_output_if_src(p, src_used, dest, hl, tc, nexth, netif); in ip6_output_if()
842 u8_t hl, u8_t tc, in ip6_output_if_src() argument
869 IP6H_VTCFL_SET(ip6hdr, 6, tc, 0); in ip6_output_if_src()
939 u8_t hl, u8_t tc, u8_t nexth) in ip6_output() argument
971 return ip6_output_if(p, src, dest, hl, tc, nexth, netif); in ip6_output()
997 u8_t hl, u8_t tc, u8_t nexth, u8_t *addr_hint) in ip6_output_hinted() argument
1031 err = ip6_output_if(p, src, dest, hl, tc, nexth, netif); in ip6_output_hinted()
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Deap.c1320 struct t_client *tc; in eap_request() local
1472 tc = NULL; in eap_request()
1482 t_clientclose(tc); in eap_request()
1484 tc = NULL; in eap_request()
1489 if (tc == NULL) { in eap_request()
1568 if (tc == NULL) { in eap_request()
1579 Ap = t_clientgenexp(tc); in eap_request()
1586 if (tc == NULL) { in eap_request()
1615 t_clientpasswd(tc, secret); in eap_request()
1626 t_clientresponse(tc)); in eap_request()
[all …]
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Deap.c1320 struct t_client *tc; in eap_request() local
1472 tc = NULL; in eap_request()
1482 t_clientclose(tc); in eap_request()
1484 tc = NULL; in eap_request()
1489 if (tc == NULL) { in eap_request()
1568 if (tc == NULL) { in eap_request()
1579 Ap = t_clientgenexp(tc); in eap_request()
1586 if (tc == NULL) { in eap_request()
1615 t_clientpasswd(tc, secret); in eap_request()
1626 t_clientresponse(tc)); in eap_request()
[all …]
/components/net/lwip/lwip-2.1.2/src/include/lwip/prot/
A Dip6.h104 #define IP6H_VTCFL_SET(hdr, v, tc, fl) (hdr)->_v_tc_fl = (lwip_htonl((((u32_t)(v)) << 28) | (((u32_… argument
/components/utilities/utest/
A Dutest.h75 void (*tc)(void); member
A Dutest.c244 if (tc_table[i].tc != RT_NULL) in utest_do_run()
246 tc_table[i].tc(); in utest_do_run()
/components/dfs/dfs_v1/filesystems/elmfat/
A Dff.c3095 TCHAR tc; local
3105 do tc = *tt++; while (!IsTerminator(tc) && tc != ':'); /* Find a colon in the path */
3120 if (IsLower(tc)) tc -= 0x20;
3140 if (IsLower(tc)) tc -= 0x20;
6843 tc = *fmt++;
6850 tc = *fmt++;
6858 tc = *fmt++;
6862 tc = *fmt++;
6866 tc = *fmt++;
6869 tc = *fmt++;
[all …]
/components/dfs/dfs_v2/filesystems/elmfat/
A Dff.c3144 TCHAR tc; local
3155 tc = *tt++;
3156 } while (!IsTerminator(tc) && tc != ':');
3171 if (IsLower(tc)) tc -= 0x20;
3191 if (IsLower(tc)) tc -= 0x20;
6926 TCHAR tc, pad; local
6936 tc = *fmt++;
6943 tc = *fmt++;
6951 tc = *fmt++;
6955 tc = *fmt++;
[all …]
/components/net/lwip/lwip-2.1.2/src/core/ipv6/
A Dip6.c1150 u8_t hl, u8_t tc, argument
1165 return ip6_output_if_src(p, src_used, dest, hl, tc, nexth, netif);
1174 u8_t hl, u8_t tc, argument
1216 IP6H_VTCFL_SET(ip6hdr, 6, tc, 0);
1292 u8_t hl, u8_t tc, u8_t nexth) argument
1324 return ip6_output_if(p, src, dest, hl, tc, nexth, netif);
1350 u8_t hl, u8_t tc, u8_t nexth, struct netif_hint *netif_hint) argument
1384 err = ip6_output_if(p, src, dest, hl, tc, nexth, netif);

Completed in 43 milliseconds