Searched refs:socket (Results 426 - 450 of 1132) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dipv6.h520 * socket options (ipv6_sockglue.c)
554 extern int inet6_release(struct socket *sock);
555 extern int inet6_bind(struct socket *sock, struct sockaddr *uaddr,
557 extern int inet6_getname(struct socket *sock, struct sockaddr *uaddr,
559 extern int inet6_ioctl(struct socket *sock, unsigned int cmd,
H A Dudp.h86 * @sk: socket we are writing to
133 extern unsigned int udp_poll(struct file *file, struct socket *sock,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/pcmcia/
H A Dds.h135 /* the socket and the device_no [for multifunction devices]
137 struct pcmcia_socket *socket; member in struct:pcmcia_device
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/scsi/
H A Dlibiscsi.h37 struct socket;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/802/
H A Dfddi.c35 #include <linux/socket.h>
H A Dhippi.c28 #include <linux/socket.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/atm/
H A Dioctl.c9 #include <linux/net.h> /* struct socket, struct proto_ops */
49 int vcc_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ax25/
H A Dax25_ds_subr.c12 #include <linux/socket.h>
H A Dax25_ip.c11 #include <linux/socket.h>
H A Dax25_std_timer.c14 #include <linux/socket.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/bluetooth/bnep/
H A Dcore.c43 #include <linux/socket.h>
86 by the socket layer which has to hold the refference to this module.
100 struct socket *sock = s->sock;
409 struct socket *sock = s->sock;
509 /* Release the socket */
537 int bnep_add_connection(struct bnep_connadd_req *req, struct socket *sock)
627 /* Wakeup user-space which is polling for socket errors.
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/bridge-1.x/libbridge/
H A Dlibbridge_init.c33 if ((br_socket_fd = socket(AF_INET, SOCK_STREAM, 0)) < 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/rc/
H A Dudhcpc.c24 #include <sys/socket.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/shared/
H A Dnetconf.h25 #include <sys/socket.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/
H A Dupnphttp.c18 #include <sys/socket.h>
61 ret->socket = s;
68 if(close(h->socket) < 0)
70 DPRINTF(E_ERROR, L_HTTP, "CloseSocket_upnphttp: close(%d): %s\n", h->socket, strerror(errno));
72 h->socket = -1;
81 if(h->socket >= 0)
849 n = recv(h->socket, buf, 2048, 0);
881 n = recv(h->socket, buf, 2048, 0);
1026 n = send(h->socket, h->res_buf, h->res_buflen, 0);
1044 n = send(h->socket, heade
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/cluster/
H A Dtcp.c29 * the socket's tx buffers via a usual blocking sendmsg. They'll block waiting
30 * for a failed socket to timeout. TX callers can also pass in a poniter to an
34 * Handlers for unsolicited messages are registered. Each socket has a page
36 * Handlers are called from only one thread with a reference to this per-socket
43 * Our sock_container holds the state we associate with a socket. It's current
45 * is safe to tear down the socket. The socket is only finally torn down from
47 * as you hold a ref on the container you can trust that the socket is valid
48 * for use with kernel socket APIs.
116 static struct socket *o2net_listen_soc
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sunrpc/
H A Dsvcsock.c4 * These are the RPC server socket internals.
65 * after a clear, the socket must be read/accepted
69 * so when sk_inuse hits zero, we know the socket is dead
72 * no other thread will be using the socket or will try to
80 static struct svc_sock *svc_setup_socket(struct svc_serv *, struct socket *,
103 static inline void svc_reclassify_socket(struct socket *sock)
123 static inline void svc_reclassify_socket(struct socket *sock)
222 * Queue up a socket with data pending. If there are idle nfsd
253 dprintk("svc: socket %p is dead, not enqueued\n", svsk->sk_sk);
257 /* Mark socket a
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-autoipd/
H A Diface-bsd.c29 #include <sys/socket.h>
114 fd = socket(PF_ROUTE, SOCK_RAW, AF_INET);
116 daemon_log(LOG_ERR, "socket(PF_ROUTE): %s", strerror(errno));
226 * Dispatch kernel routing socket messages.
276 "unknown routing socket message (version %d)\n",
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pptp/
H A Dpptp.c9 #include <sys/socket.h>
281 /* Now we have the peer address, bind the GRE socket early,
287 fatal("Cannot bind GRE socket, aborting.");
411 /* Try to open unix domain socket to call manager. */
417 /* Open socket */
418 if ((fd = socket(AF_UNIX, SOCK_STREAM, 0)) < 0) {
419 fatal("Could not create unix domain socket: %s", strerror(errno));
473 /* write pid's to socket */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/lib/
H A Dunistd.in.h59 # undef socket macro
60 # define socket socket_used_without_including_sys_socket_h macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Datmdev.h248 setup), controlled by socket layer */
250 socket layer */
251 ATM_VF_BOUND, /* local SAP is set, controlled by SVC socket
254 controlled by SVC socket layer */
256 ATM_VF_LISTEN, /* socket is used for listening */
257 ATM_VF_META, /* SVC socket isn't used for normal data
323 static inline struct atm_vcc *ATM_SD(struct socket *sock)
480 int (*ioctl)(struct socket *, unsigned int cmd, unsigned long arg);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/Documentation/accounting/
H A Dgetdelays.c23 #include <sys/socket.h>
84 * Create a raw netlink socket and bind
91 fd = socket(AF_NETLINK, SOCK_RAW, protocol);
98 fprintf(stderr, "Unable to set socket rcv buf size "
303 err(1, "error creating Netlink socket\n");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dmemdebug.c29 #include <sys/socket.h>
321 "FD %s:%d socket() = %d\n" :
323 "FD %s:%d socket() = %ld\n" :
324 "FD %s:%d socket() = %zd\n" ;
326 curl_socket_t sockfd = socket(domain, type, protocol);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/ip/
H A Dipmaddr.c19 #include <sys/socket.h>
314 fd = socket(AF_INET, SOCK_DGRAM, 0);
316 perror("Cannot create socket");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A Ds_socket.c1 /* apps/s_socket.c - socket-related functions used by s_client and s_server */
218 s=socket(AF_INET,SOCK_STREAM,SOCKET_PROTOCOL);
219 if (s == INVALID_SOCKET) { perror("socket"); return(0); }
285 s=socket(AF_INET,SOCK_STREAM,SOCKET_PROTOCOL);

Completed in 324 milliseconds

<<11121314151617181920>>