Lines Matching refs:sockopt
140 static int inp_get_source_filters(struct inpcb *, struct sockopt *);
144 static int inp_block_unblock_source(struct inpcb *, struct sockopt *);
145 static int inp_set_multicast_if(struct inpcb *, struct sockopt *);
146 static int inp_set_source_filters(struct inpcb *, struct sockopt *);
1472 inp_block_unblock_source(struct inpcb *inp, struct sockopt *sopt) in inp_block_unblock_source()
1734 inp_get_source_filters(struct inpcb *inp, struct sockopt *sopt) in inp_get_source_filters()
1906 inp_getmoptions(struct inpcb *inp, struct sockopt *sopt) in inp_getmoptions()
2102 inp_join_group(struct inpcb *inp, struct sockopt *sopt) in inp_join_group()
2431 inp_leave_group(struct inpcb *inp, struct sockopt *sopt) in inp_leave_group()
2688 inp_set_multicast_if(struct inpcb *inp, struct sockopt *sopt) in inp_set_multicast_if()
2775 inp_set_source_filters(struct inpcb *inp, struct sockopt *sopt) in inp_set_source_filters()
2999 inp_setmoptions(struct inpcb *inp, struct sockopt *sopt) in inp_setmoptions()