Searched refs:UDP (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dfloppy.c304 #define UDP (&drive_params[drive]) macro
677 fd_timeout.expires = jiffies + UDP->timeout;
679 if (UDP->flags & FD_DEBUG) {
737 if (time_before(jiffies, UDRS->select_date + UDP->select_delay))
748 if (UDP->flags & FD_DEBUG) {
755 if (UDP->flags & FD_BROKEN_DCL)
757 if ((fd_inb(FD_DIR) ^ UDP->flags) & 0x80) {
766 if ((UDP->flags & FTD_MSG) &&
802 if (UDP->flags & FD_DEBUG) {
954 if (UDP
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dallformats.c209 REGISTER_PROTOCOL (UDP, udp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dsocket.c183 /* Look up the association by its id. If this is not a UDP-style
190 /* If this is not a UDP-style socket, assoc id should be ignored. */
191 if (!sctp_style(sk, UDP)) {
206 /* Otherwise this is a UDP-style socket. */
249 /* API 3.1.2 bind() - UDP Style Syntax
982 * state - UDP-style peeled off socket or a TCP-style socket that
1298 /* API 3.1.3 sendmsg() - UDP Style Syntax
1523 * API 3.1.2 bind() - UDP Style Syntax
1646 * when SCTP_ADDR_OVER flag is set in the UDP model.
1751 /* API 3.1.3 recvmsg() - UDP Styl
[all...]
H A Dsm_sideeffect.c740 * a TCP-style or UDP-style peeled-off socket in
742 * For a UDP-style socket, the waiters are woken up by the
745 if (!sctp_style(sk, UDP))
861 if (!sctp_style(sk, UDP))

Completed in 76 milliseconds