Home | History | Annotate | Download | only in dist

Lines Matching defs:af

38 #include "af.h"
82 nd_uint32_t af;
106 u_int af, flags;
132 UNALIGNED_MEMCPY(&af, &hdr->af, sizeof (af));
134 if ((af & 0xFFFF0000) != 0) {
135 af = SWAPLONG(af);
151 switch (af) {