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

  /external/tcpdump/
atime.awk 11 tim = t[1]*3600 + t[2]*60 + t[3]
13 tzero = tim
17 printf "%7.2f\t%g\n", tim-tzero, $7/1024
stime.awk 11 tim = t[1]*3600 + t[2]*60 + t[3]
13 tzero = tim
18 printf "%7.2f\t%g\n", tim-tzero, substr($6,1,i-1)/1024
send-ack.awk 12 tim = t[1]*3600 + t[2]*60 + t[3]
14 tzero = tim
15 ltim = tim
34 timeOf[id] = tim
46 printf "%7.2f\t%7.2f\t%s send %s %d", tim-tzero, tim-ltim,\
49 printf " (%.2f) [%d]", tim - timeOf[id], timesSent[id]
56 printf "%7.2f\t%7.2f\t%s ack %s %d", tim-tzero, tim-ltim,\
62 printf " (%.2f)", tim - timeOf[id
    [all...]
packetdat.awk 19 tim = t[1]*3600 + t[2]*60 + t[3]
28 firstSend[id] = tim
31 lastSend[id] = tim
39 firstAck[id] = tim
40 lastAck[id] = tim
print-802_11.c 258 memcpy(&pbody->tim, p + offset, 2);
262 memcpy(&pbody->tim.count, p + offset, 3);
265 if (pbody->tim.length <= 3)
267 if (pbody->tim.length - 3 > sizeof pbody->tim.bitmap)
269 if (!TTEST2(*(p + offset), pbody->tim.length - 3))
271 memcpy(pbody->tim.bitmap, p + (pbody->tim.length - 3),
272 (pbody->tim.length - 3));
273 offset += pbody->tim.length - 3
    [all...]
ieee802_11.h 250 struct tim_t tim; member in struct:mgmt_body_t
  /external/openssl/crypto/bn/
bn_rand.c 14 * except that the holder is Tim Hudson (tjh@cryptsoft.com).
39 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
107 * (eay@cryptsoft.com). This product includes software written by Tim
122 time_t tim; local
142 time(&tim);
143 RAND_add(&tim,sizeof(tim),0.0);
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
ieee802_11_common.h 30 u8 *tim; member in struct:ieee802_11_elems
ieee802_11_common.c 184 elems->tim = pos;
  /external/openssl/crypto/ocsp/
ocsp_ext.c 59 * (eay@cryptsoft.com). This product includes software written by Tim
424 X509_EXTENSION *OCSP_crlID_new(char *url, long *n, char *tim)
440 if (tim)
443 if (!(ASN1_GENERALIZEDTIME_set_string(cid->crlTime, tim)))
474 X509_EXTENSION *OCSP_archive_cutoff_new(char* tim)
480 if (!(ASN1_GENERALIZEDTIME_set_string(gt, tim))) goto err;
ocsp.h 59 * (eay@cryptsoft.com). This product includes software written by Tim
481 X509_EXTENSION *OCSP_crlID_new(char *url, long *n, char *tim);
485 X509_EXTENSION *OCSP_archive_cutoff_new(char* tim);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
mlmeApi.h 125 dot11_TIM_t tim; member in struct:__anon18014
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
whalHwMboxCmd.c 426 * DESCRIPTION: Build the tim template fileds and send it to the mailbox
447 pCmd->tim.BitMap_ctrl = BmapControl;
449 os_memoryCopy(pHwMboxCmd->hOs, (void *)pCmd->tim.PVB_field, (void *)PartialBmapVec, PartialBmapLen);
450 pCmd->tim.identity = DOT11_TIM_ELE_ID;
451 pCmd->tim.length = 3+PartialBmapLen;
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 69 struct timeval tim; variable in typeref:struct:timeval
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
mlmeApi.h 227 dot11_TIM_t tim; member in struct:__anon10872
mlmeParser.c     [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
mlmeApi.h 225 dot11_TIM_t tim; member in struct:__anon19192
mlmeParser.c     [all...]
  /external/openssl/include/openssl/
ocsp.h 59 * (eay@cryptsoft.com). This product includes software written by Tim
481 X509_EXTENSION *OCSP_crlID_new(char *url, long *n, char *tim);
485 X509_EXTENSION *OCSP_archive_cutoff_new(char* tim);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
public_commands.h 605 Desc: This command specifies the contents of the beacon TIM template stored
613 uint8 identity; /* TIM IE ID*/
614 uint8 length; /* TIM IE Length*/
626 TIMStruct_t tim; member in struct:__anon18154
    [all...]
  /external/wpa_supplicant/
mlme.c 131 * FH Params, DS Params, CF Params, IBSS Params, TIM */
325 u8 *tim; member in struct:ieee802_11_elems
395 elems->tim = pos;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/
mlmeParser.c     [all...]

Completed in 798 milliseconds