Searched defs:TCP_PORT_STR_MAX_LEN (Results 1 – 2 of 2) sorted by relevance
63 convert_port_to_str(int port, char port_str[TCP_PORT_STR_MAX_LEN]) in convert_port_to_str()72 get_tcsd_port(char port_str[TCP_PORT_STR_MAX_LEN]) in get_tcsd_port()
19 #define TCP_PORT_STR_MAX_LEN 6 macro