Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/host-apf/include/
Dxf-proto.h69 extern int xf_route(xf_handle_t *src, u32 s_port, xf_handle_t *dst, u32 d_port, u32 num, u32 s…
70 extern int xf_unroute(xf_handle_t *src, u32 s_port);
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetServByName/
DGetServByName.c55 PortNumber = htons ( pService->s_port ); in main()
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dgetservbyport.c58 if (p->s_port != port) in getservbyport()
Dgetservent.c258 serv.s_port = htons((u_short)atoi(p)); in getservent()
Dgetaddrinfo.c974 port = sp->s_port; in get_port()
/device/linaro/bootloader/edk2/StdLib/Include/
Dnetdb.h149 int s_port; /**< port # */ member
/device/generic/goldfish/ril/
Dreference-ril.c233 static int s_port = -1; variable
4012 } else if (s_port > 0) {
4013 fd = socket_network_client("localhost", s_port, SOCK_STREAM);
4077 s_port = atoi(optarg);
4078 if (s_port == 0) {
4082 RLOGI("Opening loopback port %d\n", s_port);
4106 if (s_port < 0 && s_device_path == NULL && !isInEmulator()) {
4132 s_port = atoi(optarg);
4133 if (s_port == 0) {
4136 RLOGI("Opening loopback port %d\n", s_port);
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgetaddrinfo.c364 port = sp->s_port; in getaddrinfo()
Dsocketmodule.c3530 return PyInt_FromLong((long) ntohs(sp->s_port));
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsocketmodule.c3612 return PyInt_FromLong((long) ntohs(sp->s_port));