/nrf52832-nimble/rt-thread/examples/network/ |
H A D | tcp_server.py | 15 print 'Accept new connection from %s:%s...' % addr 30 sock,addr=s.accept()
|
H A D | chargen.c | 98 p_charcb->socket = accept(listenfd, in chargen_thread() 113 /* No memory to accept connection. Just accept and then close */ in chargen_thread() 118 sock = accept(listenfd, &cliaddr, &clilen); in chargen_thread()
|
H A D | tcpserver.c | 97 connected = accept(sock, (struct sockaddr *)&client_addr, &sin_size); in tcpserv() 101 LOG_E("accept connection failed! errno = %d", errno); in tcpserv()
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | tcp.h | 51 /** Function prototype for tcp accept callback functions. Called when a new 145 * @return ERR_OK: accept the new connection, 148 #define DEF_ACCEPT_CALLBACK tcp_accept_fn accept; 159 /* the accept callback for listen- and normal pcbs, if LWIP_CALLBACK_API */ \ 319 void tcp_accept (struct tcp_pcb *pcb, tcp_accept_fn accept);
|
/nrf52832-nimble/rt-thread/components/net/sal_socket/include/socket/sys_socket/sys/ |
H A D | socket.h | 26 int accept(int s, struct sockaddr *addr, socklen_t *addrlen); 45 #define accept(s, addr, addrlen) sal_accept(s, addr, addrlen)
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_l2cap_test.c | 476 int *accept; in ble_l2cap_test_util_conn_cb() local 480 accept = arg; in ble_l2cap_test_util_conn_cb() 481 return !*accept; in ble_l2cap_test_util_conn_cb() 489 ble_l2cap_test_util_peer_updates(int accept) in ble_l2cap_test_util_peer_updates() argument 498 &accept); in ble_l2cap_test_util_peer_updates() 507 ble_hs_test_util_verify_tx_l2cap_update_rsp(1, !accept); in ble_l2cap_test_util_peer_updates() 509 if (accept) { in ble_l2cap_test_util_peer_updates() 708 ble_l2cap_recv_ready(event->accept.chan, sdu_rx); in ble_l2cap_test_event() 805 /* Lets check if there is accept event */ in ble_l2cap_test_coc_connect_by_peer()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/ |
H A D | pppos.h | 88 unsigned int pcomp :1; /* Does peer accept protocol compression? */ 89 unsigned int accomp :1; /* Does peer accept addr/ctl compression? */
|
H A D | ipcp.h | 102 unsigned int accept_local :1; /* accept peer's value for ouraddr */ 103 unsigned int accept_remote :1; /* accept peer's value for hisaddr */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/ |
H A D | pppos.h | 84 unsigned int pcomp :1; /* Does peer accept protocol compression? */ 85 unsigned int accomp :1; /* Does peer accept addr/ctl compression? */
|
H A D | ipcp.h | 98 unsigned int accept_local :1; /* accept peer's value for ouraddr */ 99 unsigned int accept_remote :1; /* accept peer's value for hisaddr */
|
/nrf52832-nimble/rt-thread/tools/ |
H A D | pymenuconfig.py | 452 self.btn_accept = tk.Button(self.frame, text='< Ok >', command=self.accept) 459 self.dlg.bind('<Return>', self.accept) 479 def accept(self, ev=None): member in EntryDialog 505 self.btn_accept = tk.Button(self.frame, text='< Ok >', command=self.accept) 509 self.dlg.bind('<Return>', self.accept) 520 def accept(self, ev=None): member in TextDialog 843 'User <Enter> key to accept the value\n' \ 861 'User <Enter> key to accept the value\n' \ 899 'User <Enter> key to accept the value\n' \
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/ |
H A D | ble_l2cap.h | 146 * Represents connection accept. Valid for the following event 159 } accept; member
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/ |
H A D | ipcp.h | 86 u_int accept_local : 1; /* accept peer's value for ouraddr */ 87 u_int accept_remote : 1; /* accept peer's value for hisaddr */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | altcp.h | 74 altcp_accept_fn accept; member 96 void altcp_accept(struct altcp_pcb *conn, altcp_accept_fn accept);
|
/nrf52832-nimble/rt-thread/components/net/sal_socket/socket/ |
H A D | net_sockets.c | 19 int accept(int s, struct sockaddr *addr, socklen_t *addrlen) in accept() function 69 RTM_EXPORT(accept);
|
/nrf52832-nimble/rt-thread/documentation/doxygen/ |
H A D | finsh.h | 11 * accept C-expression like syntax in command. From finsh shell, user can access
|
/nrf52832-nimble/rt-thread/examples/test/ |
H A D | net_test.c | 219 /* accept client connected */ in tcpecho_socket_entry() 220 connected = accept(sock, (struct sockaddr *)&client_addr, &sin_size); in tcpecho_socket_entry()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ |
H A D | tcp.c | 123 * they accept or send data. */ 226 * A delayed-accept a connection is accepted (or closed/aborted): decreases 629 * Default accept callback if no accept callback is specified by the user. 646 * is able to accept incoming connections. The protocol control block 667 * is able to accept incoming connections. The protocol control block 732 lpcb->accept = tcp_accept_null; in tcp_listen_with_backlog_and_err() 1765 * @param pcb tcp_pcb to set the accept callback 1766 * @param accept callback function to call for this pcb when LISTENing 1770 tcp_accept(struct tcp_pcb *pcb, tcp_accept_fn accept) in tcp_accept() argument 1774 lpcb->accept = accept; in tcp_accept()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | altcp_tcp.c | 76 if (listen_conn && listen_conn->accept) { in altcp_tcp_accept() 77 /* create a new altcp_conn to pass to the next 'accept' callback */ in altcp_tcp_accept() 83 return listen_conn->accept(listen_conn->arg, new_conn, err); in altcp_tcp_accept()
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ |
H A D | tcp.c | 105 * they accept or send data. */ 491 * Default accept callback if no accept callback is specified by the user. 506 * is able to accept incoming connections. The protocol control block 563 lpcb->accept = tcp_accept_null; in tcp_listen_with_backlog() 1431 * @param pcb tcp_pcb to set the accept callback 1432 * @param accept callback function to call for this pcb when LISTENing 1436 tcp_accept(struct tcp_pcb *pcb, tcp_accept_fn accept) in tcp_accept() argument 1440 pcb->accept = accept; in tcp_accept()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | tcp.h | 59 /** Function prototype for tcp accept callback functions. Called when a new 189 tcp_accept_fn accept; member 360 void tcp_accept (struct tcp_pcb *pcb, tcp_accept_fn accept);
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/ |
H A D | httpd.h | 181 * whether to accept it or not. 195 * @return ERR_OK: Accept the POST request, data may be passed in
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/ |
H A D | syscfg.yml | 40 accept a connection from. (0/1)
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/ |
H A D | httpd.h | 192 * whether to accept it or not. 206 * @return ERR_OK: Accept the POST request, data may be passed in
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv4/ |
H A D | ip4.c | 91 /* accept DHCP client port and custom port */ 95 /* accept custom port only */ 98 /* accept DHCP client port only */ 394 /* accept on this netif */ in ip4_input_accept() 403 /* accept on this netif */ in ip4_input_accept() 574 * If you want to accept private broadcast communication while a netif is down,
|