Searched refs:port_str (Results 26 - 40 of 40) sorted by relevance

12

/freebsd-12-stable/usr.sbin/rpc.statd/
H A Dstatd.c74 static void complete_service(struct netconfig *nconf, char *port_str);
523 complete_service(struct netconfig *nconf, char *port_str) argument
589 if ((aicode = getaddrinfo(NULL, port_str, &hints,
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dctrl_iface_udp.c381 char port_str[40]; local
450 os_snprintf(port_str, sizeof(port_str), "udp:%d", port);
452 wpa_s->conf->ctrl_interface = os_strdup(port_str);
/freebsd-12-stable/crypto/heimdal/appl/gssmask/
H A Dgssmask.c1164 static char *port_str; variable
1175 { "port", 'p', arg_string, &port_str, "Use this port",
1218 if (port_str) {
1221 port = strtol (port_str, &ptr, 10);
1222 if (port == 0 && ptr == port_str)
1223 errx (1, "Bad port `%s'", port_str);
/freebsd-12-stable/crypto/heimdal/appl/rsh/
H A Drsh.c62 static char *port_str; variable
807 { "port", 'p', arg_string, &port_str, "Use this port",
985 if(port_str == NULL) {
990 error = getaddrinfo(host, port_str, &hints, &ai);
1012 if(port_str == NULL) {
1017 error = getaddrinfo(host, port_str, &hints, &ai);
H A Drshd.c66 static char *port_str; variable
855 { "port", 'p', arg_string, &port_str, "Use this port",
927 if(port_str != NULL) {
928 error = getaddrinfo (NULL, port_str, &hints, &ai);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dserf.c164 const char *port_str = NULL;
218 svn_config_get(config, &port_str, SVN_CONFIG_SECTION_GLOBAL,
285 svn_config_get(config, &port_str, server_group,
286 SVN_CONFIG_OPTION_HTTP_PROXY_PORT, port_str);
378 if (port_str)
381 const long int port = strtol(port_str, &endstr, 10);
162 const char *port_str = NULL; local
H A Dutil.c114 if (session->session_url.port_str)
/freebsd-12-stable/usr.sbin/rpc.lockd/
H A Dlockd.c102 static void complete_service(struct netconfig *nconf, char *port_str);
723 complete_service(struct netconfig *nconf, char *port_str) argument
801 if ((aicode = getaddrinfo(NULL, port_str, &hints,
/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dosm_qos_parser_y.y1192 char * port_str;
1204 port_str = strrchr(tmp_str, '/');
1205 if (!port_str || (strlen(port_str) < 3) ||
1206 (port_str[1] != 'p' && port_str[1] != 'P')) {
1214 if (!(port_num = strtoul(&port_str[2],NULL,0))) {
1224 port_str[0] = '\0';
/freebsd-12-stable/lib/libtacplus/
H A Dtaclib.c846 char *port_str; local
893 port_str = strsep(&res, ":");
894 if (port_str != NULL) {
895 port = strtoul(port_str, &end, 10);
896 if (port_str[0] == '\0' || *end != '\0') {
/freebsd-12-stable/lib/libradius/
H A Dradlib.c520 char *port_str; local
600 port_str = strsep(&res, ":");
601 if (port_str != NULL) {
602 port = strtoul(port_str, &end, 10);
/freebsd-12-stable/crypto/heimdal/kdc/
H A Dconnect.c43 const char *port_str; variable
329 parse_ports(context, config, port_str);
/freebsd-12-stable/usr.sbin/ctladm/
H A Dctladm.c3650 char *port_str = NULL; local
3693 port_str = (char *)realloc(port_str, port_len);
3698 list.lun_xml = port_str;
3715 printf("%s", port_str);
3730 retval = XML_Parse(parser, port_str, strlen(port_str), 1);
3785 free(port_str);
/freebsd-12-stable/contrib/wpa/hostapd/
H A Dctrl_iface.c3513 char port_str[40], *tmp; local
3578 os_snprintf(port_str, sizeof(port_str), "udp:%d", port);
3579 tmp = os_strdup(port_str);
/freebsd-12-stable/usr.sbin/mountd/
H A Dmountd.c206 static void complete_service(struct netconfig *nconf, char *port_str);
998 complete_service(struct netconfig *nconf, char *port_str) argument
1071 if ((aicode = getaddrinfo(NULL, port_str, &hints,

Completed in 266 milliseconds

12