Results 1-25 of about 89,685 results found for 'socket' in 0.61 seconds
 1 2345678910...

rtpsession.c
     session->rcv.telephone_events_pt=-1;     /* not defined a priori */
     rtp_session_set_profile (session, &av_profile); /*the default profile to work with */
     session->rtp.socket=-1;
     session->rtcp.socket=-1;
     session->dscp=RTP_DEFAULT_DSCP;
Language: C
License: LGPL
(C) 2001 Simon MORLAT simon.morlat@linphone.org
LOC: 948
Savannah NonGNU : LinPhone - Telephony on Linux (project search) : .../linphone/linphone/oRTP/src/rtpsession.c

sockets.c
/**
 * @file
 * Sockets BSD-Like API module
 *
 */
Language: C
(c) 2001-2004 Swedish Institute of Computer Science.
LOC: 1349
Savannah NonGNU : lwIP - A Lightweight TCP/IP stack (project search) : .../lwip/lwip/src/api/sockets.c

tcp_in.c
    npcb->accept = pcb->accept;
#endif /* LWIP_CALLBACK_API */
    /* inherit socket options */
    npcb->so_options = pcb->so_options & (SOF_DEBUG|SOF_DONTROUTE|SOF_KEEPALIVE|SOF_OOBINLINE|SOF_LINGER);
    /* Register the new PCB so that we can begin receiving segments
Language: C
(c) 2001-2004 Swedish Institute of Computer Science.
LOC: 792
Savannah NonGNU : lwIP - A Lightweight TCP/IP stack (project search) : .../lwip/lwip/src/core/tcp_in.c

eXosip2.h
#include <osipparser2/osip_port.h>
#include <ws2tcpip.h>
#define close(s) closesocket(s)
#elif WIN32
#include <stdio.h>
Language: C
License: GPL
(C) 2002,2003,2004,2005,2006,2007 Aymeric MOIZARD - jack@atosc.org
LOC: 530
Savannah NonGNU : The eXtended osip library (project search) : .../exosip/exosip/exosip/src/eXosip2.h

osip.h
    time_t birth_time;          /**< birth date of transaction        */
    time_t completed_time;      /**< end   date of transaction        */
    int in_socket;              /**< Optional socket for incoming message */
    int out_socket;             /**< Optional place for outgoing message */
    void *config;               /**@internal transaction is managed by osip_t  */
Language: C
License: LGPL
(C) 2001,2002,2003,2004,2005,2006,2007 Aymeric MOIZARD jack@atosc.org
LOC: 402
Savannah GNU : The oSIP library (project search) : .../osip/osip/include/osip2/osip.h

jitterctl.c
/*
 The algorithm computes two values:
     slide: an average of difference between the expected and the socket-received timestamp
     jitter: an average of the absolute value of the difference between socket-received timestamp and slide.
     slide is used to make clock-slide detection and correction.
Language: C
License: LGPL
(C) 2001 Simon MORLAT simon.morlat@linphone.org...
LOC: 98
Savannah NonGNU : LinPhone - Telephony on Linux (project search) : .../linphone/linphone/oRTP/src/jitterctl.c

osip_transaction.c
}
int
osip_transaction_set_in_socket (osip_transaction_t * transaction, int sock)
{
  if (transaction == NULL)
Language: C
License: LGPL
(C) 2001,2002,2003,2004,2005,2006,2007 Aymeric MOIZARD jack@atosc.org
LOC: 610
Savannah GNU : The oSIP library (project search) : .../osip/osip/src/osip2/osip_transaction.c

sockets.h
 *
 */
#ifndef __LWIP_SOCKETS_H__
#define __LWIP_SOCKETS_H__
#include "lwip/opt.h"
Language: C
(c) 2001-2004 Swedish Institute of Computer Science.
LOC: 204
Savannah NonGNU : lwIP - A Lightweight TCP/IP stack (project search) : .../lwip/src/include/lwip/sockets.h

