Searched defs:bp (Results 1 - 25 of 256) sorted by last modified time

1234567891011

/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Ddriver_wext.c1201 int ret = 0, timeout, i = 0, bp; local
1219 bp = WEXT_CSCAN_HEADER_SIZE;
1220 os_memcpy(buf, WEXT_CSCAN_HEADER, bp);
1222 if ((bp + IW_ESSID_MAX_SIZE + 10) >= (int)sizeof(buf))
1229 buf[bp++] = WEXT_CSCAN_SSID_SECTION;
1230 buf[bp++] = ssid->ssid_len;
1231 os_memcpy(&buf[bp], ssid->ssid, ssid->ssid_len);
1232 bp += ssid->ssid_len;
1239 buf[bp++] = WEXT_CSCAN_CHANNEL_SECTION;
1240 buf[bp
2526 int bp, i; local
2599 int ret = 0, i = 0, bp; local
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_atheros.c1580 unsigned char *bp = buf; local
1593 bp = malloc(len);
1594 if (bp == NULL) {
1600 eth = (struct l2_ethhdr *) bp;
1606 wpa_hexdump(MSG_MSGDUMP, "TX EAPOL", bp, len);
1608 status = l2_packet_send(drv->sock_xmit, addr, ETH_P_EAPOL, bp, len);
1610 if (bp != buf)
1611 free(bp);
H A Ddriver_madwifi.c1086 unsigned char *bp = buf; local
1099 bp = malloc(len);
1100 if (bp == NULL) {
1106 eth = (struct l2_ethhdr *) bp;
1112 wpa_hexdump(MSG_MSGDUMP, "TX EAPOL", bp, len);
1114 status = l2_packet_send(drv->sock_xmit, addr, ETH_P_EAPOL, bp, len);
1116 if (bp != buf)
1117 free(bp);
H A Ddriver_nl80211.c9104 int ret = 0, i = 0, bp; local
9107 bp = WEXT_PNOSETUP_HEADER_SIZE;
9108 os_memcpy(buf, WEXT_PNOSETUP_HEADER, bp);
9109 buf[bp++] = WEXT_PNO_TLV_PREFIX;
9110 buf[bp++] = WEXT_PNO_TLV_VERSION;
9111 buf[bp++] = WEXT_PNO_TLV_SUBVERSION;
9112 buf[bp++] = WEXT_PNO_TLV_RESERVED;
9117 if ((bp + WEXT_PNO_SSID_HEADER_SIZE + MAX_SSID_LEN +
9123 buf[bp++] = WEXT_PNO_SSID_SECTION;
9124 buf[bp
[all...]
H A Ddriver_wext.c2396 int ret = 0, i = 0, bp; local
2399 bp = WEXT_PNOSETUP_HEADER_SIZE;
2400 os_memcpy(buf, WEXT_PNOSETUP_HEADER, bp);
2401 buf[bp++] = WEXT_PNO_TLV_PREFIX;
2402 buf[bp++] = WEXT_PNO_TLV_VERSION;
2403 buf[bp++] = WEXT_PNO_TLV_SUBVERSION;
2404 buf[bp++] = WEXT_PNO_TLV_RESERVED;
2411 if ((bp + WEXT_PNO_SSID_HEADER_SIZE + IW_ESSID_MAX_SIZE +
2418 buf[bp++] = WEXT_PNO_SSID_SECTION;
2419 buf[bp
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_atheros.c1580 unsigned char *bp = buf; local
1593 bp = malloc(len);
1594 if (bp == NULL) {
1600 eth = (struct l2_ethhdr *) bp;
1606 wpa_hexdump(MSG_MSGDUMP, "TX EAPOL", bp, len);
1608 status = l2_packet_send(drv->sock_xmit, addr, ETH_P_EAPOL, bp, len);
1610 if (bp != buf)
1611 free(bp);
H A Ddriver_madwifi.c1086 unsigned char *bp = buf; local
1099 bp = malloc(len);
1100 if (bp == NULL) {
1106 eth = (struct l2_ethhdr *) bp;
1112 wpa_hexdump(MSG_MSGDUMP, "TX EAPOL", bp, len);
1114 status = l2_packet_send(drv->sock_xmit, addr, ETH_P_EAPOL, bp, len);
1116 if (bp != buf)
1117 free(bp);
H A Ddriver_nl80211.c9104 int ret = 0, i = 0, bp; local
9107 bp = WEXT_PNOSETUP_HEADER_SIZE;
9108 os_memcpy(buf, WEXT_PNOSETUP_HEADER, bp);
9109 buf[bp++] = WEXT_PNO_TLV_PREFIX;
9110 buf[bp++] = WEXT_PNO_TLV_VERSION;
9111 buf[bp++] = WEXT_PNO_TLV_SUBVERSION;
9112 buf[bp++] = WEXT_PNO_TLV_RESERVED;
9117 if ((bp + WEXT_PNO_SSID_HEADER_SIZE + MAX_SSID_LEN +
9123 buf[bp++] = WEXT_PNO_SSID_SECTION;
9124 buf[bp
[all...]
H A Ddriver_wext.c2396 int ret = 0, i = 0, bp; local
2399 bp = WEXT_PNOSETUP_HEADER_SIZE;
2400 os_memcpy(buf, WEXT_PNOSETUP_HEADER, bp);
2401 buf[bp++] = WEXT_PNO_TLV_PREFIX;
2402 buf[bp++] = WEXT_PNO_TLV_VERSION;
2403 buf[bp++] = WEXT_PNO_TLV_SUBVERSION;
2404 buf[bp++] = WEXT_PNO_TLV_RESERVED;
2411 if ((bp + WEXT_PNO_SSID_HEADER_SIZE + IW_ESSID_MAX_SIZE +
2418 buf[bp++] = WEXT_PNO_SSID_SECTION;
2419 buf[bp
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_atheros.c1580 unsigned char *bp = buf; local
1593 bp = malloc(len);
1594 if (bp == NULL) {
1600 eth = (struct l2_ethhdr *) bp;
1606 wpa_hexdump(MSG_MSGDUMP, "TX EAPOL", bp, len);
1608 status = l2_packet_send(drv->sock_xmit, addr, ETH_P_EAPOL, bp, len);
1610 if (bp != buf)
1611 free(bp);
H A Ddriver_madwifi.c1086 unsigned char *bp = buf; local
1099 bp = malloc(len);
1100 if (bp == NULL) {
1106 eth = (struct l2_ethhdr *) bp;
1112 wpa_hexdump(MSG_MSGDUMP, "TX EAPOL", bp, len);
1114 status = l2_packet_send(drv->sock_xmit, addr, ETH_P_EAPOL, bp, len);
1116 if (bp != buf)
1117 free(bp);
H A Ddriver_nl80211.c9104 int ret = 0, i = 0, bp; local
9107 bp = WEXT_PNOSETUP_HEADER_SIZE;
9108 os_memcpy(buf, WEXT_PNOSETUP_HEADER, bp);
9109 buf[bp++] = WEXT_PNO_TLV_PREFIX;
9110 buf[bp++] = WEXT_PNO_TLV_VERSION;
9111 buf[bp++] = WEXT_PNO_TLV_SUBVERSION;
9112 buf[bp++] = WEXT_PNO_TLV_RESERVED;
9117 if ((bp + WEXT_PNO_SSID_HEADER_SIZE + MAX_SSID_LEN +
9123 buf[bp++] = WEXT_PNO_SSID_SECTION;
9124 buf[bp
[all...]
H A Ddriver_wext.c2396 int ret = 0, i = 0, bp; local
2399 bp = WEXT_PNOSETUP_HEADER_SIZE;
2400 os_memcpy(buf, WEXT_PNOSETUP_HEADER, bp);
2401 buf[bp++] = WEXT_PNO_TLV_PREFIX;
2402 buf[bp++] = WEXT_PNO_TLV_VERSION;
2403 buf[bp++] = WEXT_PNO_TLV_SUBVERSION;
2404 buf[bp++] = WEXT_PNO_TLV_RESERVED;
2411 if ((bp + WEXT_PNO_SSID_HEADER_SIZE + IW_ESSID_MAX_SIZE +
2418 buf[bp++] = WEXT_PNO_SSID_SECTION;
2419 buf[bp
[all...]
/external/webkit/Source/WebCore/platform/graphics/
H A DFontFamily.cpp49 const FontFamily* bp; local
50 for (ap = a.next(), bp = b.next(); ap != bp; ap = ap->next(), bp = bp->next()) {
51 if (!ap || !bp)
53 if (ap->family() != bp->family())
/external/v8/test/cctest/
H A Dtest-debug.cc495 int bp = SetBreakPoint(fun, position); local
516 ClearBreakPoint(bp);
1167 int bp = SetBreakPoint(foo, 0); local
1174 ClearBreakPoint(bp);
1200 int bp = SetBreakPoint(foo, 0); local
1207 ClearBreakPoint(bp);
1233 int bp = SetBreakPoint(foo, 0); local
1240 ClearBreakPoint(bp);
1266 int bp = SetBreakPoint(foo, 0); local
1273 ClearBreakPoint(bp);
1300 int bp = SetBreakPoint(foo, 0); local
1343 int bp = SetBreakPoint(foo, 0); local
2373 int bp = SetBreakPoint(foo, 0); local
2436 int bp = SetBreakPoint(foo, foo_break_position_1); local
[all...]
/external/valgrind/main/callgrind/
H A Dbb.c291 BB *bb, *bp; local
300 /* bb points at the current bb under consideration, and bp is the
302 bp = NULL;
305 bp = bb;
322 if (bp == NULL) {
328 bp->next = bb->next;
/external/valgrind/main/coregrind/m_gdbserver/
H A Dremote-utils.c834 char *bp; local
850 bp = buf;
857 *bp++ = c;
860 *bp = 0;
889 return bp - buf;
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-linux.c5872 char *bp = (*vkuu)->buffer; local
5878 POST_MEM_WRITE((Addr)bp, (*vkuu)->iso_frame_desc[i].actual_length);
5879 bp += (*vkuu)->iso_frame_desc[i].length; // FIXME: or actual_length??
/external/valgrind/main/coregrind/
H A Dvgdb.c962 user_mod.regs.ebp = sp; // bp set to sp
969 user_mod.regs.rbp = sp; // bp set to sp
1023 user_mod.regs.rbp = sp; // bp set to sp
1528 char *bp; local
1544 bp = buf;
1555 prev = *(bp-1);
1560 *bp++ = prev;
1562 *bp++ = c;
1566 *bp = 0;
1587 return bp
[all...]
/external/tcpdump/
H A Dprint-ah.c44 ah_print(register const u_char *bp) argument
51 ah = (const struct ah *)bp;
63 if (bp + sizeof(struct ah) + sumlen > ep)
H A Dprint-ap1394.c57 ap1394_hdr_print(register const u_char *bp, u_int length) argument
60 fp = (const struct firewire_header *)bp;
H A Dprint-arcnet.c58 arcnet_print(const u_char *bp, u_int length, int phds, int flag, u_int seqid) argument
64 ap = (const struct arc_header *)bp;
H A Dprint-arp.c177 const u_char *bp, u_int length, u_int caplen)
182 ap = (const struct atmarp_pkthdr *)bp;
256 const u_char *bp, u_int length, u_int caplen)
261 ap = (const struct arp_pkthdr *)bp;
265 atmarp_print(ndo, bp, length, caplen);
176 atmarp_print(netdissect_options *ndo, const u_char *bp, u_int length, u_int caplen) argument
255 arp_print(netdissect_options *ndo, const u_char *bp, u_int length, u_int caplen) argument
H A Dprint-atalk.c94 llap_print(register const u_char *bp, u_int length) argument
110 lp = (const struct LAP *)bp;
111 bp += sizeof(*lp);
121 sdp = (const struct atShortDDP *)bp;
126 bp += ddpSSize;
129 ddp_print(bp, length, sdp->type, 0, lp->src, sdp->srcSkt);
137 dp = (const struct atDDP *)bp;
144 bp += ddpSize;
147 ddp_print(bp, length, dp->type, snet, dp->srcNode, dp->srcSkt);
152 klap_print(bp, lengt
170 atalk_print(register const u_char *bp, u_int length) argument
196 aarp_print(register const u_char *bp, u_int length) argument
233 ddp_print(register const u_char *bp, register u_int length, register int t, register u_short snet, register u_char snode, u_char skt) argument
[all...]
H A Dprint-beep.c52 beep_print(const u_char *bp, u_int length) argument
55 if (l_strnstart("MSG", 4, (const char *)bp, length)) /* A REQuest */
57 else if (l_strnstart("RPY ", 4, (const char *)bp, length))
59 else if (l_strnstart("ERR ", 4, (const char *)bp, length))
61 else if (l_strnstart("ANS ", 4, (const char *)bp, length))
63 else if (l_strnstart("NUL ", 4, (const char *)bp, length))
65 else if (l_strnstart("SEQ ", 4, (const char *)bp, length))
67 else if (l_strnstart("END", 4, (const char *)bp, length))

Completed in 471 milliseconds

1234567891011