summaryrefslogtreecommitdiff
path: root/src/basic/generate-socket-protocol-list.sh
blob: a9b1e0fb57545c7e22249a3a6ddca82d4a3adf0b (plain)
1
2
3
4
5
6
#!/bin/sh
set -eu

$1 -dM -include netinet/in.h - </dev/null | \
        awk '/^#define[ \t]+IPPROTO_[^ \t]+[ \t]+[^ \t]/ { print $2; }' | \
        sed -e 's/IPPROTO_//'