Lines Matching refs:pflags
462 const struct sockaddr *dst, u_char *desten, uint32_t *pflags, in arpresolve_full() argument
472 if (pflags != NULL) in arpresolve_full()
473 *pflags = 0; in arpresolve_full()
522 if (pflags != NULL) in arpresolve_full()
523 *pflags = la->la_flags & (LLE_VALID|LLE_IFADDR); in arpresolve_full()
599 const struct sockaddr *dst, u_char *desten, uint32_t *pflags, in arpresolve() argument
606 if (pflags != NULL) in arpresolve()
607 *pflags = 0; in arpresolve()
629 if (pflags != NULL) in arpresolve()
630 *pflags = LLE_VALID | (la->r_flags & RLLE_IFADDR); in arpresolve()
644 desten, pflags, plle)); in arpresolve()