Searched refs:sol (Results 1 – 2 of 2) sorted by relevance
/sysdeps/unix/sysv/linux/ |
A D | getsourcefilter.c | 38 int sol; member 69 assert (sol_map[cnt].sol != -1); in __get_sol() 79 return sol_map[cnt].sol; in __get_sol() 82 first_size_sol = sol_map[cnt].sol; in __get_sol() 116 int sol = __get_sol (group->sa_family, grouplen); in getsourcefilter() local 117 if (sol == -1) in getsourcefilter() 124 result = __getsockopt (s, sol, MCAST_MSFILTER, gf, &needed); in getsourcefilter()
|
A D | setsourcefilter.c | 57 int sol = __get_sol (group->sa_family, grouplen); in setsourcefilter() local 58 if (sol == -1) in setsourcefilter() 64 result = __setsockopt (s, sol, MCAST_MSFILTER, gf, needed); in setsourcefilter()
|
Completed in 4 milliseconds