Searched refs:socket (Results 26 - 50 of 1132) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/solaris/
H A DMakefile7 solaris-objs := entry64.o fs.o misc.o signal.o systbl.o socket.o \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dhostsyn.c26 #include <sys/socket.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/libbb/
H A Dcreate_icmp6_socket.c5 * create raw socket for icmp (IPv6 version) protocol test permission
12 //#include <sys/socket.h>
24 sock = socket(AF_INET6, SOCK_RAW,
H A Dcreate_icmp_socket.c5 * create raw socket for icmp protocol test permission
12 //#include <sys/socket.h>
23 sock = socket(AF_INET, SOCK_RAW,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dscm.h31 extern int __scm_send(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm);
36 static __inline__ void unix_get_peersec_dgram(struct socket *sock, struct scm_cookie *scm)
41 static __inline__ void unix_get_peersec_dgram(struct socket *sock, struct scm_cookie *scm)
51 static __inline__ int scm_send(struct socket *sock, struct msghdr *msg,
67 static inline void scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm)
83 static inline void scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm)
87 static __inline__ void scm_recv(struct socket *sock, struct msghdr *msg,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pcmcia/
H A Dm32r_pcc.c65 struct pcmcia_socket socket; member in struct:pcc_socket
86 static pcc_socket_t socket[M32R_MAX_PCC] = { variable
105 pcc_socket_t *t = &socket[sock];
270 return inl(socket[sock].base + reg);
276 outl(data, socket[sock].base + reg);
296 printk("m32r_pcc: No Card is detected at socket %d : stat = 0x%08x\n",stat,sock);
300 printk("m32r_pcc: Insertion fail (%.8x) at socket %d\n",stat,sock);
302 printk("m32r_pcc: Card is Inserted at socket %d(%.8x)\n",sock,stat);
308 pcc_socket_t *t = &socket[pcc_sockets];
330 /* Update socket interrup
[all...]
H A Domap_cf.c60 struct pcmcia_socket socket; member in struct:omap_cf_socket
83 /* the timer is primarily to kick this socket's pccardd */
93 pcmcia_parse_events(&cf->socket, SS_DETECT);
120 cf = container_of(s, struct omap_cf_socket, socket);
167 cf = container_of(s, struct omap_cf_socket, socket);
181 cf = container_of(s, struct omap_cf_socket, socket);
237 cf->socket.pci_irq = irq;
258 cf->socket.io_offset = (unsigned long)
260 if (!cf->socket.io_offset)
292 cf->socket
[all...]
H A Dm32r_cfc.c59 struct pcmcia_socket socket; member in struct:pcc_socket
77 static pcc_socket_t socket[M32R_MAX_PCC] = { variable
293 printk("Card is detected at socket %d : stat = 0x%08x\n", sock, stat);
301 pcc_socket_t *t = &socket[pcc_sockets];
340 /* Update socket interrupt information, capabilities */
341 t->socket.features |= (SS_CAP_PCCARD | SS_CAP_STATIC_MAP);
342 t->socket.map_size = M32R_PCC_MAPSIZE;
343 t->socket.io_offset = ioaddr; /* use for io access offset */
344 t->socket.irq_mask = 0;
346 t->socket
[all...]
H A Dvrc4171_card.c236 vrc4171_socket_t *socket; local
245 socket = &vrc4171_sockets[slot];
246 socket->csc_irq = search_nonuse_irq();
247 socket->io_irq = search_nonuse_irq();
318 vrc4171_socket_t *socket; local
328 socket = &vrc4171_sockets[slot];
344 control |= socket->io_irq;
357 cscint |= socket->csc_irq << 8;
518 vrc4171_socket_t *socket; local
525 socket
568 vrc4171_socket_t *socket; local
618 vrc4171_socket_t *socket; local
[all...]
H A Dpd6729.h25 unsigned long io_base; /* base io address of the socket */
26 struct pcmcia_socket socket; member in struct:pd6729_socket
H A Di82365.c99 /* Specify a socket number to ignore */
165 struct pcmcia_socket socket; member in struct:i82365_socket
178 static struct i82365_socket socket[8] = { variable in typeref:struct:i82365_socket
241 kio_addr_t port = socket[sock].ioaddr;
243 reg = I365_REG(socket[sock].psock, reg);
255 kio_addr_t port = socket[sock].ioaddr;
256 u_char val = I365_REG(socket[sock].psock, reg);
316 cirrus_state_t *p = &socket[s].state.cirrus;
328 cirrus_state_t *p = &socket[s].state.cirrus;
342 struct i82365_socket *t = &socket[
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/drivers/
H A Dport_user.c13 #include <sys/socket.h>
121 fd = socket(PF_INET, SOCK_STREAM, 0);
172 int port_connection(int fd, int *socket, int *pid_out) argument
183 err = os_pipe(socket, 0, 0);
189 .pipe_fd = socket[1] });
199 os_shutdown_socket(socket[0], 1, 1);
200 os_close_file(socket[0]);
201 os_shutdown_socket(socket[1], 1, 1);
202 os_close_file(socket[1]);
H A Dport_kern.c45 int socket[2]; member in struct:connection
55 fd = os_rcv_fd(conn->socket[0], &conn->helper_pid);
84 int fd, socket[2], pid, ret = 0; local
86 fd = port_connection(port->fd, socket, &pid);
103 .socket = { socket[0], socket[1] },
107 if(um_request_irq(TELNETD_IRQ, socket[0], IRQ_READ, pipe_interrupt,
248 os_shutdown_socket(conn->socket[0], 1, 1);
249 os_close_file(conn->socket[
[all...]
H A Dxterm_kern.c38 int xterm_fd(int socket, int *pid_out) argument
51 { .fd = socket,
56 err = um_request_irq(XTERM_IRQ, socket, IRQ_READ, xterm_interrupt,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/rxrpc/
H A Dar-local.c56 * create the local socket
66 /* create a socket to represent the local endpoint */
68 &local->socket);
70 _leave(" = %d [socket]", ret);
77 ret = kernel_bind(local->socket,
88 ret = kernel_setsockopt(local->socket, SOL_IP, IP_RECVERR,
97 ret = kernel_setsockopt(local->socket, SOL_IP, IP_MTU_DISCOVER,
108 /* set the socket up */
109 sock = local->socket->sk;
117 local->socket
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/smbfs/
H A Dsock.c13 #include <linux/socket.h>
38 _recvfrom(struct socket *socket, unsigned char *ubuf, int size, unsigned flags) argument
43 return kernel_recvmsg(socket, &msg, &iov, 1, size, msg.msg_flags);
47 * Return the server this socket belongs to
50 server_from_socket(struct socket *socket) argument
52 return socket->sk->sk_user_data;
56 * Called when there is data on the socket.
76 static struct socket *
108 smb_get_length(struct socket *socket, unsigned char *header) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/tests/
H A Dunixsock.c3 * Try creating a Unix-domain socket, opening it, and reading from it.
21 # include <sys/socket.h>
48 /* Create the socket. */
49 if ((sock_fd = socket(PF_LOCAL, SOCK_STREAM, 0)) < 0) {
50 perror ("socket(PF_LOCAL, SOCK_STREAM)");
54 /* Bind a name to the socket. */
89 /* the socket will be deleted when autoconf cleans up these
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dnetddp.h10 * layer and the generic socket based interfaces are understood.
18 #include <sys/socket.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/sys/netatalk/
H A Dat_proto.c16 #include <sys/socket.h>
38 * packets bound for a local socket.
43 /* socket-protocol interface. */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/zebra/
H A Dipforward_aix.c33 fd = socket(af, SOCK_DGRAM, 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/tc/
H A Dp_tcp.c18 #include <sys/socket.h>
H A Dp_udp.c18 #include <sys/socket.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/atm/
H A Dpvc.c6 #include <linux/net.h> /* struct socket, struct proto_ops */
20 static int pvc_shutdown(struct socket *sock,int how)
26 static int pvc_bind(struct socket *sock,struct sockaddr *sockaddr,
55 static int pvc_connect(struct socket *sock,struct sockaddr *sockaddr,
61 static int pvc_setsockopt(struct socket *sock, int level, int optname,
74 static int pvc_getsockopt(struct socket *sock, int level, int optname,
87 static int pvc_getname(struct socket *sock,struct sockaddr *sockaddr,
127 static int pvc_create(struct socket *sock,int protocol)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/IGMP-PROXY/src/
H A Dutil.c14 #include <sys/socket.h>
26 void k_set_loop(socket, flag)
27 int socket;
33 if (setsockopt(socket, IPPROTO_IP, IP_MULTICAST_LOOP,
41 void k_set_if(socket, ifa)
42 int socket;
48 if (setsockopt(socket, IPPROTO_IP, IP_MULTICAST_IF,
148 sockfd = socket(PF_INET, SOCK_DGRAM, 0);
212 sockfd = socket(PF_INET, SOCK_DGRAM, 0);
233 sockfd = socket(AF_INE
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dsocket.c38 #include <sys/socket.h>
85 * @param socket (r) socket, if in blocking mode, pass "setnonblocking" arg as 1
89 * io mode for the socket
94 ssize_t readt(int socket, void *data, const size_t length, int setnonblocking, int timeout) argument
105 if (setnonblock(socket, 1) != 0)
115 len = read(socket, (char *) data + stored, length - stored);
121 FD_SET(socket, &rfds);
125 while ((ret = select(socket + 1, &rfds, NULL, NULL, &tv)) < 1) {
147 FD_SET(socket,
197 writet(int socket, void *data, const size_t length, int setnonblocking, int timeout) argument
612 send_fd(int socket, int fd) argument
[all...]

Completed in 263 milliseconds

1234567891011>>