Searched refs:accept (Results 76 - 100 of 352) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dnc.c113 cfd = accept(sfd, NULL, 0);
115 bb_perror_msg_and_die("accept");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dstring.in.h515 extern size_t mbscspn (const char *string, const char *accept);
524 extern char * mbspbrk (const char *string, const char *accept);
H A Dunistd.in.h63 # undef accept macro
64 # define accept accept_used_without_including_sys_socket_h macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ieee802154/
H A Daf_ieee802154.c195 .accept = sock_no_accept,
220 .accept = sock_no_accept,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dstring.c415 * strspn - Calculate the length of the initial substring of @s which only contain letters in @accept
417 * @accept: The string to search for
419 size_t strspn(const char *s, const char *accept) argument
426 for (a = accept; *a != '\0'; ++a) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dsocket.c284 * Exit if socket isn't fully initialized (occurs when a failed accept()
1152 * rx_queue_full - determine if receive queue can accept another message
1157 * Returns 1 if queue is unable to accept message, 0 otherwise
1493 * accept - wait for connection request
1501 static int accept(struct socket *sock, struct socket *new_sock, int flags) function
1792 .accept = accept,
1813 .accept = accept,
1834 .accept
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/phonet/
H A Dsocket.c234 newsk = sk->sk_prot->accept(sk, flags, &err);
370 .accept = sock_no_accept,
395 .accept = pn_socket_accept,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dshutils.c406 * @param accept set of chars for which to search
408 * which consist only of characters from accept.
411 sh_strrspn(const char *s, const char *accept) argument
414 size_t accept_len = strlen(accept);
426 if (memchr(accept, *p, accept_len) == NULL)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Ddpkg.c1400 llist_add_to(&(ar_handle->accept), (char*)"control.tar.gz");
1403 llist_add_to(&(ar_handle->accept), (char*)"control.tar.bz2");
1420 llist_add_to(&(ar_handle->accept), (char*)"data.tar.gz");
1423 llist_add_to(&(ar_handle->accept), (char*)"data.tar.bz2");
1433 ar_handle->sub_archive->accept = myaccept;
1486 archive_handle->sub_archive->accept = accept_list;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dnetwork.c278 ret = accept(fd, NULL, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dsysincludes.h420 size_t strspn(const char *s, const char *accept);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/easy_tls/
H A Dtest.c138 fd = accept(s, NULL, 0);
140 perror("accept");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/state_machine/
H A Dstate_machine.c275 nFD = accept(nSocket, (struct sockaddr *)&saClient, &nLen);
277 perror("accept");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dwxchar.h219 /* 2.x) won't accept new definition of wx{S,U}Char, therefore we */
243 build) but wxWidgets 3 doesn't accept it, e.g. wxCmdLineEntryDesc struct
1181 WXDLLIMPEXP_BASE const wxChar * wxStrpbrk(const wxChar *s, const wxChar *accept);
1183 WXDLLIMPEXP_BASE size_t wxStrspn(const wxChar *s, const wxChar *accept);
1199 inline wxChar * wxStrpbrk(wxChar *s, const wxChar *accept) argument
1200 { return (wxChar *)wxStrpbrk((const wxChar *)s, accept); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dwindow.h112 virtual void DragAcceptFiles(bool accept);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dwindow.h95 virtual void DragAcceptFiles(bool accept);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dwindow.h112 virtual void DragAcceptFiles(bool accept);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/model/
H A DClassEnhancer.java305 reader.accept(visitor, false);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/easy_tls/
H A Dtest.c141 fd = accept(s, NULL, 0);
143 perror("accept");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/state_machine/
H A Dstate_machine.c276 nFD=accept(nSocket,(struct sockaddr *)&saClient,&nLen);
279 perror("accept");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/
H A Dsmbldap-userinfo282 asked for all fields. To accept a default value you should
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/easy_tls/
H A Dtest.c138 fd = accept(s, NULL, 0);
140 perror("accept");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/state_machine/
H A Dstate_machine.c275 nFD = accept(nSocket, (struct sockaddr *)&saClient, &nLen);
277 perror("accept");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/nes/
H A Dnes_cm.h402 int (*accept)(struct nes_cm_core *, struct ietf_mpa_frame *, member in struct:nes_cm_ops
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dtrevent.c81 if ((handles[0] = accept(s, (SOCKADDR *) & serv_addr, &len)) == INVALID_SOCKET)
83 tr_dbg("pgpipe failed to accept socket: %ui", WSAGetLastError());

Completed in 366 milliseconds

1234567891011>>