Lines Matching refs:sockopt
159 static int inp_get_source_filters(struct inpcb *, struct sockopt *);
160 static int inp_join_group(struct inpcb *, struct sockopt *);
161 static int inp_leave_group(struct inpcb *, struct sockopt *);
165 static int inp_block_unblock_source(struct inpcb *, struct sockopt *);
166 static int inp_set_multicast_if(struct inpcb *, struct sockopt *);
167 static int inp_set_source_filters(struct inpcb *, struct sockopt *);
1368 inp_block_unblock_source(struct inpcb *inp, struct sockopt *sopt) in inp_block_unblock_source()
1615 inp_get_source_filters(struct inpcb *inp, struct sockopt *sopt) in inp_get_source_filters()
1733 inp_getmoptions(struct inpcb *inp, struct sockopt *sopt) in inp_getmoptions()
1904 inp_join_group(struct inpcb *inp, struct sockopt *sopt) in inp_join_group()
2230 inp_leave_group(struct inpcb *inp, struct sockopt *sopt) in inp_leave_group()
2449 inp_set_multicast_if(struct inpcb *inp, struct sockopt *sopt) in inp_set_multicast_if()
2522 inp_set_source_filters(struct inpcb *inp, struct sockopt *sopt) in inp_set_source_filters()
2697 inp_setmoptions(struct inpcb *inp, struct sockopt *sopt) in inp_setmoptions()