Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-atalk.c273 ap->control & atpXO? " " : "*", in atp_print()
298 switch (ap->control & (atpXO|atpSTS)) { in atp_print()
299 case atpXO: in atp_print()
305 case atpXO|atpSTS: in atp_print()
321 if (ap->control & (atpXO|atpEOM|atpSTS)) { in atp_print()
323 if (ap->control & atpXO) { in atp_print()
Dappletalk.h86 #define atpXO 0x20 macro