代码搜索:Prot
找到约 2,417 项符合「Prot」的源代码
代码结果 2,417
www.eeworm.com/read/178302/9408870
c dhcp_prot.c
/*==========================================================================
//
// dhcp_prot.c
//
// DHCP protocol implementation for DHCP client
//
//=================================
www.eeworm.com/read/176151/9514858
h prot2407.h
www.eeworm.com/read/169755/9839391
txt prot-eng.txt
Original ipmsg protocol specification is written in Japanese.
This document was translated by Mr.Kanazawa.
This document is not verified yet.
-----------------------------------------------------
www.eeworm.com/read/169329/9865631
txt prot-eng.txt
Original ipmsg protocol specification is written in Japanese.
This document was translated by Mr.Kanazawa.
This document is not verified yet.
-----------------------------------------------------
www.eeworm.com/read/166096/10035971
h pmap_prot.h
/* $OpenBSD: pmap_prot.h,v 1.3 1998/02/10 06:25:32 deraadt Exp $ */
/* $NetBSD: pmap_prot.h,v 1.4 1994/10/26 00:57:00 cgd Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided
www.eeworm.com/read/165383/10065953
txt prot-eng.txt
Original ipmsg protocol specification is written in Japanese.
This document was translated by Mr.Kanazawa.
This document is not verified yet.
-----------------------------------------------------
www.eeworm.com/read/164463/10107525
h msg_prot.h
/*
* linux/include/net/sunrpc/msg_prot.h
*
* Copyright (C) 1996, Olaf Kirch
*/
#ifndef _LINUX_SUNRPC_MSGPROT_H_
#define _LINUX_SUNRPC_MSGPROT_H_
#ifdef __KERNEL__ /* user pro
www.eeworm.com/read/359495/10143137
txt prot-eng.txt
Original ipmsg protocol specification is written in Japanese.
This document was translated by Mr.Kanazawa.
This document is not verified yet.
-----------------------------------------------------
www.eeworm.com/read/162365/10310247
txt prot-eng.txt
Original ipmsg protocol specification is written in Japanese.
This document was translated by Mr.Kanazawa.
This document is not verified yet.
-----------------------------------------------------
www.eeworm.com/read/162078/10339394
cpp prot_bas.cpp
#include
class base
{
protected:
int i, j;
public:
void setij(int a, int b)
{
i=a;
j=b;
}
void showij(void) {cout