| /components/net/sal/include/socket/sys_socket/sys/ |
| A D | socket.h | 28 int shutdown(int s, int how); 50 #define shutdown(s, how) sal_shutdown(s, how)
|
| /components/libc/posix/signal/ |
| A D | posix_signal.c | 47 int sigprocmask (int how, const sigset_t *set, sigset_t *oset) in sigprocmask() argument 59 switch(how) in sigprocmask()
|
| /components/net/at/at_socket/ |
| A D | at_socket.h | 155 int at_shutdown(int socket, int how); 184 #define shutdown(socket, how) at_shutdown(socket, how) argument
|
| /components/dfs/dfs_v1/filesystems/nfs/ |
| A D | dfs_nfs.c | 357 args.how.mode = GUARDED; in nfs_create() 359 args.how.createhow3_u.obj_attributes.mode.set_it = TRUE; in nfs_create() 360 args.how.createhow3_u.obj_attributes.mode.set_mode3_u.mode = mode; in nfs_create() 361 args.how.createhow3_u.obj_attributes.uid.set_it = FALSE; in nfs_create() 362 args.how.createhow3_u.obj_attributes.gid.set_it = FALSE; in nfs_create() 363 args.how.createhow3_u.obj_attributes.size.set_it = FALSE; in nfs_create() 364 args.how.createhow3_u.obj_attributes.atime.set_it = DONT_CHANGE; in nfs_create() 365 args.how.createhow3_u.obj_attributes.mtime.set_it = DONT_CHANGE; in nfs_create()
|
| A D | nfs.x | 384 createhow3 how; member
|
| /components/net/lwip/lwip-2.0.3/src/netif/ |
| A D | FILES | 9 An example of how an Ethernet device driver could look. This
|
| /components/net/sal/socket/ |
| A D | net_sockets.c | 152 int shutdown(int s, int how) in shutdown() argument 172 if (sal_shutdown(socket, how) == 0) in shutdown()
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | sockets.h | 487 int lwip_shutdown(int s, int how); 518 #define shutdown(s,how) lwip_shutdown(s,how) argument
|
| /components/net/sal/include/ |
| A D | sal_low_lvl.h | 83 int (*shutdown) (int s, int how);
|
| A D | sal_socket.h | 335 int sal_shutdown(int socket, int how);
|
| /components/net/lwip/lwip-2.0.3/src/api/ |
| A D | api_lib.c | 80 static err_t netconn_close_shutdown(struct netconn *conn, u8_t how); 802 netconn_close_shutdown(struct netconn *conn, u8_t how) in netconn_close_shutdown() argument 806 LWIP_UNUSED_ARG(how); in netconn_close_shutdown() 814 API_MSG_VAR_REF(msg).msg.sd.shut = how; in netconn_close_shutdown()
|
| A D | sockets.c | 1716 lwip_shutdown(int s, int how) in lwip_shutdown() argument 1722 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_shutdown(%d, how=%d)\n", s, how)); in lwip_shutdown() 1739 if (how == SHUT_RD) { in lwip_shutdown() 1741 } else if (how == SHUT_WR) { in lwip_shutdown() 1743 } else if (how == SHUT_RDWR) { in lwip_shutdown()
|
| /components/net/lwip/lwip-1.4.1/src/netif/ |
| A D | FILES | 13 An example of how an Ethernet device driver could look. This
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | sockets.h | 595 int lwip_shutdown(int s, int how); 635 #define shutdown(s,how) lwip_shutdown(s,how) argument
|
| /components/libc/compilers/common/include/sys/ |
| A D | signal.h | 110 int sigprocmask (int how, const sigset_t *set, sigset_t *oset);
|
| /components/lwp/ |
| A D | lwp_signal.h | 154 rt_err_t lwp_thread_signal_mask(rt_thread_t thread, lwp_sig_mask_cmd_t how,
|
| A D | lwp_signal.c | 401 static void _thread_signal_mask(rt_thread_t thread, lwp_sig_mask_cmd_t how, in _thread_signal_mask() argument 415 _sig_mask_fn[how](thread, sigset, &new_set); in _thread_signal_mask() 1267 rt_err_t lwp_thread_signal_mask(rt_thread_t thread, lwp_sig_mask_cmd_t how, in lwp_thread_signal_mask() argument 1285 _thread_signal_mask(thread, how, sigset, oset); in lwp_thread_signal_mask()
|
| /components/net/lwip/lwip-2.0.3/test/fuzz/ |
| A D | README | 6 at http://lcamtuf.coredump.cx/afl/) and the sample inputs to test how
|
| /components/net/lwip/lwip-2.1.2/test/fuzz/ |
| A D | README | 6 at http://lcamtuf.coredump.cx/afl/) and the sample inputs to test how
|
| /components/net/lwip/lwip-2.1.2/src/api/ |
| A D | api_lib.c | 106 static err_t netconn_close_shutdown(struct netconn *conn, u8_t how); 1089 netconn_close_shutdown(struct netconn *conn, u8_t how) in netconn_close_shutdown() argument 1093 LWIP_UNUSED_ARG(how); in netconn_close_shutdown() 1101 API_MSG_VAR_REF(msg).msg.sd.shut = how; in netconn_close_shutdown()
|
| /components/libc/posix/pthreads/ |
| A D | pthread.c | 1147 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset) in pthread_sigmask() argument 1149 return sigprocmask(how, set, oset); in pthread_sigmask()
|
| A D | pthread.h | 189 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
|
| /components/net/lwip/lwip-1.4.1/src/api/ |
| A D | api_lib.c | 663 netconn_close_shutdown(struct netconn *conn, u8_t how) in netconn_close_shutdown() argument 673 msg.msg.msg.sd.shut = how; in netconn_close_shutdown()
|
| A D | sockets.c | 1380 lwip_shutdown(int s, int how) argument 1386 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_shutdown(%d, how=%d)\n", s, how)); 1403 if (how == SHUT_RD) { 1405 } else if (how == SHUT_WR) { 1407 } else if(how == SHUT_RDWR) {
|
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | sockets.h | 325 int lwip_shutdown(int s, int how);
|