Searched refs:halen (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/nfs/
H A Dnfs_bootdhcp.c295 u_char halen; member in struct:bootpcontext
359 if (bootp->bp_hlen != bpc->halen) {
361 bpc->halen));
364 if (memcmp(bootp->bp_chaddr, bpc->haddr, bpc->halen)) {
368 bp_chaddr = malloc(3 * bpc->halen, M_TEMP, M_WAITOK);
369 haddr = malloc(3 * bpc->halen, M_TEMP, M_WAITOK);
372 ether_snprintf(bp_chaddr, 3 * bpc->halen,
374 ether_snprintf(haddr, 3 * bpc->halen, bpc->haddr)));
493 u_char hafmt, halen; local
526 halen
[all...]
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-atalk.c57 nd_uint8_t halen, palen; member in struct:aarp
246 GET_U_1(ap->halen) == MAC_ADDR_LEN && GET_U_1(ap->palen) == 4)
261 ND_PRINT("len %u op %u htype %u ptype %#x halen %u palen %u",
263 GET_BE_U_2(ap->ptype), GET_U_1(ap->halen), GET_U_1(ap->palen));

Completed in 141 milliseconds