HomeSort by relevance Sort by last modified time
    Searched refs:paramlen (Results 1 - 6 of 6) sorted by null

  /external/tcpdump/
print-smb.c 243 print_browse(const u_char *param, int paramlen, const u_char *data, int datalen)
251 smb_fdata(param, "BROWSE PACKET\n|Param ", param+paramlen, unicodestr);
325 print_ipc(const u_char *param, int paramlen, const u_char *data, int datalen)
327 if (paramlen)
328 smb_fdata(param, "Command=[w]\nStr1=[S]\nStr2=[S]\n", param + paramlen,
342 int datalen, paramlen; local
346 paramlen = EXTRACT_LE_16BITS(w + 9 * 2);
356 paramlen = EXTRACT_LE_16BITS(w + 3 * 2);
373 smb_fdata(data1 + 2, f2, maxbuf - (paramlen + datalen), unicodestr);
376 print_browse(param, paramlen, data, datalen)
    [all...]
  /external/libnfc-nci/src/hal/include/
nci_defs.h 604 #define NCI_GET_CMD_BUF(paramlen) ((BT_HDR *) GKI_getpoolbuf (NFC_NCI_POOL_ID))
607 #define NCI_GET_CMD_BUF(paramlen) ((BT_HDR *) GKI_getbuf ((UINT16) (BT_HDR_SIZE + NCI_MSG_HDR_SIZE + NCI_MSG_OFFSET_SIZE + (paramlen))))
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-pp.c 88 * `paramlen', `rotate' and `unique' are local to the invocation.
108 long nparam, rotate, *paramlen; member in struct:MMacro
4645 long *paramlen; local
    [all...]
  /external/bluetooth/bluedroid/include/
bt_target.h 727 #define HCI_GET_CMD_BUF(paramlen) ((BT_HDR *)GKI_getpoolbuf (HCI_CMD_POOL_ID))
730 #define HCI_GET_CMD_BUF(paramlen) ((BT_HDR *)GKI_getbuf ((UINT16)(BT_HDR_SIZE + HCIC_PREAMBLE_SIZE + (paramlen))))
    [all...]
  /external/libnfc-nci/src/include/
bt_target.h 372 #define HCI_GET_CMD_BUF(paramlen) ((BT_HDR *)GKI_getpoolbuf (HCI_CMD_POOL_ID))
375 #define HCI_GET_CMD_BUF(paramlen) ((BT_HDR *)GKI_getbuf ((UINT16)(BT_HDR_SIZE + HCIC_PREAMBLE_SIZE + (paramlen))))
    [all...]
  /external/qemu/hw/
bt-hci.c 1468 int paramlen, i; local
    [all...]

Completed in 3185 milliseconds