代码搜索:AF_INET
找到约 1,347 项符合「AF_INET」的源代码
代码结果 1,347
www.eeworm.com/read/417581/10984736
cpp sh_udp.cpp
// SH_Udp.cpp: implementation of the SH_Udp class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "SH_Udp.h"
#ifdef _DEBUG
#undef THIS
www.eeworm.com/read/417581/10984824
cpp sh_tcp.cpp
// SH_Tcp.cpp: implementation of the SH_Tcp class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "SH_Tcp.h"
#ifdef _DEBUG
#undef THIS
www.eeworm.com/read/329507/12950951
h config_types.h
/*
* hostapd / Shared configuration file defines
* Copyright (c) 2003-2005, Jouni Malinen
*
* This program is free software; you can redistribute it and/or modify
* it under the terms o
www.eeworm.com/read/140582/5785244
c constants.c
/* tables of names for values defined in constants.h
* Copyright (C) 1998-2002 D. Hugh Redelmeier.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of
www.eeworm.com/read/131315/5931892
c ctl.c
/*-
* Copyright (c) 1983, 1985
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are perm
www.eeworm.com/read/127694/6002746
c udpserv01.c
#include "unp.h"
int
main(int argc, char **argv)
{
int sockfd;
struct sockaddr_in servaddr, cliaddr;
sockfd = Socket(AF_INET, SOCK_DGRAM, 0);
bzero(&servaddr, sizeof(servaddr));
servaddr.s
www.eeworm.com/read/127694/6002835
c udpserv06.c
#include "unp.h"
int
main(int argc, char **argv)
{
int sockfd;
struct sockaddr_in servaddr, cliaddr;
sockfd = Socket(AF_INET, SOCK_DGRAM, 0);
bzero(&servaddr, sizeof(servaddr));
servaddr.s
www.eeworm.com/read/127694/6002848
c udpserv07.c
#include "unp.h"
int
main(int argc, char **argv)
{
int sockfd;
struct sockaddr_in servaddr, cliaddr;
sockfd = Socket(AF_INET, SOCK_DGRAM, 0);
bzero(&servaddr, sizeof(servaddr));
servaddr.s
www.eeworm.com/read/127694/6002850
c udpserv01.c
#include "unp.h"
int
main(int argc, char **argv)
{
int sockfd;
struct sockaddr_in servaddr, cliaddr;
sockfd = Socket(AF_INET, SOCK_DGRAM, 0);
bzero(&servaddr, sizeof(servaddr));
servaddr.s
www.eeworm.com/read/127694/6002977
c udpserv01.c
#include "unp.h"
int
main(int argc, char **argv)
{
int sockfd;
struct sockaddr_in servaddr, cliaddr;
sockfd = Socket(AF_INET, SOCK_DGRAM, 0);
bzero(&servaddr, sizeof(servaddr));
servaddr.s