代码搜索:AF_INET

找到约 1,347 项符合「AF_INET」的源代码

代码结果 1,347
www.eeworm.com/read/103911/15716511

c serv.c

/* * ModuleName: semtest.c * Author: delaybbc * WrittenTime: 2004/3/5 * Functions: This module test use of sem in Linux/Unix IPC * Reference: */ #include "/home/delaybbc/inc/m_ipc.h" #include
www.eeworm.com/read/127087/6008575

c netaddr_multicast.c

/* * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for a
www.eeworm.com/read/127087/6008603

c t_sockaddr.c

/* * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for an
www.eeworm.com/read/489590/6466144

h port.h

#ifndef H_PORT_INCLUDED_H #define H_PORT_INCLUDED_H /*++ The Basic Types Needed by CMMB Demuxer Module Name: port.h History: --*/ #ifdef _MSC_VER /*MS VC Studio*/ #include
www.eeworm.com/read/171934/5391119

c su_torture.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/246537/4493564

c sock_bind_wild.c

#include "unp.h" int sock_bind_wild(int sockfd, int family) { socklen_t len; switch (family) { case AF_INET: { struct sockaddr_in sin; bzero(&sin, sizeof(sin)); sin.sin_family = AF_INET;
www.eeworm.com/read/290808/3970795

c sock_bind_wild.c

#include "unp.h" int sock_bind_wild(int sockfd, int family) { socklen_t len; switch (family) { case AF_INET: { struct sockaddr_in sin; bzero(&sin, sizeof(sin)); sin.sin_family = AF_INET;
www.eeworm.com/read/186080/8960911

c makeaddr.c

/* makeaddr.c: * * Demonstrate inet_lnaof, inet_netof * and inet_makeaddr(3) functions; */ #include #include #include #include #include
www.eeworm.com/read/457839/7317156

c interface.c

#include #include "interface.h" #include "unpifi.h" int get_min_mtu( void ) { struct ifi_info *info, *n; int min_mtu_set = 0; int min_mtu = 0; info = Get_ifi_info(AF_INET, 0);
www.eeworm.com/read/140582/5785480

patch af_inet.c.fs2_0.patch

RCSID $Id: af_inet.c.fs2_0.patch,v 1.11 2004/11/29 17:53:20 mcr Exp $ --- linux/net/ipv4/af_inet.c.preipsec Wed Jun 3 18:17:50 1998 +++ linux/net/ipv4/af_inet.c Fri Sep 17 10:14:12 1999 @@ -1146,6 +1