Home | History | Annotate | Download | only in dist

Lines Matching refs:cmu

83  * Vendor magic cookie (v_magic) for CMU
85 #define VM_CMU "CMU"
242 * "vendor" data permitted for CMU bootp clients.
1091 #define PRINTCMUADDR(m, s) { ND_TCHECK_4(cmu->m); \
1092 if (GET_IPV4_TO_NETWORK_ORDER(cmu->m) != 0) \
1093 ND_PRINT(" %s:%s", s, GET_IPADDR_STRING(cmu->m)); }
1099 const struct cmu_vend *cmu;
1102 ND_PRINT(" vend-cmu");
1103 cmu = (const struct cmu_vend *)bp;
1106 ND_TCHECK_4(cmu->v_flags);
1107 v_flags = GET_U_1(cmu->v_flags);