代码搜索:isup

找到约 77 项符合「isup」的源代码

代码结果 77
www.eeworm.com/read/206988/15284430

isup

www.eeworm.com/read/290342/8489168

h isup.h

/* ISUP header */ #ifndef BYTE typedef unsigned char BYTE; #endif #define SS7_ISUP_CIC(a) (unsigned short)(*((unsigned short*)a)& 0x0FFF) #define SS7_ISUP_CIC_TRUNK(a) (unsigned short)((*(
www.eeworm.com/read/290342/8489171

c isup.c

/* ISUP functions */ #include #include #include #include #include #include "isup.h" void ISUP_Process_IAM( BYTE* pFrame, unsigned lo
www.eeworm.com/read/488314/6492162

o isup.o

www.eeworm.com/read/488314/6492176

h isup.h

/* isup.h - ISUP stuff. * * Copyright (C) 2005-2006, Sifira A/S. * * Author: Kristian Nielsen * Anders Baekgaard * * This file is part of chan_ss7.
www.eeworm.com/read/488314/6492184

c isup.c

/* isup.c - ISUP stuff. * * Copyright (C) 2005-2006, Sifira A/S. * * Author: Kristian Nielsen * Anders Baekgaard * Anders Baekgaard
www.eeworm.com/read/409375/11330312

h isup.h

/* isup.h - ISUP stuff. * * Copyright (C) 2005-2006, Sifira A/S. * * Author: Kristian Nielsen * Anders Baekgaard * * This file is part of chan_ss7. * * c
www.eeworm.com/read/409375/11330324

c isup.c

/* isup.c - ISUP stuff. * * Copyright (C) 2005-2006, Sifira A/S. * * Author: Kristian Nielsen * Anders Baekgaard * Anders Baekgaard *
www.eeworm.com/read/256996/11961580

cpp isup.cpp

// Isup.cpp: implementation of the CIsup class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "decode.h" #include "Isup.h" #ifdef _DE
www.eeworm.com/read/256996/11961591

h isup.h

// Isup.h: interface for the CIsup class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_ISUP_H__A2E95496_E712_4F74_9C2A_DC089CBF54BF__INCLUDED_) #def