Lines Matching defs:bp
1086 unsigned char *bp = buf;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);