Searched refs:socket (Results 226 - 250 of 1132) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/dsi/
H A Ddsi_opensess.c40 if (setnonblock(dsi->socket, 1) < 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/sys/solaris/
H A Dddp.c12 #include <sys/socket.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/cluster/
H A Dtcp_internal.h85 * to increase. it is increased when a connecting socket succeeds
86 * or fails or when an accepted socket is attached. */
107 /* after we give up on a socket we wait a while before deciding
116 struct socket *sc_sock;
123 /* rx and connect work are generated from socket callbacks. sc
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Ddict.c28 #include <sys/socket.h>
H A Dhostasyn.c26 #include <sys/socket.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/libtest/
H A Dlib505.c25 #include <sys/socket.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/include/linux/
H A Dnetlink.h4 #include <linux/socket.h> /* for sa_family_t */
9 #define NETLINK_USERSOCK 2 /* Reserved for user mode socket protocols */
11 #define NETLINK_INET_DIAG 4 /* INET socket monitoring */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/lib/
H A Dll_addr.c18 #include <sys/socket.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dinterfaces.c36 #include <sys/socket.h>
106 if ((fd = socket(AF_INET, SOCK_DGRAM, 0)) == -1) {
179 if ((fd = socket(AF_INET, SOCK_DGRAM, 0)) == -1) {
268 if ((fd = socket(AF_INET, SOCK_DGRAM, 0)) == -1) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/tc/
H A Dm_pedit.h21 #include <sys/socket.h>
H A Dq_prio.c22 #include <sys/socket.h>
H A Dq_sfq.c18 #include <sys/socket.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/rose/
H A Drose_loopback.c10 #include <linux/socket.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/x25/
H A Dsysctl_net_x25.c10 #include <linux/socket.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pcmcia/
H A Dau1000_generic.h45 /* pcmcia socket 1 needs external glue logic so the memory map
93 struct pcmcia_socket socket; member in struct:au1000_pcmcia_socket
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Daf_unix.h4 #include <linux/socket.h>
72 /* The AF_UNIX socket */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/
H A DMakefile10 obj-$(CONFIG_NET) := socket.o core/
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ax25/
H A Dax25_std_subr.c11 #include <linux/socket.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/bluetooth/
H A Daf_bluetooth.c98 static int bt_sock_create(struct socket *sock, int proto)
163 struct sock *bt_accept_dequeue(struct sock *parent, struct socket *newsock)
195 int bt_sock_recvmsg(struct kiocb *iocb, struct socket *sock,
246 unsigned int bt_sock_poll(struct file * file, struct socket *sock, poll_table *wait)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/rc/
H A Dppp.c26 #include <sys/socket.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/
H A Dtivo_beacon.c43 #include <sys/socket.h>
57 * setup the socket used to handle incoming HTTP connections. */
65 if( (s = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP)) < 0)
67 DPRINTF(E_ERROR, L_TIVO, "socket(http): %s\n", strerror(errno));
105 int s = socket(PF_INET, SOCK_STREAM, 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/
H A Dtivo_beacon.c43 #include <sys/socket.h>
55 * setup the socket used to handle incoming HTTP connections. */
63 if( (s = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP)) < 0)
65 DPRINTF(E_ERROR, L_TIVO, "socket(http): %s\n", strerror(errno));
111 s = socket(PF_INET, SOCK_STREAM, 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/
H A Dtivo_beacon.c43 #include <sys/socket.h>
57 * setup the socket used to handle incoming HTTP connections. */
65 if( (s = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP)) < 0)
67 DPRINTF(E_ERROR, L_TIVO, "socket(http): %s\n", strerror(errno));
105 int s = socket(PF_INET, SOCK_STREAM, 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/plugins/pppoe/
H A Dpppoe_relay.c140 pc->sv_sock = socket( AF_PPPOX, SOCK_DGRAM, PX_PROTO_OE);
142 poe_fatal(ses,"Cannot open PPPoE socket: %i",errno);
145 pc->cl_sock = socket( AF_PPPOX, SOCK_DGRAM, PX_PROTO_OE);
147 poe_fatal(ses,"Cannot open PPPoE socket: %i",errno);
157 poe_fatal(ses,"Cannot connect PPPoE socket: %i",errno);
167 poe_fatal(ses,"Cannot connect PPPoE socket: %i",errno);
173 poe_fatal(ses,"Cannot set forwarding on PPPoE socket: %i",errno);
178 poe_fatal(ses,"Cannot set forwarding on PPPoE socket: %i",errno);
232 ses->fwd_sock = socket(PF_PACKET, SOCK_DGRAM, 0);
234 poe_fatal(ses,"Cannot create PF_PACKET socket fo
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/udhcpd/
H A Dpacket.c5 #include <sys/socket.h>
47 /* read a packet from socket fd, return -1 on read error, -2 on packet error */
61 DEBUG(LOG_INFO, "couldn't read on listening socket, ignoring");
126 if ((fd = socket(PF_PACKET, SOCK_DGRAM, htons(ETH_P_IP))) < 0) {
127 DEBUG(LOG_ERR, "socket call failed: %s", strerror(errno));
163 DEBUG(LOG_ERR, "write on socket failed: %s", strerror(errno));
178 if ((fd = socket(PF_INET, SOCK_DGRAM, IPPROTO_UDP)) < 0)

Completed in 233 milliseconds

1234567891011>>