HomeSort by: relevance | last modified time | path
    Searched defs:mle (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
service-publisher.c 1682 const char *mle = none; local
1686 mle = ml_eid;
1690 INFO("ext_address: " PRI_S_SRP " ml_eid: " PRI_S_SRP PUB_S_SRP " %d", ea, mle, added ? " added" : " removed", status);
1713 if (mle != none) {
1714 publisher->wed_ml_eid_string = strdup(mle);
1744 const char *mle = none; local
1747 mle = ml_eid;
1752 mle = ml_eid;
1757 INFO("ml_eid: " PRI_S_SRP ", status %d", mle, status);
1768 if (mle != none)
    [all...]
  /src/external/bsd/wpa/dist/src/ap/
drv_callbacks.c 147 const u8 *mle, *pos; local
172 mle = wpabuf_head(mlebuf);
175 mle_len - MULTI_LINK_CONTROL_LEN < mle[MULTI_LINK_CONTROL_LEN]) {
183 pos = mle + MULTI_LINK_CONTROL_LEN + mle[MULTI_LINK_CONTROL_LEN];
185 (MULTI_LINK_CONTROL_LEN + mle[MULTI_LINK_CONTROL_LEN]);
  /src/external/gpl3/gdb/dist/gdb/
disasm.c 538 struct deprecated_dis_line_entry *mle; local
554 mle = (struct deprecated_dis_line_entry *)
583 mle[newlines].line = le[i].line;
586 mle[newlines].start_pc = le[i].pc (objfile);
587 mle[newlines].end_pc = le[i + 1].pc (objfile);
596 mle[newlines].line = le[i].line;
597 mle[newlines].start_pc = le[i].pc (objfile);
599 mle[newlines].end_pc = sal.end;
603 /* Now, sort mle by line #s (and, then by addresses within lines). */
606 std::sort (mle, mle + newlines, line_is_less_than)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
disasm.c 580 struct deprecated_dis_line_entry *mle; local
596 mle = (struct deprecated_dis_line_entry *)
625 mle[newlines].line = le[i].line;
628 mle[newlines].start_pc = le[i].pc (objfile);
629 mle[newlines].end_pc = le[i + 1].pc (objfile);
638 mle[newlines].line = le[i].line;
639 mle[newlines].start_pc = le[i].pc (objfile);
641 mle[newlines].end_pc = sal.end;
645 /* Now, sort mle by line #s (and, then by addresses within lines). */
648 std::sort (mle, mle + newlines, line_is_less_than)
    [all...]
  /src/external/bsd/wpa/dist/src/drivers/
driver_nl80211_event.c 585 static void nl80211_get_basic_mle_links_info(const u8 *mle, size_t mle_len,
592 mle_len - MULTI_LINK_CONTROL_LEN < mle[MULTI_LINK_CONTROL_LEN])
596 pos = mle + MULTI_LINK_CONTROL_LEN + mle[MULTI_LINK_CONTROL_LEN];
598 (MULTI_LINK_CONTROL_LEN + mle[MULTI_LINK_CONTROL_LEN]);
641 struct wpabuf *mle; local
660 mle = ieee802_11_defrag(req_elems.basic_mle, req_elems.basic_mle_len,
662 if (!mle) {
668 nl80211_get_basic_mle_links_info(wpabuf_head(mle), wpabuf_len(mle),
    [all...]

Completed in 28 milliseconds