代码搜索:Prot

找到约 2,417 项符合「Prot」的源代码

代码结果 2,417
www.eeworm.com/read/389922/2531351

h eth_hdr.h

/* server/ip/gen/eth_hdr.h */ #ifndef __SERVER__IP__GEN__ETH_HDR_H__ #define __SERVER__IP__GEN__ETH_HDR_H__ typedef struct eth_hdr { ether_addr_t eh_dst; ether_addr_t eh_src; ether_type_t eh_prot
www.eeworm.com/read/385988/2577498

c im_qq_adp.c

#ifdef __QQ_SUPPORT__ #include "IM_QQ_custom.h" #include "IM_QQ_prot.h" #include "wgui_status_icons.h" extern U32 IM_qq_name_input_type; extern U32 IM_qq_password_input_type; extern U16 IM_qq_
www.eeworm.com/read/385988/2577504

c im_adp.c

#ifdef __IM_APPLICATION__ #include "IM_custom.h" #include "IM_prot.h" S32 IM_adp_init() { im_adp_struct *adp = &im_global.adp; adp->timer_id = IM_TIMER1; adp->timer_id2 = IM_T
www.eeworm.com/read/375613/2723944

h eth_hdr.h

/* server/ip/gen/eth_hdr.h */ #ifndef __SERVER__IP__GEN__ETH_HDR_H__ #define __SERVER__IP__GEN__ETH_HDR_H__ typedef struct eth_hdr { ether_addr_t eh_dst; ether_addr_t eh_src; ether_type_t eh_prot
www.eeworm.com/read/365785/2895255

h eth_hdr.h

/* server/ip/gen/eth_hdr.h */ #ifndef __SERVER__IP__GEN__ETH_HDR_H__ #define __SERVER__IP__GEN__ETH_HDR_H__ typedef struct eth_hdr { ether_addr_t eh_dst; ether_addr_t eh_src; ether_type_t eh_prot
www.eeworm.com/read/362762/2927231

h eth_hdr.h

/* server/ip/gen/eth_hdr.h */ #ifndef __SERVER__IP__GEN__ETH_HDR_H__ #define __SERVER__IP__GEN__ETH_HDR_H__ typedef struct eth_hdr { ether_addr_t eh_dst; ether_addr_t eh_src; ether_type_t eh_prot
www.eeworm.com/read/293214/8307509

asm data.asm

IDB_BITMAP equ 2 IDB_BITMAP2 equ 3 IDD_MAKEKEYFILE equ 6 IDC_TAB1 equ 8 IDC_OPEN_BUTTON equ 3000 IDC_FILE_EDIT equ 3001 IDC_MESSAGEBOX_EDIT equ 3002 IDC_PROT_BUTTON equ 3003 IDC_CLSSECN
www.eeworm.com/read/455624/7369352

makefile

OBJS= start.o prot.o pxecall.o bios_generic.o bios_pxe.o bios_disk.o bcopy.o CFLAGS= -ffreestanding -Os -I../include -Wall -march=i386 ASFLAGS= -I../include libi386.o: $(OBJS) ar rcs libi386.a $(O
www.eeworm.com/read/385462/2590273

h mmu.h

#define CRIS_MMU_ERR_EXEC 0 #define CRIS_MMU_ERR_READ 1 #define CRIS_MMU_ERR_WRITE 2 #define CRIS_MMU_ERR_FLUSH 3 struct cris_mmu_result_t { uint32_t phy; uint32_t pfn; int prot; int bf_vec; };
www.eeworm.com/read/266625/11216715

c build_tftp.c

#include "./include/build_tftp.h" #include "./include/myout.h" char FileName[]={"u-boot.bin"}; char Prot[]={"octet"}; static U8 HostMac[], ClientMac[]={0x00,0x11,0x22,0x33,0x44,0x55} ; static U8 Hos