Lines Matching refs:pflags
461 const struct sockaddr *dst, u_char *desten, uint32_t *pflags, in arpresolve_full() argument
471 if (pflags != NULL) in arpresolve_full()
472 *pflags = 0; in arpresolve_full()
521 if (pflags != NULL) in arpresolve_full()
522 *pflags = la->la_flags & (LLE_VALID|LLE_IFADDR); in arpresolve_full()
598 const struct sockaddr *dst, u_char *desten, uint32_t *pflags, in arpresolve() argument
605 if (pflags != NULL) in arpresolve()
606 *pflags = 0; in arpresolve()
628 if (pflags != NULL) in arpresolve()
629 *pflags = LLE_VALID | (la->r_flags & RLLE_IFADDR); in arpresolve()
643 desten, pflags, plle)); in arpresolve()