gitextract_6s2_y85m/ ├── .github/ │ ├── dependabot.yml │ └── workflows/ │ └── build.yml ├── .gitignore ├── .gitmodules ├── .travis.yml ├── LICENSE ├── LICENSE.BSD-3-Clause ├── LICENSE.MIT ├── Makefile ├── README.md ├── cnping.1 ├── cnping.c ├── debian/ │ ├── changelog │ ├── control │ ├── copyright │ ├── install │ ├── postinst │ ├── rules │ └── source/ │ └── format ├── error_handling.h ├── freedesktop/ │ ├── com.github.cntools.cnping.desktop │ └── com.github.cntools.cnping.metainfo.xml ├── httping.c ├── httping.h ├── ping.c ├── ping.h ├── resolve.c ├── resolve.h ├── resources.rc ├── searchnet.c └── uac.manifest