Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-smb.c365 #define MAILSLOT_BROWSE_STR "\\MAILSLOT\\BROWSE" in print_trans() macro
366 ND_TCHECK_LEN(data1 + 2, strlen(MAILSLOT_BROWSE_STR) + 1); in print_trans()
367 if (strcmp((const char *)(data1 + 2), MAILSLOT_BROWSE_STR) == 0) { in print_trans()
371 #undef MAILSLOT_BROWSE_STR in print_trans()