1# Copyright (c) 2022 Huawei Device Co., Ltd. 2# Licensed under the Apache License, Version 2.0 (the "License"); 3# you may not use this file except in compliance with the License. 4# You may obtain a copy of the License at 5# 6# http://www.apache.org/licenses/LICENSE-2.0 7# 8# Unless required by applicable law or agreed to in writing, software 9# distributed under the License is distributed on an "AS IS" BASIS, 10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11# See the License for the specific language governing permissions and 12# limitations under the License. 13 14functionalext_supplement_network_test = [ 15 "__recvmmsg_time64", 16 "__h_errno_location", 17 "res_mkquery", 18 "res_query", 19 "sendmmsg", 20 "recvmmsg", 21 "sendmsg", 22 "setprotoent", 23 "shutdown", 24 "socketpair", 25 "if_indextoname", 26 "if_nametoindex", 27 "inet_ntop", 28 "inet_addr", 29 "inet_aton", 30 "inet_lnaof", 31 "inet_makeaddr", 32 "inet_netof", 33 "inet_network", 34 "inet_ntoa", 35 "send", 36 "accept4", 37 "getaddrinfo", 38 "listen", 39 "getifaddrs", 40 "gethostent", 41 "getnetent", 42 "htonl", 43 "htons", 44 "if_nameindex", 45 "dn_comp", 46 "getservbyname", 47 "getservbyport", 48 "hstrerror", 49 "ns_parse", 50 "proto", 51 "recvmsg", 52 "getpeername", 53 "freeifaddrs", 54 "getsockopt_network", 55 "gai_strerror", 56 "recv", 57 "freeaddrinfo", 58 "res_querydomain", 59 "dn_skipname", 60] 61