Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-atalk.c318 switch (control & (atpEOM|atpSTS)) { in atp_print()
322 case atpSTS: in atp_print()
325 case atpEOM|atpSTS: in atp_print()
336 switch (control & (atpXO|atpSTS)) { in atp_print()
340 case atpSTS: in atp_print()
343 case atpXO|atpSTS: in atp_print()
359 if (control & (atpXO|atpEOM|atpSTS)) { in atp_print()
369 if (control & atpSTS) { in atp_print()
H A Dappletalk.h86 #define atpSTS 0x08 macro