代码搜索:IPC标准下载列表
找到约 10,000 项符合「IPC标准下载列表」的源代码
代码结果 10,000
www.eeworm.com/read/168534/9908499
c ipc.c
/*
* ipc.c talk to the keyserv process.
*
* Entry point:
*
* keyserv(command, arg)
* command can be KINSTALL, KUNINSTALL, or a command for keyserv.
* arg is a 1 byte argument.
*
* This f
www.eeworm.com/read/363955/9928730
c ipc.c
/*
* This file is part of the Minicom Communications Program,
* written by Miquel van Smoorenburg 1991/1992/1993.
*
* ipc.c - talk to the keyserv process.
*
* Entry point:
*
* keyserv(command
www.eeworm.com/read/164463/10107174
h ipc.h
#ifndef _LINUX_IPC_H
#define _LINUX_IPC_H
#include
#define IPC_PRIVATE ((__kernel_key_t) 0)
/* Obsolete, used only for backwards compatibility and libc5 compiles */
struct ipc_per
www.eeworm.com/read/163079/10176148
h ipc.h
#ifndef _LINUX_IPC_H
#define _LINUX_IPC_H
#include
typedef int key_t; /* should go in type for IPC key */
#define IPC_PRIVATE ((key_t) 0)
struct ipc_perm
{
k
www.eeworm.com/read/279567/10419464
h ipc.h
// NetScan.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "winsvc.h"
#include "winsock2.h"
#pragma comment(lib,"ws2_32.lib")
#include "PingI.h"
www.eeworm.com/read/352754/10516723
h ipc.h
#ifndef _LINUX_IPC_H
#define _LINUX_IPC_H
#include
typedef int key_t; /* should go in type for IPC key */
#define IPC_PRIVATE ((key_t) 0)
struct ipc_perm
{
k
www.eeworm.com/read/276027/10772920
txt ipc$问答.txt
1,怎样建立空连接,它有什么用?
答:使用命令 net use \\IP\ipc$ "" /user:"" 就可以简单地和目标建立一个空连接(需要目标开放ipc$)。
对于NT,在默认安全设置下,借助空连接可以列举目标用户、共享,访问everyone权限的共享,访问小部分注册表等,没有什么利用价值。对2000作用就更小了。而且实现也不方便,需借助工具。如果你不理解“没用”的东西为什么还会存 ...
www.eeworm.com/read/275970/10780264
c ipc.c
/*
* Copyright (c) 1993 Ulrich Pegelow
* Copyright (c) 1993 Branko Lankester
* Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey
www.eeworm.com/read/349030/10855718
c ipc.c
/*
* ipc.c talk to the keyserv process.
*
* Entry point:
*
* keyserv(command, arg)
* command can be KINSTALL, KUNINSTALL, or a command for keyserv.
* arg is a 1 byte argument.
*
* This f