Home
last modified time | relevance | path

Searched refs:port_ptr (Results 1 – 8 of 8) sorted by relevance

/external/openssl/crypto/bio/
Db_sock.c175 int BIO_get_port(const char *str, unsigned short *port_ptr) in BIO_get_port() argument
187 *port_ptr=(unsigned short)i; in BIO_get_port()
200 *port_ptr=ntohs((unsigned short)s->s_port); in BIO_get_port()
205 *port_ptr=80; in BIO_get_port()
207 *port_ptr=23; in BIO_get_port()
209 *port_ptr=1080; in BIO_get_port()
211 *port_ptr=443; in BIO_get_port()
213 *port_ptr=443; in BIO_get_port()
215 *port_ptr=21; in BIO_get_port()
217 *port_ptr=70; in BIO_get_port()
[all …]
Dbio.h721 int BIO_get_port(const char *str, unsigned short *port_ptr);
/external/libsepol/include/sepol/
Dport_record.h58 extern int sepol_port_create(sepol_handle_t * handle, sepol_port_t ** port_ptr);
62 sepol_port_t ** port_ptr);
/external/openssl/apps/
Ds_socket.c475 short *port_ptr) in extract_host_port() argument
492 if (!extract_port(p,port_ptr)) in extract_host_port()
545 int extract_port(char *str, short *port_ptr) in extract_port() argument
552 *port_ptr=(unsigned short)i; in extract_port()
561 *port_ptr=ntohs((unsigned short)s->s_port); in extract_port()
Ds_apps.h161 int extract_port(char *str, short *port_ptr);
/external/ipsec-tools/src/racoon/
Dsockmisc.c1150 u_int16_t *port_ptr; in get_port_ptr() local
1157 port_ptr = &(((struct sockaddr_in *)addr)->sin_port); in get_port_ptr()
1160 port_ptr = &(((struct sockaddr_in6 *)addr)->sin6_port); in get_port_ptr()
1168 return port_ptr; in get_port_ptr()
1174 u_int16_t *port_ptr; in set_port() local
1176 port_ptr = get_port_ptr (addr); in set_port()
1178 if (port_ptr) in set_port()
1179 *port_ptr = htons(new_port); in set_port()
1181 return port_ptr; in set_port()
/external/libsepol/src/
Dport_record.c226 const sepol_port_t * port, sepol_port_t ** port_ptr) in hidden_def()
241 *port_ptr = new_port; in hidden_def()
/external/openssl/include/openssl/
Dbio.h721 int BIO_get_port(const char *str, unsigned short *port_ptr);