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

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/hisax/
H A Disar.c48 sendmsg(struct IsdnCardState *cs, u_char his, u_char creg, u_char len, function
58 debugl1(cs, "sendmsg(%02x,%02x,%d)", his, creg, len);
172 if (!sendmsg(cs, ISAR_HIS_VNR, 0, 3, msg))
259 if (!sendmsg(cs, ISAR_HIS_DKEY, blk_head.d_key & 0xff, 0, NULL)) {
260 printk(KERN_ERR"isar sendmsg dkey failed\n");
307 if (!sendmsg(cs, ISAR_HIS_FIRM, 0, nom, msg)) {
308 printk(KERN_ERR"isar sendmsg prog failed\n");
331 if (!sendmsg(cs, ISAR_HIS_STDSP, 0, 2, msg)) {
332 printk(KERN_ERR"isar sendmsg start dsp failed\n");
367 if (!sendmsg(c
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dnet.h109 int (*sendmsg) (struct socket *sock, struct msghdr *m, int total_len, struct scm_cookie *scm); member in struct:proto_ops
198 SOCKCALL_WRAP(name, sendmsg, (struct socket *sock, struct msghdr *m, int len, struct scm_cookie *scm), \
220 sendmsg: __lock_##name##_sendmsg, \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dnet.h109 int (*sendmsg) (struct socket *sock, struct msghdr *m, int total_len, struct scm_cookie *scm); member in struct:proto_ops
198 SOCKCALL_WRAP(name, sendmsg, (struct socket *sock, struct msghdr *m, int len, struct scm_cookie *scm), \
220 sendmsg: __lock_##name##_sendmsg, \
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/atm/
H A Dpvc.c95 sendmsg: atm_sendmsg,
H A Dsvc.c404 sendmsg: atm_sendmsg,
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bluetooth/bnep/
H A Dsock.c184 sendmsg: sock_no_sendmsg,
H A Dcore.c104 return sock->ops->sendmsg(sock, &s->msg, len, NULL);
431 len = sock->ops->sendmsg(sock, &s->msg, len, NULL);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Daf_inet6.c477 sendmsg: inet_sendmsg, /* ok */
498 sendmsg: inet_sendmsg, /* ok */
H A Draw.c915 sendmsg: rawv6_sendmsg,
/asus-wl-520gu-7.0.1.45/src/router/iproute2/lib/
H A Dlibnetlink.c122 return sendmsg(rth->fd, &msg, 0);
236 status = sendmsg(rtnl->fd, &msg, 0);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ncpfs/
H A Dsock.c77 err = sock->ops->sendmsg(sock, &msg, len, &scm);
381 result = sock->ops->sendmsg(sock, &msg, size + 16, &scm);
/asus-wl-520gu-7.0.1.45/src/router/vsftpd/
H A Dsysdeputil.c991 retval = sendmsg(sock_fd, &msg, 0);
994 die("sendmsg");
1060 retval = sendmsg(sock_fd, &msg, 0);
1063 die("sendmsg");
/asus-wl-520gu-7.0.1.45/src/router/iptables/libipq/
H A Dlibipq.c115 int status = sendmsg(h->fd, msg, flags);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Daf_inet.c49 * Alan Cox : sendmsg/recvmsg basic support.
50 * Alan Cox : Only sendmsg/recvmsg now supported.
757 return sk->prot->sendmsg(sk, msg, size);
960 sendmsg: inet_sendmsg,
981 sendmsg: inet_sendmsg,
H A Draw.c351 "raw sendmsg. Fix it!\n",
692 sendmsg: raw_sendmsg,
H A Dudp.c56 * Olaf Kirch : Don't linearise iovec on sendmsg.
1138 sendmsg: udp_sendmsg,
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/irda/
H A Daf_irda.c2416 sendmsg: irda_sendmsg,
2437 sendmsg: irda_sendmsg,
2458 sendmsg: irda_sendmsg_dgram,
2480 sendmsg: irda_sendmsg_ultra,
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/smbfs/
H A Dsock.c80 err = socket->ops->sendmsg(socket, &msg, len, &scm);
840 err = sock->ops->sendmsg(sock, &msg, packet_length, &scm);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/kernel/
H A Dsyscall.S576 ENTRY_DIFF(sendmsg)
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bluetooth/
H A Dhci_sock.c528 sendmsg: hci_sock_sendmsg,
H A Dsco.c946 sendmsg: sco_sock_sendmsg,
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/packet/
H A Daf_packet.c32 * Alan Cox : sendmsg/recvmsg support.
1791 sendmsg: packet_sendmsg_spkt,
1813 sendmsg: packet_sendmsg,
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/unix/
H A Daf_unix.c1814 sendmsg: unix_stream_sendmsg,
1835 sendmsg: unix_dgram_sendmsg,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dpppoe.c1056 sendmsg: pppoe_sendmsg,
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/econet/
H A Daf_econet.c714 sendmsg: econet_sendmsg,

Completed in 146 milliseconds

12