Home
last modified time | relevance | path

Searched refs:ptss (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet/
H A Din_mcast.c1626 struct sockaddr_storage *ptss; in inp_get_source_filters() local
1695 ptss = tss; in inp_get_source_filters()
1703 psin = (struct sockaddr_in *)ptss; in inp_get_source_filters()
1708 ++ptss; in inp_get_source_filters()
/freebsd/sys/netinet6/
H A Din6_mcast.c1669 struct sockaddr_storage *ptss; in in6p_get_source_filters() local
1750 ptss = tss; in in6p_get_source_filters()
1758 psin = (struct sockaddr_in6 *)ptss; in in6p_get_source_filters()
1764 ++ptss; in in6p_get_source_filters()