Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Din_mcast.c1624 struct sockaddr_storage *ptss; in inp_get_source_filters() local
1693 ptss = tss; in inp_get_source_filters()
1701 psin = (struct sockaddr_in *)ptss; in inp_get_source_filters()
1706 ++ptss; in inp_get_source_filters()
/freebsd/sys/netinet6/
H A Din6_mcast.c1668 struct sockaddr_storage *ptss; in in6p_get_source_filters() local
1749 ptss = tss; in in6p_get_source_filters()
1757 psin = (struct sockaddr_in6 *)ptss; in in6p_get_source_filters()
1763 ++ptss; in in6p_get_source_filters()