Lines Matching defs:flagsp
168 struct mbuf **controlp, int *flagsp);
2717 struct uio *uio, struct mbuf **mp, struct mbuf **controlp, int *flagsp)
2731 if (flagsp != NULL) {
2732 report_real_len = *flagsp & MSG_TRUNC;
2733 *flagsp &= ~MSG_TRUNC;
2734 flags = *flagsp &~ MSG_EOR;
3191 if (flagsp != NULL)
3192 *flagsp |= flags;
3199 struct mbuf **mp, struct mbuf **controlp, int *flagsp)
3207 if (flagsp != NULL) {
3208 flags = *flagsp;
3220 error = soreceive_generic_locked(so, psa, uio, mp, controlp, flagsp);
3402 struct mbuf **mp0, struct mbuf **controlp, int *flagsp)
3414 if (flagsp != NULL)
3415 flags = *flagsp & ~MSG_EOR;
3435 flagsp));
3449 flagsp));
3465 struct mbuf **mp0, struct mbuf **controlp, int *flagsp)
3477 if (flagsp != NULL)
3478 flags = *flagsp &~ MSG_EOR;
3488 flagsp));
3637 if (flagsp != NULL)
3638 *flagsp |= flags;
3644 struct mbuf **mp0, struct mbuf **controlp, int *flagsp)
3649 error = so->so_proto->pr_soreceive(so, psa, uio, mp0, controlp, flagsp);