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/radio/ril/
Dreference-ril.c243 static int s_port = -1; variable
4132 } else if (s_port > 0) {
4133 fd = socket_network_client("localhost", s_port, SOCK_STREAM);
4200 s_port = atoi(optarg);
4201 if (s_port == 0) {
4205 RLOGI("Opening loopback port %d\n", s_port);
4229 if (s_port < 0 && s_device_path == NULL && !isInEmulator()) {
4255 s_port = atoi(optarg);
4256 if (s_port == 0) {
4259 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));