Searched refs:service (Results 1 – 12 of 12) sorted by relevance
| /tools/testing/selftests/net/ |
| A D | so_rcv_listener.c | 24 const char *service; member 63 opt.service = argv[optind + 1]; in parse_args() 101 recv_addr4.sin_port = htons(atoi(opt.service)); in main() 113 recv_addr6.sin6_port = htons(atoi(opt.service)); in main()
|
| A D | cmsg_sender.c | 47 const char *service; member 222 opt.service = argv[optind + 1]; in cs_parse_args() 490 err = getaddrinfo(opt.host, opt.service, &hints, &ai); in main() 493 opt.host, opt.service); in main()
|
| /tools/power/cpupower/ |
| A D | README | 62 | systemd service | /usr/lib/systemd/system | 116 | systemd service | ${DESTDIR}/usr/lib/systemd/system | 184 systemd service 187 A systemd service is also provided to run the cpupower utility at boot with 190 If you want systemd to find the new service after the installation, the service 198 If you want to enable this systemd service, edit '/etc/cpupower-service.conf' 202 $ sudo systemctl enable --now cpupower.service
|
| A D | cpupower.service.in | 11 EnvironmentFile=-___CDIR___cpupower-service.conf
|
| /tools/kvm/kvm_stat/ |
| A D | kvm_stat.service | 5 Before=qemu-kvm.service
|
| /tools/usb/usbip/src/ |
| A D | usbip_network.c | 261 int usbip_net_tcp_connect(char *hostname, char *service) in usbip_net_tcp_connect() argument 272 ret = getaddrinfo(hostname, service, &hints, &res); in usbip_net_tcp_connect() 274 dbg("getaddrinfo: %s service %s: %s", hostname, service, in usbip_net_tcp_connect()
|
| /tools/testing/selftests/rcutorture/doc/ |
| A D | initrd.txt | 8 into service:
|
| /tools/testing/selftests/net/mptcp/ |
| A D | mptcp_inq.c | 74 static void xgetaddrinfo(const char *node, const char *service, in xgetaddrinfo() argument 79 int err = getaddrinfo(node, service, hints, res); in xgetaddrinfo() 92 node ? node : "", service ? service : "", errstr); in xgetaddrinfo()
|
| A D | mptcp_sockopt.c | 161 static void xgetaddrinfo(const char *node, const char *service, in xgetaddrinfo() argument 166 int err = getaddrinfo(node, service, hints, res); in xgetaddrinfo() 179 node ? node : "", service ? service : "", errstr); in xgetaddrinfo()
|
| A D | mptcp_connect.c | 182 static void xgetaddrinfo(const char *node, const char *service, in xgetaddrinfo() argument 187 int err = getaddrinfo(node, service, hints, res); in xgetaddrinfo() 205 node ? node : "", service ? service : "", errstr); in xgetaddrinfo()
|
| /tools/testing/selftests/net/ovpn/ |
| A D | ovpn-cli.c | 1744 const char *service, const char *vpnip) in ovpn_parse_remote() argument 1755 ret = getaddrinfo(host, service, &hints, &result); in ovpn_parse_remote()
|
| /tools/usb/usbip/ |
| A D | COPYING | 24 this service if you wish), that you receive source code or can get it
|
Completed in 19 milliseconds