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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Ddaemon.h11 char *sock_type; member in struct:daemon_data
H A Ddaemon_kern.c17 char *sock_type; member in struct:daemon_init
29 dpri->sock_type = init->sock_type;
40 SWITCH_VERSION, dpri->sock_type, dpri->ctl_sock);
73 { .sock_type = "unix",
76 remain = split_if_spec(str, mac_out, &init->sock_type, &init->ctl_sock,
H A Ddaemon_user.c135 if(!strcmp(pri->sock_type, "unix"))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dsocket.h75 /** sock_type - Socket types
78 * override the enum sock_type in include/linux/net.h, so
89 enum sock_type { enum
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dsocket.h75 /** sock_type - Socket types
78 * override the enum sock_type in include/linux/net.h, so
89 enum sock_type { enum
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dxconnect.c211 int xsocket_type(len_and_sockaddr **lsap, USE_FEATURE_IPV6(int family,) int sock_type) argument
220 fd = socket(AF_INET6, sock_type, 0);
228 fd = xsocket(family, sock_type, 0);
248 static int create_and_bind_or_die(const char *bindaddr, int port, int sock_type) argument
256 fd = xsocket(lsa->sa.sa_family, sock_type, 0);
258 fd = xsocket_type(&lsa, USE_FEATURE_IPV6(AF_UNSPEC,) sock_type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_client.c275 #ifdef sock_type
276 #undef sock_type macro
278 int sock_type=SOCK_STREAM; local
416 sock_type=SOCK_DGRAM;
596 if (sock_type == SOCK_DGRAM) SSL_CTX_set_read_ahead(ctx, 1);
636 if (init_client(&s,host,port,sock_type) == 0)
H A Ds_server.c548 #ifdef sock_type
549 #undef sock_type macro
551 int sock_type=SOCK_STREAM; local
773 sock_type = SOCK_DGRAM;
942 if (sock_type == SOCK_DGRAM) SSL_CTX_set_read_ahead(ctx, 1);
1089 do_server(port,sock_type,&accept_socket,www_body, context);
1091 do_server(port,sock_type,&accept_socket,sv_body, context);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnet.h69 * enum sock_type - Socket types
83 enum sock_type { enum
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dlibbb.h323 int xsocket_type(len_and_sockaddr **lsap, USE_FEATURE_IPV6(int af,) int sock_type);

Completed in 66 milliseconds