|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Functions | |
| char * | piaddr (struct iaddr addr) |
| int | note (char *format,...) |
| int | debug (char *format,...) |
| int | warn (char *format,...) |
| int | warning (char *format,...) |
| void | error (char *format,...) |
| int16_t | getShort (unsigned char *data) |
| u_int16_t | getUShort (unsigned char *data) |
| int32_t | getLong (unsigned char *data) |
| u_int32_t | getULong (unsigned char *data) |
| int | addr_eq (struct iaddr a, struct iaddr b) |
| void * | dmalloc (int size, char *name) |
| int | read_client_conf (struct interface_info *ifi) |
| struct iaddr | broadcast_addr (struct iaddr addr, struct iaddr mask) |
| struct iaddr | subnet_number (struct iaddr addr, struct iaddr mask) |
Definition at line 178 of file util.c.
Referenced by priv_script_write_params().
Definition at line 104 of file util.c.
Referenced by cons(), do_host_lookup(), enter_dns_host(), tree_concat(), tree_const(), and tree_evaluate().
Definition at line 88 of file util.c.
Referenced by cons_options(), and pretty_print_option().
Definition at line 12 of file util.c.
Referenced by bind_lease(), bootp(), BUTTON_WindowProc(), dhcp(), dhcpack(), dhcpnak(), dhcpoffer(), do_packet(), image_check_alternate(), image_locate_build_id_target(), ipv4addrs(), PlayNote(), send_decline(), send_discover(), send_packet(), send_release(), send_request(), state_panic(), and StopNote().
Definition at line 6 of file util.c.
Referenced by bind_lease(), bootp(), dhcp(), dhcpack(), dhcpnak(), dhcpoffer(), priv_script_write_params(), set_name_servers(), setup_adapter(), and write_client_lease().
| int read_client_conf | ( | struct interface_info * | ifi | ) |
Definition at line 106 of file util.c.
Referenced by AdapterDiscoveryThread().
Definition at line 183 of file util.c.
Referenced by priv_script_write_params().