Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-atalk.c300 ap->control & atpXO? " " : "*", in atp_print()
325 switch (ap->control & (atpXO|atpSTS)) { in atp_print()
326 case atpXO: in atp_print()
332 case atpXO|atpSTS: in atp_print()
348 if (ap->control & (atpXO|atpEOM|atpSTS)) { in atp_print()
350 if (ap->control & atpXO) { in atp_print()
Dappletalk.h84 #define atpXO 0x20 macro