tleft 160 arch/i386/stand/libsa/pxe.c pxereadudp(struct iodesc *d, void *pkt, size_t len, time_t tleft) tleft 74 arch/i386/stand/pxeboot/net.c readudp(struct iodesc *d, void *pkt, size_t len, time_t tleft) tleft 76 arch/i386/stand/pxeboot/net.c return pxereadudp(d, pkt, len, tleft); tleft 97 arch/i386/stand/pxeboot/net.c long tleft; tleft 105 arch/i386/stand/pxeboot/net.c tlast = tleft = 0; tleft 108 arch/i386/stand/pxeboot/net.c if (tleft <= 0) { tleft 118 arch/i386/stand/pxeboot/net.c tleft = tmo; tleft 126 arch/i386/stand/pxeboot/net.c cc = (*rproc)(d, rbuf, rsize, tleft); tleft 133 arch/i386/stand/pxeboot/net.c tleft -= t - tlast; tleft 163 lib/libsa/arp.c arprecv(struct iodesc *d, void *pkt, size_t len, time_t tleft) tleft 174 lib/libsa/arp.c n = readether(d, pkt, len, tleft, &etype); tleft 145 lib/libsa/bootp.c bootprecv(struct iodesc *d, void *pkt, size_t len, time_t tleft) tleft 155 lib/libsa/bootp.c n = readudp(d, pkt, len, tleft); tleft 95 lib/libsa/ether.c readether(d, pkt, len, tleft, etype) tleft 99 lib/libsa/ether.c time_t tleft; tleft 113 lib/libsa/ether.c n = netif_get(d, eh, len, tleft); tleft 129 lib/libsa/net.c readudp(struct iodesc *d, void *pkt, size_t len, time_t tleft) tleft 147 lib/libsa/net.c n = readether(d, ip, len + sizeof(*ip) + sizeof(*uh), tleft, &etype); tleft 279 lib/libsa/net.c long tleft; tleft 287 lib/libsa/net.c tlast = tleft = 0; tleft 290 lib/libsa/net.c if (tleft <= 0) { tleft 300 lib/libsa/net.c tleft = tmo; tleft 308 lib/libsa/net.c cc = (*rproc)(d, rbuf, rsize, tleft); tleft 315 lib/libsa/net.c tleft -= t - tlast; tleft 104 lib/libsa/net.h time_t tleft, u_int16_t *etype); tleft 150 lib/libsa/rarp.c rarprecv(struct iodesc *d, void *pkt, size_t len, time_t tleft) tleft 161 lib/libsa/rarp.c n = readether(d, pkt, len, tleft, &etype); tleft 230 lib/libsa/rpc.c recvrpc(struct iodesc *d, void *pkt, size_t len, time_t tleft) tleft 242 lib/libsa/rpc.c n = readudp(d, pkt, len, tleft); tleft 102 lib/libsa/tftp.c recvtftp(struct iodesc *d, void *pkt, size_t len, time_t tleft) tleft 109 lib/libsa/tftp.c n = readudp(d, pkt, len, tleft);