Searched refs:RMP_ADDRLEN (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/rbootd/
H A Drmp.h59 #define RMP_ADDRLEN 6 macro
76 u_int8_t daddr[RMP_ADDRLEN];
77 u_int8_t saddr[RMP_ADDRLEN];
H A Dconf.c91 u_int8_t RmpMcastAddr[RMP_ADDRLEN] = RMP_ADDR; /* RMP multicast address */
H A Dparseconf.c239 ** pointer to a static array of RMP_ADDRLEN bytes.
252 static u_int8_t addr[RMP_ADDRLEN];
257 memset((char *)&addr[0], 0, RMP_ADDRLEN); /* zero static buffer */
265 if (++part == RMP_ADDRLEN) /* too many parts */
290 if (part != (RMP_ADDRLEN-1)) /* too few parts */
H A Dbpf.c146 ifr.ifr_addr.sa_len = RMP_ADDRLEN + 2;
150 RMP_ADDRLEN);
388 ifr.ifr_addr.sa_len = RMP_ADDRLEN + 2;
392 RMP_ADDRLEN);
H A Dutils.c197 ** addr - array of RMP_ADDRLEN bytes.
214 static char etherstr[RMP_ADDRLEN*3];
227 if (++i == RMP_ADDRLEN)
290 memmove(&ctmp->addr[0], addr, RMP_ADDRLEN);
513 (char *)&rtmp->rmp.hp_hdr.saddr[0], RMP_ADDRLEN) == 0)
H A Ddefs.h108 u_int8_t addr[RMP_ADDRLEN]; /* addr of machine */
H A Drbootd.c316 (char *)&ctmp->addr[0], RMP_ADDRLEN) == 0)
H A Drmpproto.c585 (char *)&rconn->rmp.hp_hdr.saddr[0], RMP_ADDRLEN);

Completed in 74 milliseconds