stand/lib/arp.c
173
n = readether(d, pkt, len, tleft, &etype);
stand/lib/net.h
102
ssize_t readether(struct iodesc *d, void *pkt, size_t len,
stand/lib/rarp.c
160
n = readether(d, pkt, len, tleft, &etype);
stand/lib/udp.c
148
n = readether(d, ip, len + sizeof(*ip) + sizeof(*uh), tleft, &etype);