Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-atalk.c277 switch (ap->control & (atpEOM|atpSTS)) { in atp_print()
281 case atpSTS: in atp_print()
284 case atpEOM|atpSTS: in atp_print()
294 switch (ap->control & (atpXO|atpSTS)) { in atp_print()
298 case atpSTS: in atp_print()
301 case atpXO|atpSTS: in atp_print()
317 if (ap->control & (atpXO|atpEOM|atpSTS)) { in atp_print()
327 if (ap->control & atpSTS) { in atp_print()
Dappletalk.h86 #define atpSTS 0x08 macro