Searched refs:SHUTDOWN (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dprimitive.c99 * Format: SHUTDOWN(association id)
110 DECLARE_PRIMITIVE(SHUTDOWN);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/
H A De_os.h372 # define SHUTDOWN(fd) close(fd) macro
379 # define SHUTDOWN(fd) { shutdown((fd),0); closesocket(fd); } macro
384 # define SHUTDOWN(fd) close_s(fd) macro
393 # define SHUTDOWN(fd) MacSocket_close(fd) macro
456 # define SHUTDOWN(fd) { shutdown((fd),0); closesocket((fd)); } macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/init/
H A Dinit.c50 #define SHUTDOWN 0x040 macro
66 {"shutdown", SHUTDOWN},
369 if (a->action & (SYSINIT | WAIT | CTRLALTDEL | SHUTDOWN | RESTART)) {
537 } else if (a->action & (SYSINIT | WAIT | CTRLALTDEL | SHUTDOWN | RESTART)) {
576 run_actions(SHUTDOWN);
769 new_init_action(SHUTDOWN, "umount -a -r", "");
771 if (ENABLE_SWAPONOFF) new_init_action(SHUTDOWN, "swapoff -a", "");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/
H A De_os.h434 # define SHUTDOWN(fd) close(fd) macro
450 # define SHUTDOWN(fd) { shutdown((fd),0); closesocket(fd); } macro
455 # define SHUTDOWN(fd) close_s(fd) macro
464 # define SHUTDOWN(fd) MacSocket_close(fd) macro
481 # define SHUTDOWN(fd) { shutdown((fd),0); closesocket(fd); } macro
544 # define SHUTDOWN(fd) { shutdown((fd),0); closesocket((fd)); } macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Ds_socket.c251 SHUTDOWN(accept_socket);
310 SHUTDOWN(s);
H A Ds_client.c537 SHUTDOWN(s);
642 SHUTDOWN(SSL_get_fd(con));
925 SHUTDOWN(SSL_get_fd(con));
H A Ds_server.c1052 SHUTDOWN(s);
1060 SHUTDOWN(s);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_socket.c304 SHUTDOWN(accept_socket);
371 SHUTDOWN(s);
H A Ds_client.c639 SHUTDOWN(s);
667 SHUTDOWN(s);
856 SHUTDOWN(SSL_get_fd(con));
1151 SHUTDOWN(SSL_get_fd(con));
H A Ds_server.c1319 SHUTDOWN(s);
1328 SHUTDOWN(s);

Completed in 115 milliseconds