Home
last modified time | relevance | path

Searched refs:accept (Results 1 – 25 of 91) sorted by relevance

1234

/linux-2.4.37.9/drivers/isdn/divert/
Disdn_divert.c397 u_char accept; in isdn_divert_icall() local
414 accept = 0; in isdn_divert_icall()
418 { accept = 1; /* call accepted */ in isdn_divert_icall()
424 accept = 1; in isdn_divert_icall()
426 if (!accept) continue; /* not accepted */ in isdn_divert_icall()
431 accept = 0; in isdn_divert_icall()
435 { accept = 1; /* call accepted */ in isdn_divert_icall()
441 accept = 1; in isdn_divert_icall()
443 if (!accept) continue; /* not accepted */ in isdn_divert_icall()
/linux-2.4.37.9/include/linux/
Dnet.h96 int (*accept) (struct socket *sock, struct socket *newsock, member
186 SOCKCALL_WRAP(name, accept, (struct socket *sock, struct socket *newsock, \
214 accept: __lock_##name##_accept, \
Dbpqether.h17 unsigned char accept[ETH_ALEN]; member
/linux-2.4.37.9/net/khttpd/
DMakefile13 obj-y := main.o accept.o datasending.o logging.o misc.o rfc.o rfc_time.o security.o \
Daccept.c83 error = Socket->ops->accept(Socket,NewSock,O_NONBLOCK); in AcceptConnections()
/linux-2.4.37.9/Documentation/arm/SA1100/
DHUW_WEBPANEL9 [accept all defaults]
DBrutus10 [accept all the defaults]
/linux-2.4.37.9/lib/
Dstring.c253 size_t strspn(const char *s, const char *accept) in strspn() argument
260 for (a = accept; *a != '\0'; ++a) { in strspn()
/linux-2.4.37.9/include/net/
Dflow.h95 int (*accept)(struct rt6_info *rt, member
/linux-2.4.37.9/include/asm-m68k/
Dstring.h99 static inline size_t strspn(const char *s, const char *accept)
107 for (a = accept; *a != '\0'; ++a)
/linux-2.4.37.9/net/ipv6/
Daf_inet6.c477 accept: inet_accept, /* ok */
498 accept: sock_no_accept, /* a do nothing */
519 accept: sock_no_accept, /* a do nothing */
/linux-2.4.37.9/net/ipv4/
Daf_inet.c684 if((sk2 = sk1->prot->accept(sk1,flags,&err)) == NULL) in inet_accept()
953 accept: inet_accept,
974 accept: sock_no_accept,
995 accept: sock_no_accept,
/linux-2.4.37.9/net/bluetooth/bnep/
Dsock.c165 accept: sock_no_accept,
/linux-2.4.37.9/net/bluetooth/cmtp/
Dsock.c154 accept: sock_no_accept,
/linux-2.4.37.9/net/atm/
Dpvc.c113 .accept = sock_no_accept,
/linux-2.4.37.9/drivers/net/wan/
Dsdla.c649 int ret, addr, accept, i; in sdla_transmit() local
656 accept = 1; in sdla_transmit()
666 accept = 1; in sdla_transmit()
673 accept = 0; in sdla_transmit()
678 accept = 0; in sdla_transmit()
681 if (accept) in sdla_transmit()
/linux-2.4.37.9/Documentation/i2c/
Di2c-protocol9 A, NA (1 bit) : Accept and reverse accept bit.
/linux-2.4.37.9/Documentation/networking/
Dframerelay.txt17 to the FRAD to accept incoming packets.
Dip-sysctl.txt152 If listening service is too slow to accept new connections,
156 cannot be tuned to accept connections faster. Enabling this
450 Send(router) or accept(host) RFC1620 shared media redirects.
483 conf/all/accept_source_route must also be set to TRUE to accept packets
666 3. If accept_ra is TRUE (default), accept Router
668 4. If accept_redirects is TRUE (default), accept Redirects.
/linux-2.4.37.9/Documentation/isdn/
DsyncPPP.FAQ167 must call the ipppd with the 'ipcp-accept-local' option.
180 You must allow overriding of address with the 'ipcp-accept-*'
/linux-2.4.37.9/Documentation/
Dnmi_watchdog.txt54 cannot even accept NMI interrupts, or the crash has made the kernel
Dlaptop-mode.txt72 journalling file systems, I'll happily accept patches to rectify that!
Dwolfson-touchscreen.txt50 The driver can accept several parameters for fine tuning the touchscreen.
/linux-2.4.37.9/net/irda/
Daf_irda.c2411 accept: irda_accept,
2432 accept: irda_accept,
2453 accept: irda_accept,
2475 accept: sock_no_accept,
/linux-2.4.37.9/Documentation/filesystems/
Dtmpfs.txt67 These parameters accept a suffix k, m or g for kilo, mega and giga and

1234