Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-atalk.c269 ap->control & atpXO? " " : "*", in atp_print()
294 switch (ap->control & (atpXO|atpSTS)) { in atp_print()
295 case atpXO: in atp_print()
301 case atpXO|atpSTS: in atp_print()
317 if (ap->control & (atpXO|atpEOM|atpSTS)) { in atp_print()
319 if (ap->control & atpXO) { in atp_print()
Dappletalk.h84 #define atpXO 0x20 macro