Help me understand iPXE code
|
2013-05-20, 07:00
Post: #6
|
|||
|
|||
RE: Help me understand iPXE code
(2013-05-17 08:33)Rickert Wrote: Another thing that's bugging me is the written DHCP code (my dhcp problem is solved, until now). There exists functions for handling dhcp creating and requesting DHCP packets: dhcp_create_packet / dhcp_create_request. When the dhcp command is executed from the script, iPXE did call those two functions (I put printf inside those functions). Yet, I found no function calling those functions in the iIPXE source code, not even the linker table. Try Code: git grep -E 'dhcp_create_packet|dhcp_create_request' That will show you all the references to these functions within the source code. Michael |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Help me understand iPXE code - Rickert - 2013-05-15, 11:24
RE: Help me understand iPXE code - mcb30 - 2013-05-15, 23:45
RE: Help me understand iPXE code - Rickert - 2013-05-16, 08:34
RE: Help me understand iPXE code - mcb30 - 2013-05-16, 10:09
RE: Help me understand iPXE code - Rickert - 2013-05-17, 08:33
RE: Help me understand iPXE code - mcb30 - 2013-05-20 07:00
|
User(s) browsing this thread: 1 Guest(s)