Home
last modified time | relevance | path

Searched refs:af_max (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/basic/
Daf-list.h28 int af_max(void);
Daf-list.c38 int af_max(void) { in af_max() function
/systemd-251/src/test/
Dtest-af-list.c25 assert_se(af_to_name(af_max()) == NULL); in TEST()
/systemd-251/src/shared/
Dseccomp-util.c1473 if (af <= 0 || af >= af_max()) in seccomp_restrict_address_families()
1525 for (int af = 1; af < af_max(); af++) { in seccomp_restrict_address_families()