/external/dhcpcd-6.8.2/ |
if-bsd.c | 555 struct rt_msghdr hdr; member in struct:rtm 583 rtm.hdr.rtm_version = RTM_VERSION; 584 rtm.hdr.rtm_seq = 1; 585 rtm.hdr.rtm_type = cmd; 586 rtm.hdr.rtm_addrs = RTA_DST; 588 rtm.hdr.rtm_addrs |= RTA_GATEWAY; 589 rtm.hdr.rtm_flags = RTF_UP; 592 rtm.hdr.rtm_flags |= RTF_PINNED; 596 rtm.hdr.rtm_addrs |= RTA_IFA | RTA_IFP; 601 rtm.hdr.rtm_flags |= RTF_STATIC 943 struct rt_msghdr hdr; member in struct:rtm [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/pem/ |
PemReader.java | 63 String hdr = line.substring(0, index); local 66 headers.add(new PemHeader(hdr, value));
|
/hardware/ril/libril/ |
RilSapSocket.cpp | 237 MsgHeader *hdr = request->curr; local 256 hdr->token, hdr->id, t); 263 if(!pendingResponseQueue.checkAndDequeue(hdr->id, hdr->token)) { 264 RLOGE("Token:%d, MessageId:%d", hdr->token, hdr->id); 269 free(hdr);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
sunaudio.py | 40 hdr = gethdr(open(file, 'r')) 41 data_size, encoding, sample_rate, channels, info = hdr
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
sunaudio.py | 40 hdr = gethdr(open(file, 'r')) 41 data_size, encoding, sample_rate, channels, info = hdr
|
/prebuilts/go/darwin-x86/src/archive/tar/ |
example_test.go | 32 hdr := &tar.Header{ 37 if err := tw.WriteHeader(hdr); err != nil { 55 hdr, err := tr.Next() 63 fmt.Printf("Contents of %s:\n", hdr.Name)
|
writer.go | 32 // writing at most hdr.Size bytes in total. 76 // WriteHeader writes hdr and prepares to accept the file's contents. 79 func (tw *Writer) WriteHeader(hdr *Header) error { 80 return tw.writeHeader(hdr, true) 83 // WriteHeader writes hdr and prepares to accept the file's contents. 88 func (tw *Writer) writeHeader(hdr *Header, allowPax bool) error { 150 if !hdr.ModTime.Before(minTime) && !hdr.ModTime.After(maxTime) { 151 modTime = hdr.ModTime.Unix() 155 formatString(v7.Name(), hdr.Name, paxPath [all...] |
/prebuilts/go/linux-x86/src/archive/tar/ |
example_test.go | 32 hdr := &tar.Header{ 37 if err := tw.WriteHeader(hdr); err != nil { 55 hdr, err := tr.Next() 63 fmt.Printf("Contents of %s:\n", hdr.Name)
|
writer.go | 32 // writing at most hdr.Size bytes in total. 76 // WriteHeader writes hdr and prepares to accept the file's contents. 79 func (tw *Writer) WriteHeader(hdr *Header) error { 80 return tw.writeHeader(hdr, true) 83 // WriteHeader writes hdr and prepares to accept the file's contents. 88 func (tw *Writer) writeHeader(hdr *Header, allowPax bool) error { 150 if !hdr.ModTime.Before(minTime) && !hdr.ModTime.After(maxTime) { 151 modTime = hdr.ModTime.Unix() 155 formatString(v7.Name(), hdr.Name, paxPath [all...] |
/prebuilts/misc/common/swig/include/2.0.11/php/ |
director.swg | 144 DirectorException(int code, const char *hdr, const char* msg TSRMLS_DC) 145 : swig_msg(hdr) 155 static void raise(int code, const char *hdr, const char* msg TSRMLS_DC) 157 throw DirectorException(code, hdr, msg TSRMLS_CC);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
sunaudio.py | 40 hdr = gethdr(open(file, 'r')) 41 data_size, encoding, sample_rate, channels, info = hdr
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
sunaudio.py | 40 hdr = gethdr(open(file, 'r')) 41 data_size, encoding, sample_rate, channels, info = hdr
|
/system/bt/bta/closure/ |
bta_closure.cc | 36 BT_HDR hdr; member in struct:__anon105388::tBTA_CLOSURE_EXECUTE 85 p_msg->hdr.event = BTA_CLOSURE_EXECUTE_EVT;
|
/system/bt/bta/dm/ |
bta_dm_ci.cc | 50 p_msg->hdr.event = BTA_DM_CI_IO_REQ_EVT; 75 p_msg->hdr.event = BTA_DM_CI_RMT_OOB_EVT;
|
/system/bt/bta/gatt/ |
bta_gatts_api.cc | 87 p_buf->hdr.event = BTA_GATTS_API_REG_EVT; 110 p_buf->hdr.event = BTA_GATTS_API_DEREG_EVT; 225 p_buf->hdr.event = BTA_GATTS_API_INDICATION_EVT; 226 p_buf->hdr.layer_specific = conn_id; 256 p_buf->hdr.event = BTA_GATTS_API_RSP_EVT; 257 p_buf->hdr.layer_specific = conn_id; 289 p_buf->hdr.event = BTA_GATTS_API_OPEN_EVT; 317 p_buf->hdr.event = BTA_GATTS_API_CANCEL_OPEN_EVT;
|
bta_gatts_main.cc | 87 p_cb, ((tBTA_GATTS_DATA*)p_msg)->api_add_service.hdr.layer_specific); 100 p_cb, ((tBTA_GATTS_DATA*)p_msg)->api_add_service.hdr.layer_specific);
|
/external/syslinux/gpxe/src/net/80211/ |
net80211.c | 344 struct ieee80211_frame *hdr = iobuf->data; local 347 if ( dev->crypto && ! ( hdr->fc & IEEE80211_FC_PROTECTED ) && 348 ( ( hdr->fc & IEEE80211_FC_TYPE ) == IEEE80211_TYPE_DATA ) ) { 511 struct ieee80211_frame *hdr = iob_push ( iobuf, local 515 ( void * ) hdr + IEEE80211_TYP_FRAME_HEADER_LEN; 524 hdr->fc = IEEE80211_THIS_VERSION | IEEE80211_TYPE_DATA | 529 hdr->duration = net80211_duration ( dev, 10, dev->rates[dev->rate] ); 531 memcpy ( hdr->addr1, dev->bssid, ETH_ALEN ); 532 memcpy ( hdr->addr2, ll_source, ETH_ALEN ); 533 memcpy ( hdr->addr3, ll_dest, ETH_ALEN ) 564 struct ieee80211_frame *hdr = iobuf->data; local 726 struct ieee80211_frame *hdr = iob_push ( iob, local 1424 struct ieee80211_frame *hdr; local 2121 struct ieee80211_frame *hdr = wlan->beacon->data; local 2243 struct ieee80211_frame *hdr = iob->data; local 2342 struct ieee80211_frame *hdr = iob->data; local 2426 struct ieee80211_frame *hdr = iob->data; local 2454 struct ieee80211_frame *hdr = iob->data; local 2583 struct ieee80211_frame *hdr; local 2612 struct ieee80211_frame *hdr = iob->data; local 2705 struct ieee80211_frame *hdr = iob->data; local [all...] |
wpa_ccmp.c | 322 struct ieee80211_frame *hdr = iob->data; local 342 hdr = eiob->data; 343 hdr->fc |= IEEE80211_FC_PROTECTED; 354 memcpy ( nonce.a2, hdr->addr2, ETH_ALEN ); 358 aad.fc = hdr->fc & CCMP_AAD_FC_MASK; 359 memcpy ( aad.a1, hdr->addr1, 3 * ETH_ALEN ); /* all 3 at once */ 360 aad.seq = hdr->seq & CCMP_AAD_SEQ_MASK; 390 struct ieee80211_frame *hdr; local 405 hdr = iob->data; 406 hdr->fc &= ~IEEE80211_FC_PROTECTED [all...] |
/device/google/contexthub/firmware/os/core/ |
nanohubCommand.c | 320 struct OsUpdateHdr *os = (struct OsUpdateHdr *)(&(app->hdr) + 1); 345 struct KeyInfo *ki = (struct KeyInfo *)(&(app->hdr) + 1); 347 uint64_t keyId = KEY_ID_MAKE(APP_ID_GET_VENDOR(app->hdr.appId), ki->id); 350 if ((app->hdr.fwFlags & FL_KEY_HDR_DELETE) != 0) { 430 app->hdr.magic != APP_HDR_MAGIC || 431 app->hdr.fwVer != APP_HDR_VER_CUR) { 452 app->hdr.payInfoType, mDownloadState->size, 462 switch(app->hdr.payInfoType) { 474 if (ret != NANOHUB_FIRMWARE_UPLOAD_SUCCESS || (app->hdr.fwFlags & FL_APP_HDR_VOLATILE)) { 475 if ((app->hdr.fwFlags & FL_APP_HDR_SECURE) 938 struct NanohubMsgChreHdr hdr = { local 1077 struct NanohubHalHdr *hdr; local [all...] |
/cts/tools/cfassembler/src/dxconvext/ |
ClassFileAssembler.java | 87 String hdr; local 89 hdr = dexHdr; 91 hdr = classHdr; 93 if (!firstLine.startsWith(hdr)) throw new RuntimeException("wrong format:"+firstLine +" isDex=" + isDex); 98 String classO = firstLine.substring(hdr.length()).trim();
|
/external/libpcap/ |
sf-pcap-ng.c | 227 static int pcap_ng_next_packet(pcap_t *p, struct pcap_pkthdr *hdr, 941 * in hdr and a pointer to the contents in data. Return 0 on success, 1 945 pcap_ng_next_packet(pcap_t *p, struct pcap_pkthdr *hdr, u_char **data) 991 hdr->caplen = SWAPLONG(epbp->caplen); 992 hdr->len = SWAPLONG(epbp->len); 997 hdr->caplen = epbp->caplen; 998 hdr->len = epbp->len; 1025 hdr->len = SWAPLONG(spbp->len); 1027 hdr->len = spbp->len; 1034 hdr->caplen = hdr->len [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
write_err_android.go | 137 hdr := writeBuf[:11] 141 // hdr[0] log type id (unsigned char), defined in <log/log.h> 142 // hdr[1:2] tid (uint16_t) 143 // hdr[3:11] log_time defined in <log/log_read.h> 144 // hdr[3:7] sec unsigned uint32, little endian. 145 // hdr[7:11] nsec unsigned uint32, little endian. 146 hdr[0] = 0 // LOG_ID_MAIN 148 packUint32(hdr[3:7], uint32(sec)) 149 packUint32(hdr[7:11], uint32(nsec)) 151 // TODO(hakim): hdr[1:2] = gettid [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
write_err_android.go | 137 hdr := writeBuf[:11] 141 // hdr[0] log type id (unsigned char), defined in <log/log.h> 142 // hdr[1:2] tid (uint16_t) 143 // hdr[3:11] log_time defined in <log/log_read.h> 144 // hdr[3:7] sec unsigned uint32, little endian. 145 // hdr[7:11] nsec unsigned uint32, little endian. 146 hdr[0] = 0 // LOG_ID_MAIN 148 packUint32(hdr[3:7], uint32(sec)) 149 packUint32(hdr[7:11], uint32(nsec)) 151 // TODO(hakim): hdr[1:2] = gettid [all...] |
/system/bt/embdrv/sbc/decoder/srce/ |
bitalloc-sbc.c | 133 uint16_t hdr; local 137 hdr = 9 * nrof_subbands; 140 hdr = 4 * nrof_subbands; 142 hdr = 8 * nrof_subbands; 148 bits = 8 * (frameLen - SBC_HEADER_LEN) - hdr;
|
/toolchain/binutils/binutils-2.25/gas/config/ |
obj-ecoff.c | 143 HDRR *hdr; local 149 hdr = &ecoff_data (stdoutput)->debug_info.symbolic_header; 150 ecoff_build_debug (hdr, &buf, debug_swap); 155 if (hdr->count == 0) \ 160 set += hdr->count * size; \
|