test.c
#include "lwip/memp.h"
#include "lwip/sys.h"
#include "lwip/sockets.h"
#include "netif/etharp.h"
#include "lwip/stats.h"
Language: C
(c) 2001,2002 Florian Schulze.
LOC: 179
Savannah NonGNU : lwIP - A Lightweight TCP/IP stack (project search) : .../lwip/contrib/ports/msvc6/test.c

libhttpd.c
static void check_options( void );
static void free_httpd_server( httpd_server* hs );
static int initialize_listen_socket( httpd_sockaddr* saP );
static void add_response( httpd_conn* hc, char* str );
static void clear_ndelay( httpd_conn* hc );
Language: C
Copyright 1995,1998,1999,2000 by Jef Poskanzer .
LOC: 2944
SourceForge : Jaguar for Python (project search) : .../jaguar/thttpd/thttpd/src/libhttpd.c

telephonyevents.c
     It could be avoided by making a copy of the buffer when sending physically the packet, but
     it add one more copy for every buffer.
     Using iomapped socket, it is possible to avoid the user to kernel copy.
     */
     rtp_session_sendm_with_ts(session,m3,userts+durationtier+durationtier);
Language: C
License: LGPL
(C) 2001 Simon MORLAT simon.morlat@linphone.org
LOC: 250
Savannah NonGNU : LinPhone - Telephony on Linux (project search) : .../linphone/linphone/oRTP/src/telephonyevents.c

eXosip.c
#endif
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <unistd.h>
Language: C
License: GPL
(C) 2002,2003,2004,2005,2006,2007 Aymeric MOIZARD - jack@atosc.org
LOC: 1118
Savannah NonGNU : The eXtended osip library (project search) : .../exosip/exosip/exosip/src/eXosip.c

dtelnet.c
#include "term.h"
#include "emul.h"
#include "socket.h"
#include "about.h"
#include "connect.h"
Language: C
(c) 1997 David Cole
LOC: 722
SourceForge : Dave's Telnet (project search) : .../dtelnet/dtelnet/dtelnet.c

osip.c
         (host and port) if they are using a reliable
         transport. Instead, they should use the already
         open socket attached to this transaction. */
      /* 2: check maddr and multicast usage */
      if (maddr != NULL)
Language: C
License: LGPL
(C) 2001,2002,2003,2004,2005,2006,2007 Aymeric MOIZARD jack@atosc.org
LOC: 1859
Savannah GNU : The oSIP library (project search) : .../osip/osip/src/osip2/osip.c

arch.h
#define  ESTRPIPE  86  /* Streams pipe error */
#define  EUSERS    87  /* Too many users */
#define  ENOTSOCK  88  /* Socket operation on non-socket */
#define  EDESTADDRREQ  89  /* Destination address required */
#define  EMSGSIZE  90  /* Message too long */
Language: C
(c) 2001-2004 Swedish Institute of Computer Science.
LOC: 176
Savannah NonGNU : lwIP - A Lightweight TCP/IP stack (project search) : .../lwip/src/include/lwip/arch.h

ls.c
    { LEN_STR_PAIR ("01;36") },          /* ln: Symlink: bright cyan */
    { LEN_STR_PAIR ("33") },          /* pi: Pipe: yellow/brown */
    { LEN_STR_PAIR ("01;35") },          /* so: Socket: bright magenta */
    { LEN_STR_PAIR ("01;33") },          /* bd: Block device: bright yellow */
    { LEN_STR_PAIR ("01;33") },          /* cd: Char device: bright yellow */
Language: C
License: GPL
LOC: 3244
Savannah GNU : GNU Core Utilities (project search) : .../coreutils/coreutils/coreutils/src/ls.c

