Searched refs:socket (Results 451 - 475 of 1132) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/Fedora/
H A Dsmb.conf90 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/LSB/
H A Dsmb.conf88 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/RedHat/
H A Dsmb.conf90 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/libipq/
H A Dlibipq.c72 { IPQ_ERR_SOCKET, "Unable to create netlink socket" },
73 { IPQ_ERR_BIND, "Unable to bind netlink socket" },
76 { IPQ_ERR_NLEOF, "Received EOF on netlink socket" },
223 h->fd = socket(PF_NETLINK, SOCK_RAW, NETLINK_FIREWALL);
225 h->fd = socket(PF_NETLINK, SOCK_RAW, NETLINK_IP6_FW);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/l2tpd-0.69/
H A Dnetwork.c17 #include <sys/socket.h>
41 int server_socket; /* Server socket */
63 if ((server_socket = socket (PF_INET, SOCK_DGRAM, 0)) < 0)
65 log (LOG_CRIT, "%s: Unable to allocate socket. Terminating.\n",
74 log (LOG_CRIT, "%s: Unable to bind socket. Terminating.\n",
80 log (LOG_CRIT, "%s: Unable to read socket name.Terminating.\n",
269 * our network socket. Control handling is no longer done here.
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/dhcp6/
H A Dnetlink.c39 #include <sys/socket.h>
197 sd = socket(PF_NETLINK, SOCK_RAW, NETLINK_ROUTE);
H A Dserver6_token.l42 #include <sys/socket.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/hotplug2/linux24_compat/
H A Dhotplug2-coldplug-2.4.c18 #include <sys/socket.h>
41 netlink_socket = socket(PF_NETLINK, SOCK_DGRAM, NETLINK_KOBJECT_UEVENT);
43 ERROR("opening netlink","Failed socket: %s.", strerror(errno));
418 ERROR("netlink init","Unable to open netlink socket.");
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/libipq/
H A Dlibipq.c70 { IPQ_ERR_SOCKET, "Unable to create netlink socket" },
71 { IPQ_ERR_BIND, "Unable to bind netlink socket" },
74 { IPQ_ERR_NLEOF, "Received EOF on netlink socket" },
221 h->fd = socket(PF_NETLINK, SOCK_RAW, NETLINK_FIREWALL);
223 h->fd = socket(PF_NETLINK, SOCK_RAW, NETLINK_IP6_FW);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ncpfs/
H A Dsock.c14 #include <linux/socket.h>
34 static int _recv(struct socket *sock, void *buf, int size, unsigned flags)
41 static inline int do_send(struct socket *sock, struct kvec *vec, int count,
48 static int _send(struct socket *sock, const void *buff, int len)
204 static int ncpdgram_send(struct socket *sock, struct ncp_request_reply *req)
384 struct socket* sock;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv6/
H A Daf_inet6.c2 * PF_INET6 socket protocol family
28 #include <linux/socket.h>
78 * build a new socket.
90 static int inet6_create(struct socket *sock, int protocol)
201 /* Init the ipv4 part of the socket since we can have sockets
228 * the user to assign a number at socket
250 int inet6_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len)
261 /* If the socket has its own bind function then use it. */
277 /* Check these errors (active socket, double bind). */
315 /* ipv4 addr of the socket i
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/security/selinux/
H A Dhooks.c62 #include <linux/un.h> /* for Unix socket types */
63 #include <net/af_unix.h> /* for Unix socket types */
3152 /* socket security operations */
3153 static int socket_has_perm(struct task_struct *task, struct socket *sock,
3195 static int selinux_socket_post_create(struct socket *sock, int family,
3223 permission check between the socket and the port number. */
3227 static int selinux_socket_bind(struct socket *sock, struct sockaddr *address, int addrlen)
3324 static int selinux_socket_connect(struct socket *sock, struct sockaddr *address, int addrlen)
3334 * If a TCP or DCCP socket, check name_connect permission for the port.
3378 static int selinux_socket_listen(struct socket *soc
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex107 of received packet, we loose one very important property of BSD socket API,
139 is aware of this field, it is necessary to set socket option
160 Flowinfo received and latched by a connected TCP socket also may be fetched
178 After setting socket option \verb|IPV6_FLOWINFO|
186 #include <sys/socket.h>
234 labels, but instead to pass the socket to manager via \verb|SCM_RIGHTS|
235 control message, so that it will allocate label and assign it to socket
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/bluetooth/
H A Dl2cap.c39 #include <linux/socket.h>
129 * Returns locked socket */
210 /* Alloc CID for connection-oriented socket */
213 /* Connectionless socket */
218 /* Raw socket can send/recv signalling messages only */
231 * Must be called on the locked socket. */
368 /* Find socket with psm and source bdaddr.
393 /* Find socket with given address (psm, src).
394 * Returns locked socket */
427 /* Kill socket (onl
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/appletalk/
H A Dddp.c18 * socket.
71 * Handlers for the socket list. *
127 * atalk_find_or_insert_socket - Try to find a socket matching ADDR
128 * @sk - socket to insert in the list if it is not there already
131 * Try to find a socket matching ADDR in the socket list, if found then return
132 * it. If not, insert SK into the socket list.
189 * Routing tables for the AppleTalk socket layer. *
426 * the socket (later on...). We know about host routes and the fact
905 * AppleTalk socket objec
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dsocket.c40 #include <sys/socket.h>
52 #include "socket.h"
317 if ((fd = socket(AF_INET, SOCK_DGRAM, 0)) < 0) {
318 avahi_log_warn("socket() failed: %s", strerror(errno));
381 if ((fd = socket(AF_INET6, SOCK_DGRAM, 0)) < 0) {
382 avahi_log_warn("socket() failed: %s", strerror(errno));
900 if ((fd = socket(AF_INET, SOCK_DGRAM, 0)) < 0) {
901 avahi_log_warn("socket() failed: %s", strerror(errno));
940 if ((fd = socket(AF_INET6, SOCK_DGRAM, 0)) < 0) {
941 avahi_log_warn("socket() faile
[all...]
H A Diface-pfroute.c33 #include <sys/socket.h>
293 if ((fd = socket(PF_ROUTE, SOCK_RAW, AF_UNSPEC)) < 0) {
294 avahi_log_error(__FILE__": socket(PF_ROUTE): %s", strerror(errno));
508 if ((sockfd = socket(AF_INET, SOCK_DGRAM, 0)) < 0) {
509 avahi_log_error(__FILE__": socket(PFROUTE): %s", strerror(errno));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/server/
H A Dtftpd.c64 #include <sys/socket.h>
627 static int synchnet(curl_socket_t f /* socket to flush */)
764 sock = socket(AF_INET, SOCK_DGRAM, 0);
767 sock = socket(AF_INET6, SOCK_DGRAM, 0);
772 logmsg("Error creating socket: (%d) %s",
808 logmsg("Error binding socket on port %hu: (%d) %s",
849 peer = socket(AF_INET, SOCK_DGRAM, 0);
851 logmsg("socket");
864 peer = socket(AF_INET6, SOCK_DGRAM, 0);
866 logmsg("socket");
[all...]
H A Dsockfilt.c31 * This program is made to perform all the socket/stream/connection stuff for
33 * this by its own, but I decided to let this program do the socket layer
93 #include <sys/socket.h>
414 if sockfd is CURL_SOCKET_BAD, listendfd is a listening socket we must
477 /* there's always a socket to wait for */
487 logmsg("socket is -1! on %s:%d", __FILE__, __LINE__);
491 /* there's always a socket to wait for */
506 logmsg("No socket to read on");
513 logmsg("disconnected, no socket to read on");
545 to the socket
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dutil_sock.c73 Determine if a file descriptor is in fact a socket.
131 Print socket options.
145 DEBUG(5,("Could not test socket option %s.\n", p->name));
147 DEBUG(5,("socket option %s = %d\n",p->name,value));
154 Set user socket options.
178 DEBUG(0,("Unknown socket option %s\n",tok));
202 DEBUG(0,("Failed to set socket option %s (Error %s)\n",tok, strerror(errno) ));
209 Read from a socket.
222 DEBUG(2,("read socket failed. ERRNO=%s\n",strerror(errno)));
236 Read data from a socket wit
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/rxrpc/
H A Dar-call.c121 call->socket = rx;
262 candidate->socket = rx;
416 * detach a call from a socket and set up for release
421 struct rxrpc_sock *rx = call->socket;
433 /* dissociate from the socket
434 * - the socket's ref on the call is passed to the death timer
583 * release all the calls associated with a socket
639 ASSERT(call->socket);
692 sock_put(&call->socket->sk);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/atalkd/
H A Dconfig.c14 #include <sys/socket.h>
349 if (( s = socket( AF_APPLETALK, SOCK_DGRAM, 0 )) < 0 ) {
350 perror( "socket" );
723 if (( s = socket( AF_APPLETALK, SOCK_DGRAM, 0 )) < 0 ) {
724 perror( "socket" );
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dpppol2tp_v26.c4 * PPPoX --- Generic PPP encapsulation socket family
30 * To send data in an L2TP session, userspace opens a PPPoL2TP socket and
31 * attaches it to a bound UDP socket with local tunnel_id / session_id and
33 * regular socket sendmsg() / recvmsg() calls. Kernel parameters of the socket
36 * When a PPPoL2TP socket is connected with local and peer session_id values
37 * zero, the socket is treated as a special tunnel management socket.
39 * Here's example userspace code to create a socket for sending/receiving data
46 * fd = socket(AF_PPPO
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dconnect.c41 # include <sys/socket.h>
307 /* Create the socket of the family appropriate for the address. */
308 sock = socket (sa->sa_family, SOCK_STREAM, 0);
342 /* Bind the client side of the socket to the requested
353 /* Connect the socket to the remote endpoint. */
362 DEBUGP (("Created socket %d.\n", sock));
437 /* Create a socket, bind it to local interface BIND_ADDRESS on port
438 *PORT, set up a listen backlog, and return the resulting socket, or
442 NULL, the socket is bound to the default address. PORT should
447 Calling accept() on such a socket wait
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.15/src/
H A Ddhcp.c19 int fd = socket(PF_INET, SOCK_DGRAM, IPPROTO_UDP);
25 die ("cannot create DHCP socket : %s", NULL);
34 die("failed to set options on DHCP socket: %s", NULL);
44 die("failed to bind DHCP server socket: %s", NULL);
48 if ((fd = socket (AF_INET, SOCK_RAW, IPPROTO_ICMP)) == -1 ||
51 die("cannot create ICMP raw socket: %s.", NULL);
65 die("cannot create DHCP BPF socket: %s", NULL);
69 /* since we don't ever use the packet socket for reception,
72 socket receive buffer size to one to avoid that. (zero is
74 if ((fd = socket(PF_PACKE
[all...]

Completed in 400 milliseconds

<<11121314151617181920>>