Searched refs:MAILSLOT_BROWSE_STR (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-smb.c374 #define MAILSLOT_BROWSE_STR "\\MAILSLOT\\BROWSE" macro
375 ND_TCHECK2(*(data1 + 2), strlen(MAILSLOT_BROWSE_STR) + 1);
376 if (strcmp((const char *)(data1 + 2), MAILSLOT_BROWSE_STR) == 0) {
380 #undef MAILSLOT_BROWSE_STR macro

Completed in 57 milliseconds