Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-atalk.c281 switch (ap->control & (atpEOM|atpSTS)) { in atp_print()
285 case atpSTS: in atp_print()
288 case atpEOM|atpSTS: in atp_print()
298 switch (ap->control & (atpXO|atpSTS)) { in atp_print()
302 case atpSTS: in atp_print()
305 case atpXO|atpSTS: in atp_print()
321 if (ap->control & (atpXO|atpEOM|atpSTS)) { in atp_print()
331 if (ap->control & atpSTS) { in atp_print()
Dappletalk.h88 #define atpSTS 0x08 macro