Home
last modified time | relevance | path

Searched refs:udp_client (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/meta-security/recipes-mac/smack/udp-smack-test/
H A Dtest_smack_udp_sockets.sh15 udp_client=`which udp_client`
16 if [ -z $udp_client ]; then
18 udp_client="/tmp/udp_client"
33 $udp_client 50021 label1 2>$test_file &
51 $udp_client 50022 label1 2>$test_file &
66 $udp_client 50023 label1 2>$test_file &
82 $udp_client 50024 label1 2>$test_file &
98 $udp_client 50025 \* 2>$test_file &
/openbmc/openbmc/meta-security/recipes-mac/smack/
H A Dudp-smack-test_1.0.bb7 file://udp_client.c \
13 ${CC} udp_client.c ${LDFLAGS} -o udp_client
21 install -m 0755 udp_client ${D}${bindir}
/openbmc/linux/samples/bpf/
H A Dcookie_uid_helper_example.c217 static void udp_client(void) in udp_client() function
327 udp_client(); in main()