Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-atalk.c310 control & atpXO? " " : "*", in atp_print()
336 switch (control & (atpXO|atpSTS)) { in atp_print()
337 case atpXO: in atp_print()
343 case atpXO|atpSTS: in atp_print()
359 if (control & (atpXO|atpEOM|atpSTS)) { in atp_print()
361 if (control & atpXO) { in atp_print()
H A Dappletalk.h84 #define atpXO 0x20 macro