tag | line | file | source code |
accept | 114 | include/asm-sparc/string.h | extern __inline__ size_t strspn(const char *s, const char *accept) |
accept | 121 | include/asm-sparc/string.h | for (a = accept; *a != '\0'; ++a) { |
accept | 101 | include/linux/net.h | int (*accept) (struct socket *sock, struct socket *newsock, |
accept | 270 | include/net/sock.h | struct sock * (*accept) (struct sock *sk, int flags); |
accept | 138 | lib/string.c | size_t strspn(const char *s, const char *accept) |
accept | 145 | lib/string.c | for (a = accept; *a != '\0'; ++a) { |
accept | 1086 | net/ipv4/af_inet.c | if (sk1->prot->accept == NULL) |
accept | 1097 | net/ipv4/af_inet.c | sk2 = sk1->prot->accept(sk1,flags); |
accept | 788 | net/socket.c | i = newsock->ops->accept(sock, newsock, file->f_flags); |