/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | events.c | 5254 size_t plen; 5263 plen = len - IEEE80211_HDRLEN - 1; 5267 MAC2STR(mgmt->sa), category, (int) plen, freq); 5270 MAC2STR_SEC(mgmt->sa), category, (int) plen, freq); 5273 wmm_ac_rx_action(wpa_s, mgmt->da, mgmt->sa, payload, plen); 5279 ft_rx_action(wpa_s, payload, plen); 5286 sme_sa_query_rx(wpa_s, mgmt->da, mgmt->sa, payload, plen); 5303 payload, plen, freq) == 0) 5312 payload, plen, freq) == 0) 5317 if (category == WLAN_ACTION_PUBLIC && plen > [all...] |
H A D | p2p_supplicant_sd.c | 1021 size_t plen, svc_len, substr_len = 0; in wpas_p2p_sd_request_asp() local 1031 plen = 1 + 1 + 1 + svc_len + 1 + substr_len; in wpas_p2p_sd_request_asp() 1032 tlvs = wpabuf_alloc(2 + plen); in wpas_p2p_sd_request_asp() 1036 wpabuf_put_le16(tlvs, plen); in wpas_p2p_sd_request_asp()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | eeh.c | 272 size_t *plen = flag; in eeh_dump_pe_log() local 275 *plen += eeh_dump_dev_log(edev, pci_regs_buf + *plen, in eeh_dump_pe_log() 276 EEH_PCI_REGS_LOG_LEN - *plen); in eeh_dump_pe_log()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | eeh.c | 272 size_t *plen = flag; in eeh_dump_pe_log() local 275 *plen += eeh_dump_dev_log(edev, pci_regs_buf + *plen, in eeh_dump_pe_log() 276 EEH_PCI_REGS_LOG_LEN - *plen); in eeh_dump_pe_log()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/ |
H A D | hal_com.c | 924 c2h_evt->plen = rtw_read8(adapter, REG_C2HEVT_CMD_LEN_88XX); in c2h_evt_read_88xx() 938 c2h_evt->plen, in c2h_evt_read_88xx() 944 for (i = 0; i < c2h_evt->plen; i++) in c2h_evt_read_88xx() 948 c2h_evt->payload, c2h_evt->plen); in c2h_evt_read_88xx()
|
/kernel/linux/linux-5.10/net/dccp/ |
H A D | feat.c | 1215 u8 *plist, plen, type = dccp_feat_type(feat); in dccp_feat_confirm_recv() local 1268 plen = len; in dccp_feat_confirm_recv() 1271 plen = len - 1; in dccp_feat_confirm_recv() 1275 if (dccp_feat_reconcile(&entry->val, plist, plen, server, 0) != *val) { in dccp_feat_confirm_recv()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | esp4.c | 493 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp_output_head() 527 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp_output_head() 686 esp.plen = esp.clen - skb->len - esp.tfclen; in esp_output() 687 esp.tailen = esp.tfclen + esp.plen + alen; in esp_output()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | esp6.c | 527 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp6_output_head() 561 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp6_output_head() 721 esp.plen = esp.clen - skb->len - esp.tfclen; in esp6_output() 722 esp.tailen = esp.tfclen + esp.plen + alen; in esp6_output()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | tunnel_conf.c | 293 nfp_flower_xmit_tun_conf(struct nfp_app *app, u8 mtype, u16 plen, void *pdata, in nfp_flower_xmit_tun_conf() argument 303 plen -= sizeof(struct nfp_tun_neigh_ext); in nfp_flower_xmit_tun_conf() 308 plen -= sizeof(struct nfp_tun_neigh_lag); in nfp_flower_xmit_tun_conf() 310 skb = nfp_flower_cmsg_alloc(app, plen, mtype, flag); in nfp_flower_xmit_tun_conf()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | esp4.c | 492 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp_output_head() 524 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp_output_head() 683 esp.plen = esp.clen - skb->len - esp.tfclen; in esp_output() 684 esp.tailen = esp.tfclen + esp.plen + alen; in esp_output()
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | feat.c | 1221 u8 *plist, plen, type = dccp_feat_type(feat); in dccp_feat_confirm_recv() local 1274 plen = len; in dccp_feat_confirm_recv() 1277 plen = len - 1; in dccp_feat_confirm_recv() 1281 if (dccp_feat_reconcile(&entry->val, plist, plen, server, 0) != *val) { in dccp_feat_confirm_recv()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | esp6.c | 527 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp6_output_head() 561 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp6_output_head() 721 esp.plen = esp.clen - skb->len - esp.tfclen; in esp6_output() 722 esp.tailen = esp.tfclen + esp.plen + alen; in esp6_output()
|
/third_party/curl/lib/ |
H A D | urlapi.c | 1757 size_t plen = strlen(part); in curl_url_set() local 1759 if((plen > MAX_SCHEME_LEN) || (plen < 1)) in curl_url_set() 1769 while(--plen) { in curl_url_set()
|
/third_party/ffmpeg/libpostproc/ |
H A D | postprocess.c | 715 int plen; in pp_get_mode_by_name_and_quality() local 720 plen= strlen(p); in pp_get_mode_by_name_and_quality() 721 spaceLeft= p - temp + plen; in pp_get_mode_by_name_and_quality() 726 memmove(p + newlen, p, plen+1); in pp_get_mode_by_name_and_quality()
|
/third_party/lwip/src/netif/ppp/ |
H A D | ccp.c | 176 static int ccp_printpkt(const u_char *p, int plen, void (*printer) (void *, const char *, ...), void *arg); 1522 static int ccp_printpkt(const u_char *p, int plen, void (*printer) (void *, const char *, ...), void *arg) { in ccp_printpkt() argument 1528 if (plen < HEADERLEN) in ccp_printpkt() 1533 if (len < HEADERLEN || len > plen) in ccp_printpkt()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | p2p_supplicant_sd.c | 991 size_t plen, svc_len, substr_len = 0; in wpas_p2p_sd_request_asp() local 1001 plen = 1 + 1 + 1 + svc_len + 1 + substr_len; in wpas_p2p_sd_request_asp() 1002 tlvs = wpabuf_alloc(2 + plen); in wpas_p2p_sd_request_asp() 1006 wpabuf_put_le16(tlvs, plen); in wpas_p2p_sd_request_asp()
|
/kernel/linux/linux-5.10/drivers/scsi/libfc/ |
H A D | fc_fcp.c | 864 u32 plen; in fc_fcp_resp() local 870 plen = fr_len(fp); in fc_fcp_resp() 872 if (unlikely(plen < sizeof(*fh) + sizeof(*fc_rp))) in fc_fcp_resp() 874 plen -= sizeof(*fh); in fc_fcp_resp() 887 if (plen < sizeof(*fc_rp) + sizeof(*rp_ex)) in fc_fcp_resp() 915 if (plen < sizeof(*fc_rp) + sizeof(rp_ex->fr_resid)) in fc_fcp_resp()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_conn.c | 832 u32 plen; in hci_req_add_le_create_conn() local 843 plen = sizeof(*cp); in hci_req_add_le_create_conn() 850 plen += sizeof(*p); in hci_req_add_le_create_conn() 858 plen += sizeof(*p); in hci_req_add_le_create_conn() 865 plen += sizeof(*p); in hci_req_add_le_create_conn() 868 hci_req_add(req, HCI_OP_LE_EXT_CREATE_CONN, plen, data); in hci_req_add_le_create_conn()
|
/kernel/linux/linux-6.6/drivers/scsi/libfc/ |
H A D | fc_fcp.c | 854 u32 plen; in fc_fcp_resp() local 860 plen = fr_len(fp); in fc_fcp_resp() 862 if (unlikely(plen < sizeof(*fh) + sizeof(*fc_rp))) in fc_fcp_resp() 864 plen -= sizeof(*fh); in fc_fcp_resp() 877 if (plen < sizeof(*fc_rp) + sizeof(*rp_ex)) in fc_fcp_resp() 905 if (plen < sizeof(*fc_rp) + sizeof(rp_ex->fr_resid)) in fc_fcp_resp()
|
/third_party/backends/backend/pixma/ |
H A D | pixma_bjnp.c | 195 unsigned ofs, c, plen; in bjnp_hexdump() local 202 plen = (len > 64) ? 32: len; in bjnp_hexdump() 204 plen = len; in bjnp_hexdump() 206 while (ofs < plen) in bjnp_hexdump() 213 for (c = 0; c != 16 && (ofs + c) < plen; c++) in bjnp_hexdump() 228 if (len > plen) in bjnp_hexdump()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_openssl.c | 401 int plen = 16; in aes_decrypt() local 402 if (EVP_DecryptUpdate(c, plain, &plen, crypt, 16) != 1) { in aes_decrypt() 495 int plen, len; in aes_128_cbc_decrypt() local 505 plen = data_len; in aes_128_cbc_decrypt() 509 EVP_DecryptUpdate(ctx, data, &plen, data, data_len) == 1 && in aes_128_cbc_decrypt() 510 plen == (int) data_len && in aes_128_cbc_decrypt()
|
/kernel/linux/linux-5.10/drivers/nfc/s3fwrn5/ |
H A D | i2c.c | 142 ((struct nci_ctrl_hdr *)hdr)->plen : in s3fwrn5_i2c_read()
|
/kernel/linux/linux-5.10/include/media/davinci/ |
H A D | isif.h | 329 struct isif_fmtplen plen; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | netfilter_ipv6.h | 200 int nf_ip6_check_hbh_len(struct sk_buff *skb, u32 *plen);
|
/kernel/linux/linux-6.6/drivers/nfc/s3fwrn5/ |
H A D | i2c.c | 98 ((struct nci_ctrl_hdr *)hdr)->plen : in s3fwrn5_i2c_read()
|