Searched refs:sock (Results 326 - 350 of 697) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/include/
H A Davc.h36 struct sock;
55 struct sock *sk;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Dradvd.c49 int sock = -1; variable
236 sock = open_icmpv6_socket();
237 if (sock < 0)
362 len = recv_rs_ra(sock, msg, &rcv_addr, &pkt_info, &hoplimit);
364 process(sock, IfaceList, msg, len,
412 send_ra_forall(sock, iface, NULL);
468 send_ra_forall(sock, iface, NULL);
495 send_ra_forall(sock, iface, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ripd/
H A Dripd.c188 sockopt_broadcast (int sock)
193 ret = setsockopt (sock, SOL_SOCKET, SO_BROADCAST, (char *) &on, sizeof on);
197 zlog_warn ("can't set sockopt SO_BROADCAST to socket %d", sock);
1330 int sock;
1342 sock = rip->sock;
1349 sock = socket (AF_INET, SOCK_DGRAM, 0);
1351 sockopt_broadcast (sock);
1352 sockopt_reuseaddr (sock);
1353 sockopt_reuseport (sock);
185 sockopt_broadcast(int sock) argument
1327 int sock; local
1572 setsockopt_pktinfo(int sock) argument
1587 rip_recvmsg(int sock, u_char *buf, int size, struct sockaddr_in *from, int *ifindex) argument
1626 int sock; local
1653 int sock; local
1987 int sock; local
2705 rip_event(enum rip_event event, int sock) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dsocks_sspi.c158 curl_socket_t sock = conn->sock[sockindex]; local
291 code = Curl_write_plain(conn, sock, (char *)socksreq, 4, &written);
303 code = Curl_write_plain(conn, sock, (char *)sspi_send_token.pvBuffer,
336 result=Curl_blockread_all(conn, sock, (char *)socksreq, 4, &actualread);
380 result = Curl_blockread_all(conn, sock, (char *)sspi_recv_token.pvBuffer,
553 code = Curl_write_plain(conn, sock, (char *)socksreq, 4, &written);
563 code = Curl_write_plain(conn, sock, (char *)socksreq, 1, &written);
571 code = Curl_write_plain(conn, sock, (char *)sspi_send_token.pvBuffer,
582 result=Curl_blockread_all(conn, sock, (cha
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dinput.c59 #include <net/sock.h>
76 static void sctp_add_backlog(struct sock *sk, struct sk_buff *skb);
117 struct sock *sk;
244 /* Acquire access to the sock lock. Note: We are safe from other
288 int sctp_backlog_rcv(struct sock *sk, struct sk_buff *skb)
348 static void sctp_add_backlog(struct sock *sk, struct sk_buff *skb)
367 void sctp_icmp_frag_needed(struct sock *sk, struct sctp_association *asoc,
407 void sctp_icmp_proto_unreachable(struct sock *sk,
421 struct sock *sctp_err_lookup(int family, struct sk_buff *skb,
429 struct sock *s
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/rp-pppoe/
H A Dif.c147 getHWaddr(int sock, char const *ifname, unsigned char *hwaddr) argument
158 if (ioctl(sock, SIOCGIFCONF, &ifc) < 0) {
282 int sock; local
319 if ((sock = socket(AF_LOCAL, SOCK_DGRAM, 0)) < 0) {
325 if (ioctl(sock, SIOCGIFFLAGS, &ifr) < 0) {
338 getHWaddr(sock, ifname, hwaddr);
344 if (ioctl(sock, SIOCGIFMTU, &ifr) < 0) {
356 if (close(sock) < 0) {
517 * sock -- socket to send to
526 sendPacket(PPPoEConnection *conn, int sock, PPPoEPacke argument
626 receivePacket(int sock, PPPoEPacket *pkt, int *size) argument
[all...]
H A Dpppoe.h284 int sendPacket(PPPoEConnection *conn, int sock, PPPoEPacket *pkt, int size);
285 int receivePacket(int sock, PPPoEPacket *pkt, int *size);
296 void asyncReadFromEth(PPPoEConnection *conn, int sock, int clampMss);
297 void syncReadFromEth(PPPoEConnection *conn, int sock, int clampMss);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/sctp/
H A Dstructs.h318 static inline struct sctp_sock *sctp_sk(const struct sock *sk)
323 static inline struct sock *sctp_opt2sk(const struct sctp_sock *sp)
325 return (struct sock *)sp;
511 int (*setsockopt) (struct sock *sk,
516 int (*getsockopt) (struct sock *sk,
521 int (*compat_setsockopt) (struct sock *sk,
526 int (*compat_getsockopt) (struct sock *sk,
551 struct sock *sk);
553 struct sock *sk);
555 struct sock *s
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dtcp_output.c64 static void update_send_head(struct sock *sk, struct sk_buff *skb)
79 static inline __u32 tcp_acceptable_seq(struct sock *sk)
103 static __u16 tcp_advertise_mss(struct sock *sk)
119 static void tcp_cwnd_restart(struct sock *sk, struct dst_entry *dst)
139 struct sk_buff *skb, struct sock *sk)
157 static inline void tcp_event_ack_sent(struct sock *sk, unsigned int pkts)
234 static u16 tcp_select_window(struct sock *sk)
391 static int tcp_transmit_skb(struct sock *sk, struct sk_buff *skb, int clone_it, gfp_t gfp_mask)
566 static void tcp_queue_skb(struct sock *sk, struct sk_buff *skb)
577 static void tcp_set_skb_tso_segs(struct sock *s
[all...]
H A Dprotocol.c42 #include <net/sock.h>
H A Dtcp_yeah.c42 static void tcp_yeah_init(struct sock *sk)
61 static void tcp_yeah_pkts_acked(struct sock *sk, u32 pkts_acked, ktime_t last)
72 static void tcp_yeah_cong_avoid(struct sock *sk, u32 ack,
216 static u32 tcp_yeah_ssthresh(struct sock *sk) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Dcommands.h31 extern int sock;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Ds_apps.h157 int init_client(int *sock, char *server, int port);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/aecho/
H A Daecho.c63 static int sock; variable
105 if ( netddp_sendto( sock, buf, p - buf, 0, (struct sockaddr *) &target,
184 if ((sock = netddp_open(saddr.sat_addr.s_net || saddr.sat_addr.s_node ?
220 if (( cc = netddp_recvfrom( sock, buf, sizeof( buf ), 0,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_apps.h159 int init_client(int *sock, char *server, int port, int type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Dzserv.h38 int sock; member in struct:zserv
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Ddst.h264 struct sock *sk, int flags)
269 struct sock *sk, int flags)
275 struct sock *sk, int flags);
277 struct sock *sk, int flags);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnbd.h54 struct socket * sock; member in struct:nbd_device
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/aecho/
H A Daecho.c63 static int sock; variable
105 if ( netddp_sendto( sock, buf, p - buf, 0, (struct sockaddr *) &target,
184 if ((sock = netddp_open(saddr.sat_addr.s_net || saddr.sat_addr.s_node ?
220 if (( cc = netddp_recvfrom( sock, buf, sizeof( buf ), 0,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/bnep/
H A Dnetdev.c77 struct sock *sk = s->sock->sk;
190 struct sock *sk = s->sock->sk;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/netfilter/
H A Debt_dnat.c14 #include <net/sock.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_owner.c15 #include <net/sock.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6t_owner.c15 #include <net/sock.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dprotocol.c35 #include <net/sock.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netlabel/
H A Dnetlabel_user.c38 #include <net/sock.h>

Completed in 247 milliseconds

<<11121314151617181920>>