Searched refs:tag (Results 1 – 3 of 3) sorted by relevance
124 uint32_t tag; member
176 DWORD tag = 0; in MakeCBWTag() local180 tag <<= 8; in MakeCBWTag()181 tag += RandomInteger(0, 0xFF); in MakeCBWTag()183 return tag; in MakeCBWTag()
1548 hdr->tag = TAG; in getBoothdr()3015 void tag_spl(char *tag, char *spl) in tag_spl() argument3020 if(!tag || !spl) in tag_spl()3022 len = strlen(tag); in tag_spl()3039 memcpy(Buf, tag, len); in tag_spl()3128 string tag = argv[2]; in handle_command() local3130 printf("tag %s to %s\n", tag.c_str(), spl.c_str()); in handle_command()3131 tag_spl((char*)tag.c_str(), (char*)spl.c_str()); in handle_command()