Searched refs:MSG_CONFIRM (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/include-glibc/
H A Dsocketbits.h182 MSG_CONFIRM = 0x800, enumerator in enum:__anon20219
183 #define MSG_CONFIRM MSG_CONFIRM macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Dping_common.h100 #ifndef MSG_CONFIRM
101 #define MSG_CONFIRM 0 macro
H A Dtftpd.c73 #ifndef MSG_CONFIRM
74 #define MSG_CONFIRM 0 macro
394 confirmed = MSG_CONFIRM;
457 confirmed = MSG_CONFIRM;
H A Dping_common.c34 * confirm_flag fixes refusing service of kernels without MSG_CONFIRM.
36 int confirm_flag = MSG_CONFIRM;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsocket.h258 #define MSG_CONFIRM 0x800 /* Confirm path validity */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/dht/
H A Ddht.c62 #ifndef MSG_CONFIRM
63 #define MSG_CONFIRM 0 macro
2402 return dht_send(buf, i, confirm ? MSG_CONFIRM : 0, sa, salen);
2606 return dht_send(buf, i, confirm ? MSG_CONFIRM : 0, sa, salen);
2636 return dht_send(buf, i, confirm ? 0 : MSG_CONFIRM, sa, salen);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Draw.c575 if (msg->msg_flags & MSG_CONFIRM)
H A Dudp.c920 if (msg->msg_flags&MSG_CONFIRM)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Draw.c881 if (msg->msg_flags&MSG_CONFIRM)
H A Dudp.c1149 if (msg->msg_flags&MSG_CONFIRM)

Completed in 215 milliseconds