Searched refs:sendmsg (Results 1 - 25 of 75) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Disar.c49 sendmsg(struct IsdnCardState *cs, u_char his, u_char creg, u_char len, function
58 debugl1(cs, "sendmsg(%02x,%02x,%d)", his, creg, len);
167 if (!sendmsg(cs, ISAR_HIS_VNR, 0, 3, msg)) {
256 if (!sendmsg(cs, ISAR_HIS_DKEY, blk_head.d_key & 0xff, 0, NULL)) {
257 printk(KERN_ERR"isar sendmsg dkey failed\n");
306 if (!sendmsg(cs, ISAR_HIS_FIRM, 0, nom, msg)) {
307 printk(KERN_ERR"isar sendmsg prog failed\n");
332 if (!sendmsg(cs, ISAR_HIS_STDSP, 0, 2, msg)) {
333 printk(KERN_ERR"isar sendmsg start dsp failed\n");
368 if (!sendmsg(c
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dath.h101 int (*sendmsg) (int s, const void *msg, int flags);
109 int (*sendmsg) (int s, const struct msghdr *msg, int flags);
99 int (*sendmsg) (int s, const void *msg, int flags); member in struct:ath_ops
107 int (*sendmsg) (int s, const struct msghdr *msg, int flags); member in struct:ath_ops
H A Dath.c320 if (ops_set && ops.sendmsg)
321 return (*ops.sendmsg) (s, msg, flags);
326 return sendmsg (s, msg, flags);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dudplite.c59 .sendmsg = udp_sendmsg,
H A Daf_inet.c53 * Alan Cox : sendmsg/recvmsg basic support.
54 * Alan Cox : Only sendmsg/recvmsg now supported.
696 return sk->sk_prot->sendmsg(iocb, sk, msg, size);
838 .sendmsg = inet_sendmsg,
863 .sendmsg = inet_sendmsg,
892 .sendmsg = inet_sendmsg,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dudplite.c54 .sendmsg = udpv6_sendmsg,
H A Daf_inet6.c493 .sendmsg = inet_sendmsg, /* ok */
518 .sendmsg = inet_sendmsg, /* ok */
550 .sendmsg = inet_sendmsg, /* ok */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnet.h159 int (*sendmsg) (struct kiocb *iocb, struct socket *sock, member in struct:proto_ops
279 SOCKCALL_WRAP(name, sendmsg, (struct kiocb *iocb, struct socket *sock, struct msghdr *m, size_t len), \
302 .sendmsg = __lock_##name##_sendmsg, \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dudp_io.c92 return sendmsg(fd, &msg, flags);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/atm/
H A Dpvc.c120 .sendmsg = vcc_sendmsg,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/libiproute/
H A Dlibnetlink.c102 return sendmsg(rth->fd, &msg, 0);
224 status = sendmsg(rtnl->fd, &msg, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Drelay6_socket.c460 if ((count = sendmsg(sendsock->send_sock_desc, &msg, 0)) < 0) {
461 perror("sendmsg");
466 perror("bytes in sendmsg");
531 if ((count = sendmsg(sendsock->send_sock_desc, &msg, 0)) < 0) {
532 perror("sendmsg");
537 perror("bytes sendmsg");
610 if ((count = sendmsg(sendsock->send_sock_desc, &msg, 0)) < 0) {
611 perror("sendmsg");
616 perror("bytes sendmsg");
695 if ((count = sendmsg(sendsoc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dmconsole_user.c61 return sendmsg(req->originating_fd, &msg, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Dchroot.c136 if (sendmsg(fd, &msg, 0) < 0) {
137 avahi_log_error("sendmsg() failed: %s", strerror(errno));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/bnep/
H A Dsock.c188 .sendmsg = sock_no_sendmsg,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/cmtp/
H A Dsock.c179 .sendmsg = sock_no_sendmsg,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/hidp/
H A Dsock.c230 .sendmsg = sock_no_sendmsg,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/lib/
H A Dlibnetlink.c145 return sendmsg(rth->fd, &msg, 0);
260 status = sendmsg(rtnl->fd, &msg, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/libipq/
H A Dlibipq.c117 int status = sendmsg(h->fd, msg, flags);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/libipq/
H A Dlibipq.c115 int status = sendmsg(h->fd, msg, flags);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Dsend.c424 err = sendmsg(sock, &mhdr, 0);
428 flog(LOG_WARNING, "sendmsg: %s", strerror(errno));
430 dlog(LOG_DEBUG, 3, "sendmsg: %s", strerror(errno));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dsocket.c1648 .sendmsg = send_msg,
1669 .sendmsg = send_packet,
1690 .sendmsg = send_stream,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_network.c396 retval = sendmsg (ospf6_sock, &smsghdr, 0);
398 zlog_warn ("Network: sendmsg (ifindex: %d) failed: %s(%d)",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dsyscall_table.S286 ENTRY_COMP(sendmsg)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dsocket.c625 LOG(log_error, logtype_cnid, "error in sendmsg: %s", strerror(errno));
653 ret = sendmsg(socket,&msgh, 0);
656 LOG(log_error, logtype_cnid, "error in sendmsg: %s", strerror(errno));

Completed in 212 milliseconds

123