HomeSort by relevance Sort by last modified time
    Searched defs:info_req (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/hcidump/parser/
l2cap.c 643 static inline void info_req(int level, l2cap_cmd_hdr *cmd, struct frame *frm) function
735 info_req(level, hdr, frm);
  /external/ppp/pppd/plugins/rp-pppoe/
if.c 789 dl_info_req_t info_req; local
793 info_req.dl_primitive = DL_INFO_REQ;
796 ctl.len = sizeof (info_req);
797 ctl.buf = (char *) &info_req;

Completed in 30 milliseconds