代码搜索:Hints
找到约 1,068 项符合「Hints」的源代码
代码结果 1,068
www.eeworm.com/read/408584/11380366
c host_serv.c
/* include host_serv */
#include "unp.h"
struct addrinfo *
host_serv(const char *host, const char *serv, int family, int socktype)
{
int n;
struct addrinfo hints, *res;
bzero(&hints, sizeof(st
www.eeworm.com/read/158283/11628630
ac configure.ac
#
# The build process allows for using a cross-compiler. But the default
# action is to target the same platform that we are running on. The
# configure script needs to discover the following proper
www.eeworm.com/read/129891/14218828
c udp_connect.c
/* include udp_connect */
#include "unp.h"
int
udp_connect(const char *host, const char *serv)
{
int sockfd, n;
struct addrinfo hints, *res, *ressave;
bzero(&hints, sizeof(struct addrinfo));
www.eeworm.com/read/129891/14218832
c udp_client.c
/* include udp_client */
#include "unp.h"
int
udp_client(const char *host, const char *serv, void **saptr, socklen_t *lenp)
{
int sockfd, n;
struct addrinfo hints, *res, *ressave;
bzero(&hints
www.eeworm.com/read/129891/14218847
c host_serv.c
/* include host_serv */
#include "unp.h"
struct addrinfo *
host_serv(const char *host, const char *serv, int family, int socktype)
{
int n;
struct addrinfo hints, *res;
bzero(&hints, sizeof(st
www.eeworm.com/read/129891/14219837
c testga.c
#include "unp.h"
/*
* Test program for getaddrinfo() and getnameinfo().
*/
/* function prototypes for internal functions */
static void do_errtest(void);
static void do_funccall(const char *, c
www.eeworm.com/read/125782/14464178
c lib_scroll.c
/****************************************************************************
* Copyright (c) 1998,2001,2003 Free Software Foundation, Inc. *
*
www.eeworm.com/read/171934/5391036
c su_localinfo.c
/*
* This file is part of the Sofia-SIP package
*
* Copyright (C) 2005 Nokia Corporation.
*
* Contact: Pekka Pessi
*
* This library is free software; you can redistribut
www.eeworm.com/read/167562/5458470
c pshrec.c
/***************************************************************************/
/* */
/* pshrec.c
www.eeworm.com/read/167562/5458540
c afhints.c
/***************************************************************************/
/* */
/* afhints.c