Searched refs:MSG_TRUNC (Results 1 - 25 of 43) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/libipulog/
H A Dlibipulog.h18 #ifndef MSG_TRUNC
19 #define MSG_TRUNC 0x20 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/include/libipulog/
H A Dlibipulog.h17 #ifndef MSG_TRUNC
18 #define MSG_TRUNC 0x20 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/libipq/
H A Dlibipq.h44 #ifndef MSG_TRUNC
45 #define MSG_TRUNC 0x20 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/include/libipq/
H A Dlibipq.h48 #ifndef MSG_TRUNC
49 #define MSG_TRUNC 0x20 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/libiproute/
H A Dlibnetlink.c177 if (msg.msg_flags & MSG_TRUNC) {
257 if (msg.msg_flags & MSG_TRUNC) {
302 if (msg.msg_flags & MSG_TRUNC) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/lib/
H A Dlibnetlink.c218 if (msg.msg_flags & MSG_TRUNC) {
295 if (msg.msg_flags & MSG_TRUNC) {
339 if (msg.msg_flags & MSG_TRUNC) {
396 if (msg.msg_flags & MSG_TRUNC) {
411 if (msg.msg_flags & MSG_TRUNC) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/solaris/
H A Dsocket.c182 if (flags & MSG_SOL_TRUNC) fl |= MSG_TRUNC;
194 if (flags & MSG_TRUNC) fl |= MSG_SOL_TRUNC;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsocket.h242 #define MSG_TRUNC 0x20 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Difaddrs.c229 if ((read_len < 0 && errno == EINTR) || (msg.msg_flags & MSG_TRUNC))
258 if (read_size < 0 || (msg_flags & MSG_TRUNC))
H A Dnetlink.c304 if (msg_len < 0 || msgh.msg_flags & MSG_TRUNC) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/libipq/
H A Dlibipq.c186 if (nlh->nlmsg_flags & MSG_TRUNC || nlh->nlmsg_len > status) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/
H A Daf_bluetooth.c219 msg->msg_flags |= MSG_TRUNC;
H A Dhci_sock.c374 msg->msg_flags |= MSG_TRUNC;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/libipq/
H A Dlibipq.c184 if (nlh->nlmsg_flags & MSG_TRUNC || nlh->nlmsg_len > status) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Drt_netlink.c25 #ifndef MSG_TRUNC
26 #define MSG_TRUNC 0x20 macro
27 #endif /* MSG_TRUNC */
311 if (msg.msg_flags & MSG_TRUNC)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Draw.c416 msg->msg_flags |= MSG_TRUNC;
421 } else if (msg->msg_flags&MSG_TRUNC) {
450 if (flags & MSG_TRUNC)
H A Dudp.c143 msg->msg_flags |= MSG_TRUNC;
199 if (flags & MSG_TRUNC)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rxrpc/
H A Dar-recvmsg.c60 if (flags & (MSG_OOB | MSG_TRUNC))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dsocket.c687 assert(!(msg.msg_flags & MSG_TRUNC));
836 assert(!(msg.msg_flags & MSG_TRUNC));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Draw.c604 msg->msg_flags |= MSG_TRUNC;
623 if (flags & MSG_TRUNC)
H A Dtcp.c925 if (!(flags & MSG_TRUNC))
929 msg->msg_flags |= MSG_TRUNC;
1258 if (!user_recv && !(flags & (MSG_TRUNC | MSG_PEEK))) {
1267 (flags & (MSG_PEEK | MSG_TRUNC)));
1366 if (!(flags & MSG_TRUNC)) {
H A Dudp.c841 msg->msg_flags |= MSG_TRUNC;
881 if (flags & MSG_TRUNC)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/packet/
H A Daf_packet.c1050 if (flags & ~(MSG_PEEK|MSG_DONTWAIT|MSG_TRUNC|MSG_CMSG_COMPAT))
1094 msg->msg_flags|=MSG_TRUNC;
1125 err = (flags&MSG_TRUNC) ? skb->len : copied;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dip_queue.c499 if (flags & MSG_TRUNC)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6_queue.c489 if (flags & MSG_TRUNC)

Completed in 283 milliseconds

12