Searched refs:readether (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Dether.c93 readether(d, pkt, len, tleft, etype) function
105 printf("readether: called\n");
120 printf("readether: not ours (ea=%s)\n",
H A Dnet.h99 ssize_t readether(struct iodesc *d, void *pkt, size_t len,
H A Drarp.c171 n = readether(d, pkt, len, tleft, &etype);
H A Darp.c184 n = readether(d, pkt, len, tleft, &etype);
202 /* Ethernet address now checked in readether() */
H A Dudp.c157 n = readether(d, ip, len + sizeof(*ip) + sizeof(*uh), tleft, &etype);
161 /* Ethernet address checks now in readether() */

Completed in 102 milliseconds