Searched refs:sock (Results 201 - 225 of 886) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dpd6729.c247 static int pd6729_get_status(struct pcmcia_socket *sock, u_int *value) argument
250 = container_of(sock, struct pd6729_socket, socket);
296 static int pd6729_set_socket(struct pcmcia_socket *sock, socket_state_t *state) argument
299 = container_of(sock, struct pd6729_socket, socket);
324 dev_dbg(&sock->dev, "Auto power\n");
328 dev_dbg(&sock->dev, "Power Enabled\n");
336 dev_dbg(&sock->dev,
343 dev_dbg(&sock->dev,
350 dev_dbg(&sock->dev,
358 dev_dbg(&sock
424 pd6729_set_io_map(struct pcmcia_socket *sock, struct pccard_io_map *io) argument
468 pd6729_set_mem_map(struct pcmcia_socket *sock, struct pccard_mem_map *mem) argument
545 pd6729_init(struct pcmcia_socket *sock) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/
H A Dsocket.c138 struct sockaddr_ll sock; local
146 sock.sll_family = AF_PACKET;
147 sock.sll_protocol = htons(ETH_P_IP);
148 sock.sll_ifindex = ifindex;
149 if (bind(fd, (struct sockaddr *) &sock, sizeof(sock)) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dcipso_ipv4.h214 int cipso_v4_sock_setattr(struct sock *sk,
217 void cipso_v4_sock_delattr(struct sock *sk);
218 int cipso_v4_sock_getattr(struct sock *sk, struct netlbl_lsm_secattr *secattr);
238 static inline int cipso_v4_sock_setattr(struct sock *sk,
245 static inline void cipso_v4_sock_delattr(struct sock *sk)
249 static inline int cipso_v4_sock_getattr(struct sock *sk,
H A Dnet_namespace.h26 struct sock;
29 struct sock;
65 struct sock *rtnl; /* rtnetlink socket */
66 struct sock *genl_sock;
84 struct sock *nfnl;
85 struct sock *nfnl_stash;
H A Ddn_route.h18 extern struct sk_buff *dn_alloc_skb(struct sock *sk, int size, gfp_t pri);
19 extern int dn_route_output_sock(struct dst_entry **pprt, struct flowi *, struct sock *sk, int flags);
86 #include <net/sock.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dsockunion.c235 int sock; local
237 sock = socket (su->sa.sa_family, SOCK_STREAM, 0);
238 if (sock < 0)
246 return sock;
251 sockunion_accept (int sock, union sockunion *su) argument
257 client_sock = accept (sock, (struct sockaddr *) su, &len);
394 int sock; local
399 sock = socket (su->sa.sa_family, SOCK_STREAM, 0);
401 if (sock < 0)
404 return sock;
409 sockunion_bind(int sock, union sockunion *su, unsigned short port, union sockunion *su_addr) argument
455 sockopt_reuseaddr(int sock) argument
474 sockopt_reuseport(int sock) argument
492 sockopt_reuseport(int sock) argument
500 sockopt_ttl(int family, int sock, int ttl) argument
[all...]
H A Dsockunion.h98 int sockunion_accept (int sock, union sockunion *);
102 int sockunion_bind (int sock, union sockunion *, unsigned short, union sockunion *);
103 int sockopt_ttl (int family, int sock, int ttl);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/
H A Dsocket.c138 struct sockaddr_ll sock; local
146 sock.sll_family = AF_PACKET;
147 sock.sll_protocol = htons(ETH_P_IP);
148 sock.sll_ifindex = ifindex;
149 if (bind(fd, (struct sockaddr *) &sock, sizeof(sock)) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rose/
H A Daf_rose.c36 #include <net/sock.h>
155 static void rose_remove_socket(struct sock *sk)
168 struct sock *s;
189 struct sock *s;
235 static void rose_insert_socket(struct sock *sk)
247 static struct sock *rose_find_listener(rose_address *addr, ax25_address *call)
249 struct sock *s;
279 struct sock *rose_find_socket(unsigned int lci, struct rose_neigh *neigh)
281 struct sock *s;
320 void rose_destroy_socket(struct sock *);
373 rose_setsockopt(struct socket *sock, int level, int optname, char __user *optval, unsigned int optlen) argument
433 rose_getsockopt(struct socket *sock, int level, int optname, char __user *optval, int __user *optlen) argument
491 rose_listen(struct socket *sock, int backlog) argument
516 rose_create(struct net *net, struct socket *sock, int protocol, int kern) argument
605 rose_release(struct socket *sock) argument
660 rose_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len) argument
723 rose_connect(struct socket *sock, struct sockaddr *uaddr, int addr_len, int flags) argument
887 rose_accept(struct socket *sock, struct socket *newsock, int flags) argument
951 rose_getname(struct socket *sock, struct sockaddr *uaddr, int *uaddr_len, int peer) argument
1063 rose_sendmsg(struct kiocb *iocb, struct socket *sock, struct msghdr *msg, size_t len) argument
1238 rose_recvmsg(struct kiocb *iocb, struct socket *sock, struct msghdr *msg, size_t size, int flags) argument
1304 rose_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) argument
[all...]
H A Drose_out.c23 #include <net/sock.h>
34 static void rose_send_iframe(struct sock *sk, struct sk_buff *skb)
49 void rose_kick(struct sock *sk)
113 void rose_enquiry_response(struct sock *sk)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/linux/
H A Dif_pppox.h118 int (*create)(struct socket *sock);
119 int (*ioctl)(struct socket *sock, unsigned int cmd,
125 extern void pppox_unbind_sock(struct sock *sk);/* delete ppp-channel binding */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/misc/
H A Dcldap.pl85 my ($sock, $domain, $host, $ntver) = @_;
144 return $sock->send($pdu_req) || die "no send: $@";
288 my ($sock, $return_string) = @_;
291 $ret = $sock->recv($pdu_out, 8192) || die "failed to read from socket: $@";
292 #$ret = sysread($sock, $pdu_out, 8192);
433 my ($ret, $sock, $reply);
458 $sock = connect_cldap($server);
459 if (!$sock) {
463 $ret = send_cldap_netlogon($sock, $domain, $host, $ntver);
465 close($sock);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_highspeed.c100 static void hstcp_init(struct sock *sk)
112 static void hstcp_cong_avoid(struct sock *sk, u32 adk, u32 in_flight)
151 static u32 hstcp_ssthresh(struct sock *sk)
H A Draw.c62 #include <net/sock.h>
84 void raw_hash_sk(struct sock *sk)
98 void raw_unhash_sk(struct sock *sk)
109 static struct sock *__raw_v4_lookup(struct net *net, struct sock *sk,
132 static __inline__ int icmp_filter(struct sock *sk, struct sk_buff *skb)
158 struct sock *sk;
194 struct sock *raw_sk;
209 static void raw_err(struct sock *sk, struct sk_buff *skb, u32 info)
266 struct sock *raw_s
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/llc/
H A Dllc_sap.c23 #include <net/sock.h>
51 struct sk_buff *llc_alloc_frame(struct sock *sk, struct net_device *dev,
73 void llc_save_primitive(struct sock *sk, struct sk_buff* skb, u8 prim)
291 struct sock *sk)
303 const struct sock *sk)
320 static struct sock *llc_lookup_dgram(struct llc_sap *sap,
323 struct sock *rc;
359 const struct sock *sk)
369 struct sock **stack, int count)
398 int i = 0, count = 256 / sizeof(struct sock *);
[all...]
H A Dllc_proc.c21 #include <net/sock.h>
33 static struct sock *llc_get_sk_idx(loff_t pos)
36 struct sock *sk = NULL;
66 static struct sock *laddr_hash_next(struct llc_sap *sap, int bucket)
69 struct sock *sk = NULL;
81 struct sock* sk, *next;
116 struct sock *sk = v;
127 struct sock* sk;
175 struct sock* sk;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/caif/
H A Dcaif_socket.c22 #include <net/sock.h>
72 struct sock sk; /* must be first member */
118 static void caif_read_lock(struct sock *sk)
125 static void caif_read_unlock(struct sock *sk)
138 static void caif_flow_ctrl(struct sock *sk, int mode)
147 * Copied from sock.c:sock_queue_rcv_skb(), but changed so packets are
150 static int caif_queue_rcv_skb(struct sock *sk, struct sk_buff *skb)
283 static void caif_check_flow_release(struct sock *sk)
301 static int caif_seqpkt_recvmsg(struct kiocb *iocb, struct socket *sock, argument
305 struct sock *s
373 caif_stream_recvmsg(struct kiocb *iocb, struct socket *sock, struct msghdr *msg, size_t size, int flags) argument
570 caif_seqpkt_sendmsg(struct kiocb *kiocb, struct socket *sock, struct msghdr *msg, size_t len) argument
643 caif_stream_sendmsg(struct kiocb *kiocb, struct socket *sock, struct msghdr *msg, size_t len) argument
722 setsockopt(struct socket *sock, int lvl, int opt, char __user *ov, unsigned int ol) argument
822 caif_connect(struct socket *sock, struct sockaddr *uaddr, int addr_len, int flags) argument
958 caif_release(struct socket *sock) argument
1004 caif_poll(struct file *file, struct socket *sock, poll_table *wait) argument
1094 caif_create(struct net *net, struct socket *sock, int protocol, int kern) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/zebra/
H A Dzserv.c52 void zebra_event (enum event event, int sock, struct zserv *client);
117 return writen (client->sock, s->data, stream_get_endp (s));
148 return writen (client->sock, s->data, stream_get_endp (s));
194 return writen (client->sock, s->data, stream_get_endp (s));
238 return writen (client->sock, s->data, stream_get_endp (s));
270 return writen (client->sock, s->data, stream_get_endp (s));
302 return writen (client->sock, s->data, stream_get_endp (s));
359 return writen (client->sock, s->data, stream_get_endp (s));
413 return writen (client->sock, s->data, stream_get_endp (s));
452 return writen (client->sock,
1276 zebra_client_create(int sock) argument
1301 int sock; local
1423 int sock; local
1529 int sock, len; local
1582 zebra_event(enum event event, int sock, struct zserv *client) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dsocket.c79 #include <net/sock.h>
89 static int sctp_writeable(struct sock *sk);
93 static int sctp_wait_for_packet(struct sock * sk, int *err, long *timeo_p);
95 static int sctp_wait_for_accept(struct sock *sk, long timeo);
96 static void sctp_wait_for_close(struct sock *sk, long timeo);
99 static int sctp_bindx_add(struct sock *, struct sockaddr *, int);
100 static int sctp_bindx_rem(struct sock *, struct sockaddr *, int);
101 static int sctp_send_asconf_add_ip(struct sock *, struct sockaddr *, int);
102 static int sctp_send_asconf_del_ip(struct sock *, struct sockaddr *, int);
105 static int sctp_do_bind(struct sock *, unio
3924 struct socket *sock; local
5558 sctp_inet_listen(struct socket *sock, int backlog) argument
5617 sctp_poll(struct file *file, struct socket *sock, poll_table *wait) argument
5975 struct socket *sock = sk->sk_socket; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dconnector.h82 #include <net/sock.h>
101 struct sock *nls;
131 struct sock *nls;
146 struct cn_queue_dev *cn_queue_alloc_dev(char *name, struct sock *);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dfce_api_internal.h25 int sock; member in struct:udp_entry
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/radvd/
H A Drecv.c23 recv_rs_ra(int sock, unsigned char *msg, struct sockaddr_in6 *addr, argument
47 FD_SET( sock, &rfds );
49 if( select( sock+1, &rfds, NULL, NULL, NULL ) < 0 )
68 len = recvmsg(sock, &mhdr, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dharddog_kern.c62 extern int start_watchdog(int *in_fd_ret, int *out_fd_ret, char *sock);
67 char *sock = NULL; local
78 sock = mconsole_notify_socket();
80 err = start_watchdog(&harddog_in_fd, &harddog_out_fd, sock);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dinet6_connection_sock.c27 #include <net/sock.h>
30 int inet6_csk_bind_conflict(const struct sock *sk,
33 const struct sock *sk2;
38 * See comment in inet_csk_bind_conflict about sock lookup
79 struct request_sock *inet6_csk_search_req(const struct sock *sk,
113 void inet6_csk_reqsk_queue_hash_add(struct sock *sk,
129 void inet6_csk_addr2sockaddr(struct sock *sk, struct sockaddr * uaddr)
148 void __inet6_csk_dst_store(struct sock *sk, struct dst_entry *dst,
162 struct dst_entry *__inet6_csk_dst_check(struct sock *sk, u32 cookie)
183 struct sock *s
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netrom/
H A Dnr_out.c24 #include <net/sock.h>
36 void nr_output(struct sock *sk, struct sk_buff *skb)
83 static void nr_send_iframe(struct sock *sk, struct sk_buff *skb)
101 void nr_send_nak_frame(struct sock *sk)
126 void nr_kick(struct sock *sk)
189 void nr_transmit_buffer(struct sock *sk, struct sk_buff *skb)
224 void nr_establish_data_link(struct sock *sk)
242 void nr_enquiry_response(struct sock *sk)
260 void nr_check_iframes_acked(struct sock *sk, unsigned short nr)

Completed in 173 milliseconds

1234567891011>>