Searched refs:socket_info (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/socket_wrapper/
H A Dsocket_wrapper.c157 struct socket_info struct
182 struct socket_info *prev, *next;
185 static struct socket_info *sockets;
257 static int convert_in_un_remote(struct socket_info *si, const struct sockaddr_in *in, struct sockaddr_un *un,
322 static int convert_in_un_alloc(struct socket_info *si, const struct sockaddr_in *in, struct sockaddr_un *un,
397 static struct socket_info *find_socket_info(int fd)
399 struct socket_info *i;
408 static int sockaddr_convert_to_un(struct socket_info *si, const struct sockaddr *in_addr, socklen_t in_len,
439 static int sockaddr_convert_from_un(const struct socket_info *si,
782 static void swrap_dump_packet(struct socket_info *s
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dm8xx_pcmcia.c215 struct socket_info { struct
231 static struct socket_info socket[PCMCIA_SOCKETS_NO];
553 struct socket_info *s;
700 int lsock = container_of(sock, struct socket_info, socket)->slot;
701 struct socket_info *s = &socket[lsock];
811 int lsock = container_of(sock, struct socket_info, socket)->slot;
812 struct socket_info *s = &socket[lsock];
954 int lsock = container_of(sock, struct socket_info, socket)->slot;
956 struct socket_info *s = &socket[lsock];
1038 int lsock = container_of(sock, struct socket_info, socke
[all...]
H A Di82092.c60 struct socket_info { struct
73 static struct socket_info sockets[MAX_SOCKETS];
410 unsigned int sock = container_of(socket, struct socket_info, socket)->number;
453 unsigned int sock = container_of(socket, struct socket_info, socket)->number;
550 unsigned int sock = container_of(socket, struct socket_info, socket)->number;
594 struct socket_info *sock_info = container_of(socket, struct socket_info, socket);

Completed in 62 milliseconds