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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Ddaemon.h14 char *sock_type; member in struct:daemon_data
H A Ddaemon_kern.c15 char *sock_type; member in struct:daemon_init
27 dpri->sock_type = init->sock_type;
38 SWITCH_VERSION, dpri->sock_type, dpri->ctl_sock);
67 { .sock_type = "unix",
70 remain = split_if_spec(str, mac_out, &init->sock_type, &init->ctl_sock,
H A Ddaemon_user.c136 if (!strcmp(pri->sock_type, "unix"))
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dsocket.h84 /** sock_type - Socket types
87 * override the enum sock_type in include/linux/net.h, so
98 enum sock_type { enum
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/phonet/
H A Dphonet.h102 int sock_type; member in struct:phonet_protocol
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/phonet/
H A Ddatagram.c190 .sock_type = SOCK_DGRAM,
H A Daf_phonet.c95 if (sock->type != pnp->sock_type) {
H A Dpep.c1088 .sock_type = SOCK_SEQPACKET,
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dnet.h77 * enum sock_type - Socket types
91 enum sock_type { enum
/netgear-R7000-V1.0.7.12_1.2.5/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 179 milliseconds