| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | ipv6.h | 747 static inline int __ipv6_addr_diff32(const void *token1, const void *token2, int addrlen) in __ipv6_addr_diff32() argument 749 const __be32 *a1 = token1, *a2 = token2; in __ipv6_addr_diff32() 780 static inline int __ipv6_addr_diff64(const void *token1, const void *token2, int addrlen) in __ipv6_addr_diff64() argument 782 const __be64 *a1 = token1, *a2 = token2; in __ipv6_addr_diff64() 797 static inline int __ipv6_addr_diff(const void *token1, const void *token2, int addrlen) in __ipv6_addr_diff() argument 801 return __ipv6_addr_diff64(token1, token2, addrlen); in __ipv6_addr_diff() 803 return __ipv6_addr_diff32(token1, token2, addrlen); in __ipv6_addr_diff()
|
| H A D | xfrm.h | 806 static inline bool addr_match(const void *token1, const void *token2, in addr_match() argument 810 const __be32 *a2 = token2; in addr_match()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/parser/ |
| H A D | Monitor.c | 260 int token, token2; in xf86parseVerboseMode() local 328 token2 = xf86getStringToken(TimingTab); in xf86parseVerboseMode() 329 switch (token2) { in xf86parseVerboseMode()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/libcroco/files/ |
| H A D | CVE-2020-12825.patch | 155 *token2 = NULL;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | wl_android.c | 1200 char *pos, *pos2, *token, *token2, *delim; in wls_parse_batching_cmd() local 1246 while ((token2 = strsep(&pos2, in wls_parse_batching_cmd() 1248 if (token2 == NULL || !*token2) in wls_parse_batching_cmd() 1250 if (*token2 == '\0') in wls_parse_batching_cmd() 1252 if (*token2 == 'A' || *token2 == 'B') { in wls_parse_batching_cmd() 1253 batch_params.band = (*token2 == 'A')? in wls_parse_batching_cmd() 1256 (*token2 == 'A')? "A" : "B")); in wls_parse_batching_cmd() 1266 simple_strtol(token2, NULL, 0); in wls_parse_batching_cmd()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | wl_android.c | 3509 char *pos, *pos2, *token, *token2, *delim; in wls_parse_batching_cmd() local 3565 while ((token2 = strsep(&pos2, in wls_parse_batching_cmd() 3567 if (token2 == NULL || !*token2) in wls_parse_batching_cmd() 3569 if (*token2 == '\0') in wls_parse_batching_cmd() 3571 if (*token2 == 'A' || *token2 == 'B') { in wls_parse_batching_cmd() 3572 batch_params.band = (*token2 == 'A')? in wls_parse_batching_cmd() 3575 (*token2 == 'A')? "A" : "B")); in wls_parse_batching_cmd() 3585 simple_strtol(token2, NULL, 0); in wls_parse_batching_cmd()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | wl_android.c | 3701 char *pos, *pos2, *token, *token2, *delim; in wls_parse_batching_cmd() local 3757 while ((token2 = strsep(&pos2, in wls_parse_batching_cmd() 3759 if (token2 == NULL || !*token2) in wls_parse_batching_cmd() 3761 if (*token2 == '\0') in wls_parse_batching_cmd() 3763 if (*token2 == 'A' || *token2 == 'B') { in wls_parse_batching_cmd() 3764 batch_params.band = (*token2 == 'A')? in wls_parse_batching_cmd() 3767 (*token2 == 'A')? "A" : "B")); in wls_parse_batching_cmd() 3777 simple_strtol(token2, NULL, 0); in wls_parse_batching_cmd()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | wl_android.c | 3787 char *pos, *pos2, *token, *token2, *delim; in wls_parse_batching_cmd() local 3843 while ((token2 = strsep(&pos2, in wls_parse_batching_cmd() 3845 if (token2 == NULL || !*token2) in wls_parse_batching_cmd() 3847 if (*token2 == '\0') in wls_parse_batching_cmd() 3849 if (*token2 == 'A' || *token2 == 'B') { in wls_parse_batching_cmd() 3850 batch_params.band = (*token2 == 'A')? in wls_parse_batching_cmd() 3853 (*token2 == 'A')? "A" : "B")); in wls_parse_batching_cmd() 3863 simple_strtol(token2, NULL, 0); in wls_parse_batching_cmd()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_android.c | 4424 char *pos, *pos2, *token, *token2, *delim; in wls_parse_batching_cmd() local 4480 while ((token2 = strsep(&pos2, in wls_parse_batching_cmd() 4482 if (token2 == NULL || !*token2) in wls_parse_batching_cmd() 4484 if (*token2 == '\0') in wls_parse_batching_cmd() 4486 if (*token2 == 'A' || *token2 == 'B') { in wls_parse_batching_cmd() 4487 batch_params.band = (*token2 == 'A')? in wls_parse_batching_cmd() 4490 (*token2 == 'A')? "A" : "B")); in wls_parse_batching_cmd() 4500 simple_strtol(token2, NULL, 0); in wls_parse_batching_cmd()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_android.c | 4408 char *pos, *pos2, *token, *token2, *delim; in wls_parse_batching_cmd() local 4464 while ((token2 = strsep(&pos2, in wls_parse_batching_cmd() 4466 if (token2 == NULL || !*token2) in wls_parse_batching_cmd() 4468 if (*token2 == '\0') in wls_parse_batching_cmd() 4470 if (*token2 == 'A' || *token2 == 'B') { in wls_parse_batching_cmd() 4471 batch_params.band = (*token2 == 'A')? in wls_parse_batching_cmd() 4474 (*token2 == 'A')? "A" : "B")); in wls_parse_batching_cmd() 4484 simple_strtol(token2, NULL, 0); in wls_parse_batching_cmd()
|