Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-atalk.c308 switch (ap->control & (atpEOM|atpSTS)) { in atp_print()
312 case atpSTS: in atp_print()
315 case atpEOM|atpSTS: in atp_print()
325 switch (ap->control & (atpXO|atpSTS)) { in atp_print()
329 case atpSTS: in atp_print()
332 case atpXO|atpSTS: in atp_print()
348 if (ap->control & (atpXO|atpEOM|atpSTS)) { in atp_print()
358 if (ap->control & atpSTS) { in atp_print()
Dappletalk.h86 #define atpSTS 0x08 macro