Searched refs:port_part (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Devutil.c2045 const char *cp, *addr_part, *port_part; local
2069 port_part = cp+2;
2071 port_part = NULL;
2076 port_part = NULL;
2085 port_part = cp+1;
2088 port_part = NULL;
2092 if (port_part == NULL) {
2095 port = atoi(port_part);

Completed in 49 milliseconds