Lines Matching defs:SEND
53 SEND,
81 /* Default number of frames to send (-1 = infinite) */
715 len = send(sk, buf + sent, buflen, 0);
737 len = send(sk, buf, buflen, 0);
739 syslog(LOG_ERR, "Send failed: %s (%d)",
863 if (send(sk, buf, L2CAP_CMD_HDR_SIZE + L2CAP_INFO_REQ_SIZE, 0) < 0) {
864 perror("Can't send info request");
890 if (send(sk, buf, L2CAP_CMD_HDR_SIZE + L2CAP_INFO_REQ_SIZE, 0) < 0) {
891 perror("Can't send info request");
940 if (send(sk, buf, L2CAP_CMD_HDR_SIZE + L2CAP_INFO_REQ_SIZE, 0) < 0) {
941 perror("Can't send info request");
1017 "\t-w listen and send\n"
1019 "\t-x listen, then send, then dump incoming data\n"
1020 "\t-s connect and send\n"
1023 "\t-y connect, then send, then dump incoming data\n"
1035 "\t[-N num] send num frames (default = infinite)\n"
1036 "\t[-C num] send num frames before delay (default = 1)\n"
1062 mode = SEND;
1238 case SEND: