Module bootp.occ
Index
-
Process
bootp.generate.id- BOOTP utilities -
Process
bootp.request- Dispatches a bootp request to the specified server (may be a broadcast address) and waits for replies
Declarations
bootp.occ:36Process bootp.generate.id
PROC bootp.generate.id (RESULT INT32 id)
BOOTP utilities.
bootp.occ:141Process bootp.request
PROC bootp.request (SHARED UDP.SERVER! udp, VAL INT32 server, RESULT BOOTP.RECORD reply, RESULT INT nreplies, VAL []BYTE hwaddr)
Dispatches a bootp request to the specified server (may be a broadcast address) and waits for replies. Currently the implementation will only wait for one reply (and returns the first that is received).
Parameters:
SHARED UDP.SERVER! |
udp |
Connection to UDP server. |
VAL INT32 |
server |
Server to send request to (may be broadcast). |
RESULT BOOTP.RECORD |
reply |
Returned bootp reply. |
RESULT INT |
nreplies |
Set to the number of replies received. |
VAL []BYTE |
hwaddr |
Hardware address of interface concerned. |