Lines Matching refs:sockopt
138 static int inp_get_source_filters(struct inpcb *, struct sockopt *);
142 static int inp_block_unblock_source(struct inpcb *, struct sockopt *);
143 static int inp_set_multicast_if(struct inpcb *, struct sockopt *);
144 static int inp_set_source_filters(struct inpcb *, struct sockopt *);
1451 inp_block_unblock_source(struct inpcb *inp, struct sockopt *sopt) in inp_block_unblock_source()
1713 inp_get_source_filters(struct inpcb *inp, struct sockopt *sopt) in inp_get_source_filters()
1885 inp_getmoptions(struct inpcb *inp, struct sockopt *sopt) in inp_getmoptions()
2081 inp_join_group(struct inpcb *inp, struct sockopt *sopt) in inp_join_group()
2409 inp_leave_group(struct inpcb *inp, struct sockopt *sopt) in inp_leave_group()
2656 inp_set_multicast_if(struct inpcb *inp, struct sockopt *sopt) in inp_set_multicast_if()
2743 inp_set_source_filters(struct inpcb *inp, struct sockopt *sopt) in inp_set_source_filters()
2967 inp_setmoptions(struct inpcb *inp, struct sockopt *sopt) in inp_setmoptions()