eXutils.c
#else
#include <netinet/in.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#ifdef HAVE_ARPA_NAMESER_H
Language: C
License: GPL
(C) 2002,2003,2004,2005,2006,2007 Aymeric MOIZARD - jack@atosc.org
LOC: 882
Savannah NonGNU : The eXtended osip library (project search) : .../exosip/exosip/exosip/src/eXutils.c

tcp.c
#include <string.h>
#include <unistd.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <netinet/in.h>
Language: C
License: LGPL
(C) 1999, 2000, 2004, 2006, 2007 Free Software Foundation, Inc.
LOC: 278
Savannah GNU : GNU Mail Utilities (project search) : .../mailutils/mailutils/mailutils/mailbox/tcp.c

ict_fsm.c
  ict->orig_request = evt->sip;
  i = osip->cb_send_message (ict, evt->sip, ict->ict_context->destination,
                             ict->ict_context->port, ict->out_socket);
  if (i == 0)
    {
Language: C
License: LGPL
(C) 2001,2002,2003,2004,2005,2006,2007 Aymeric MOIZARD jack@atosc.org
LOC: 393
Savannah GNU : The oSIP library (project search) : .../osip/osip/src/osip2/ict_fsm.c

udp.c
#ifndef WIN32
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
Language: C
License: GPL
(C) 2002,2003,2004,2005,2006,2007 Aymeric MOIZARD - jack@atosc.org
LOC: 1870
Savannah NonGNU : The eXtended osip library (project search) : .../exosip/exosip/exosip/src/udp.c

thttpd.c
     /* This shouldn't happen, but some kernels, e.g.
     ** SunOS 4.1.x, are broken and select() says that
     ** O_NDELAY sockets are always writable even when
     ** they're actually not.
     **
Language: C
Copyright 1995,1998,1999,2000 by Jef Poskanzer .
LOC: 1367
SourceForge : Jaguar for Python (project search) : .../jaguar/thttpd/thttpd/src/thttpd.c

mailbox.c
  /* If null two cases:
     - it is no open yet.
     - it a remote stream and the socket stream is on the folder.  */
  if (mbox->stream == NULL)
    {
Language: C
License: LGPL
(C) 1999, 2000, 2001, 2004, 2005, 2006,
LOC: 444
Savannah GNU : GNU Mail Utilities (project search) : .../mailutils/mailutils/mailutils/mailbox/mailbox.c

process.c
#include <fcntl.h>
#endif /* not WINDOWSNT */
#ifdef HAVE_SOCKETS     /* TCP connection support, if kernel can do it */
#include <sys/socket.h>
#include <netdb.h>
Language: C
License: GPL
(C) 1985, 1986, 1987, 1988, 1993, 1994, 1995,
LOC: 5479
Savannah GNU : emacs (project search) : .../emacs/emacs/emacs/src/process.c

jrequest.c
#ifndef WIN32
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
Language: C
License: GPL
(C) 2002,2003,2004,2005,2006,2007 Aymeric MOIZARD - jack@atosc.org
LOC: 764
Savannah NonGNU : The eXtended osip library (project search) : .../exosip/exosip/exosip/src/jrequest.c

w32.c
#include <windows.h>
#include <shlobj.h>
#ifdef HAVE_SOCKETS     /* TCP connection support, if kernel can do it */
#include <sys/socket.h>
#undef socket
Language: C
License: GPL
(C) 1994, 1995, 2000, 2001, 2002, 2003, 2004,
LOC: 3135
Savannah GNU : emacs (project search) : .../emacs/emacs/emacs/src/w32.c

 1 2345678910...

Project Matches
 1 2345...

Socket::Class - Socket::Class, Socket::Class::Async,...

Danga__Socket - Danga::Socket

IO__Socket__TIPC - IO::Socket::TIPC, IO::Socket::TIPC::Sockaddr

Socket__MsgHdr - Socket::MsgHdr

Socket::Multicast6








About Koders | Resources | Downloads | Support | Black Duck | Submit Project | Terms of Service | DMCA | Privacy Policy | Site Map| Contact Us