Home
last modified time | relevance | path

Searched refs:IP_DROP_MEMBERSHIP (Results 1 – 6 of 6) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Din.h406 #define IP_DROP_MEMBERSHIP 13 /* ip_mreq; drop an IP group membership */ macro
/f-stack/freebsd/netinet/
H A Din.h423 #define IP_DROP_MEMBERSHIP 13 /* ip_mreq; drop an IP group membership */ macro
H A Din_mcast.c2315 case IP_DROP_MEMBERSHIP: in inp_leave_group()
2317 if (sopt->sopt_name == IP_DROP_MEMBERSHIP) { in inp_leave_group()
2867 case IP_DROP_MEMBERSHIP: in inp_setmoptions()
H A Dip_output.c1354 case IP_DROP_MEMBERSHIP: in ip_ctloutput()
/f-stack/lib/
H A Dff_syscall_wrapper.c401 return IP_DROP_MEMBERSHIP; in ip_opt_convert()
/f-stack/freebsd/net/
H A Dif_vxlan.c1219 sopt.sopt_name = IP_DROP_MEMBERSHIP; in vxlan_socket_mc_leave_group()