Lines Matching refs:pflags
474 const struct sockaddr *dst, u_char *desten, uint32_t *pflags, in arpresolve_full() argument
486 if (pflags != NULL) in arpresolve_full()
487 *pflags = 0; in arpresolve_full()
536 if (pflags != NULL) in arpresolve_full()
537 *pflags = la->la_flags & (LLE_VALID|LLE_IFADDR); in arpresolve_full()
626 const struct sockaddr *dst, u_char *desten, uint32_t *pflags, in arpresolve() argument
633 if (pflags != NULL) in arpresolve()
634 *pflags = 0; in arpresolve()
656 if (pflags != NULL) in arpresolve()
657 *pflags = LLE_VALID | (la->r_flags & RLLE_IFADDR); in arpresolve()
671 desten, pflags, plle)); in arpresolve()