Home | History | Annotate | Download | only in netboot

Lines Matching refs:await_reply

279 	      if (await_reply (AWAIT_ARP, arpentry, arpreq.tipaddr, timeout))
318 await_reply (AWAIT_QDRAIN, 0, NULL, 0);
338 if (! await_reply (AWAIT_TFTP, iport, NULL, timeout))
512 if (await_reply (AWAIT_RARP, 0, rarpreq.shwaddr, timeout))
599 await_reply (AWAIT_QDRAIN, 0, NULL, 0);
605 if (await_reply (AWAIT_BOOTP, 0, NULL, timeout))
611 if (await_reply (AWAIT_BOOTP, 0, NULL, timeout))
656 if (await_reply (AWAIT_BOOTP, 0, NULL, timeout))
736 AWAIT_REPLY - Wait until we get a response for our request
739 await_reply (int type, int ival, void *ptr, int timeout)