代码搜索:msg
找到约 10,000 项符合「msg」的源代码
代码结果 10,000
www.eeworm.com/read/239885/13249393
h lin_msgidsa.h
#ifndef __LIN_MSGIDS_H__
#define __LIN_MSGIDS_H__
#ifdef LIN_MSGIDS_GLOBALS
#define LIN_MSGIDS_EXT
#else
#define LIN_MSGIDS_EXT extern
#endif
#define LIN_MSG_IGNORE 0
#define
www.eeworm.com/read/127087/6007947
h bindevt.h
/*
* Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
*
www.eeworm.com/read/488662/6483272
h message.h
#ifndef _MESSAGE_H_
#define _MESSAGE_H_
#include "defines.h"
#ifdef _cplusplus
extern "C" {
#endif
///////////////////////////
//defines
#define MSGNAME_MAX 64
#define MSGBLOCKSIZE 37
www.eeworm.com/read/486092/6543353
m snd_next.m
#import
#import
#include "../client/client.h"
double snd_basetime;
port_t devPort;
extern port_t task_self_;
#define task_self() task_self_
//============
www.eeworm.com/read/121526/14754079
m snd_next.m
#import
#import
#include "../client/client.h"
double snd_basetime;
port_t devPort;
extern port_t task_self_;
#define task_self() task_self_
//============
www.eeworm.com/read/114818/15037157
c cli_max.c
#include
#include
#include
#include
#include
#include "mymsg.h"
int open_attach(char *,int);
int door_call(int ,char *);
int call_resu
www.eeworm.com/read/152843/5660562
c ppc85xx_rio.c
/*
* MPC85xx RapidIO support
*
* Copyright 2005 MontaVista Software, Inc.
* Matt Porter
*
* This program is free software; you can redistribute it and/or modify it
www.eeworm.com/read/412035/11216983
h udp_comm.h
#ifndef UDP_COMM_H
#define UDP_COMM_H
#include
#include
#include "msglist.h"
extern char broad_cast_addr[16];
extern int msg_sock_fd;
extern int file_sock_fd;
extern v
www.eeworm.com/read/101056/15855865
h packet.h
#ifndef _PACKET_H_
#define _PACKET_H_
#define MSG_CONTENT_SIZE 2048
typedef struct
{
unsigned int total_length;
unsigned int command_id;
unsigned int sequence_id;
}MSG_HEAD;
typedef
www.eeworm.com/read/167847/9950382
c test1.c
#include "unpipc.h"
#define BUFFLEN 100
char msg[BUFFLEN]; /* receive buffer */
char msg0[] = "";
char msg1[] = "1";
char msg2[] = "22";
char msg3[] = "333";
char msg4[] = "4444";
char msg5[] =