• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/appletalk/

Lines Matching refs:socket

18  *						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 object. *
1017 * Create a socket. Initialise the socket, blank the addresses
1020 static int atalk_create(struct socket *sock, int protocol)
1045 /* Free a socket. No work needed */
1046 static int atalk_release(struct socket *sock)
1060 * @sk - socket to insert into the tables
1064 * one, we insert the socket into the tables using it.
1125 static int atalk_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len)
1172 static int atalk_connect(struct socket *sock, struct sockaddr *uaddr,
1215 * Find the name of an AppleTalk socket. Just copy the right
1218 static int atalk_getname(struct socket *sock, struct sockaddr *uaddr,
1436 * Which socket - atalk_search_socket() looks for a *full match*
1514 static int atalk_sendmsg(struct kiocb *iocb, struct socket *sock, struct msghdr *msg,
1672 static int atalk_recvmsg(struct kiocb *iocb, struct socket *sock, struct msghdr *msg,
1718 static int atalk_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
1780 static int atalk_compat_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)