Searched refs:s_port (Results 1 – 10 of 10) sorted by relevance
/device/linaro/hikey/hifi/xaf/host-apf/include/ |
D | xf-proto.h | 69 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/ |
D | GetServByName.c | 55 PortNumber = htons ( pService->s_port ); in main()
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | getservbyport.c | 58 if (p->s_port != port) in getservbyport()
|
D | getservent.c | 258 serv.s_port = htons((u_short)atoi(p)); in getservent()
|
D | getaddrinfo.c | 974 port = sp->s_port; in get_port()
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | netdb.h | 149 int s_port; /**< port # */ member
|
/device/generic/goldfish/ril/ |
D | reference-ril.c | 233 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/ |
D | getaddrinfo.c | 364 port = sp->s_port; in getaddrinfo()
|
D | socketmodule.c | 3530 return PyInt_FromLong((long) ntohs(sp->s_port));
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | socketmodule.c | 3612 return PyInt_FromLong((long) ntohs(sp->s_port));
|