14 lines
390 B
Plaintext
14 lines
390 B
Plaintext
void ipx_print_node(addr);
|
|
void ipx_print_network(uint);
|
|
void ipx_print_port(uint);
|
|
void ipx_fprint_node(file, addr);
|
|
void ipx_fprint_network(file, uint);
|
|
void ipx_fprint_port(file, uint);
|
|
int ipx_sscanf_node(string, addr);
|
|
void ipx_assign_node(addr, addr);
|
|
int ipx_node_equal(addr, addr);
|
|
|
|
void ipx_print_saddr(addr);
|
|
void ipx_fprint_saddr(file, addr);
|
|
int ipx_sscanf_saddr(string, addr);
|