Home
last modified time | relevance | path

Searched refs:portp (Results 1 – 10 of 10) sorted by relevance

/dragonfly/lib/libc/rpc/
H A Dbindresvport.c75 u_int16_t *portp; in bindresvport_sa() local
97 portp = &sin->sin_port; in bindresvport_sa()
106 portp = &sin6->sin6_port; in bindresvport_sa()
116 if (*portp == 0) { in bindresvport_sa()
131 if (*portp == 0) { in bindresvport_sa()
/dragonfly/sys/vfs/nfs/
H A Dkrpc_subr.c130 u_int16_t *portp, /* network order */ in krpc_portmap() argument
148 *portp = htons(PMAPPORT); in krpc_portmap()
174 *portp = rdata->port; in krpc_portmap()
H A Dkrpc.h18 u_int prog, u_int vers, u_int16_t *portp,struct thread *td);
/dragonfly/usr.bin/telnet/
H A Dcommands.c2115 char *cmd, *hostp = NULL, *portp = NULL, *user = NULL; in tn() local
2164 if (portp == NULL) { in tn()
2165 portp = *argv++; in tn()
2234 if (!portp) { in tn()
2236 portp = strdup("telnet"); in tn()
2237 } else if (*portp == '-') { in tn()
2238 portp++; in tn()
2247 error = getaddrinfo(hostname, portp, &hints, &res); in tn()
2250 error = getaddrinfo(hostname, portp, &hints, &res); in tn()
/dragonfly/crypto/openssh/
H A Dmisc.c845 parse_user_host_port(const char *s, char **userp, char **hostp, int *portp) in parse_user_host_port() argument
855 if (portp != NULL) in parse_user_host_port()
856 *portp = -1; in parse_user_host_port()
887 if (portp != NULL) in parse_user_host_port()
888 *portp = port; in parse_user_host_port()
970 int *portp, char **pathp) in parse_uri() argument
986 if (portp != NULL) in parse_uri()
987 *portp = -1; in parse_uri()
1044 if (portp != NULL) in parse_uri()
1045 *portp = port; in parse_uri()
H A Dscp.c701 parse_scp_uri(const char *uri, char **userp, char **hostp, int *portp, in parse_scp_uri() argument
706 r = parse_uri("scp", uri, userp, hostp, portp, pathp); in parse_scp_uri()
H A Dreadconf.c3078 parse_ssh_uri(const char *uri, char **userp, char **hostp, int *portp) in parse_ssh_uri() argument
3095 if (portp != NULL) in parse_ssh_uri()
3096 *portp = port; in parse_ssh_uri()
/dragonfly/include/rpc/
H A Dxdr.h225 #define xdr_rpcport(xdrs, portp) xdr_u_int32_t(xdrs, portp) argument
/dragonfly/contrib/libpcap/
H A Dpcap.c1727 char **hostp, char **portp, char **pathp, char *ebuf) argument
1744 *portp = NULL;
2056 *portp = port;
/dragonfly/lib/libc/net/
H A Dgetaddrinfo.c335 str2number(const char *p, int *portp) in str2number() argument
346 *portp = v; in str2number()