Searched refs:rtext (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/net80211/ |
H A D | ieee80211_hwmp.c | 1272 struct ieee80211_mesh_route *rtext = NULL; in hwmp_recv_prep() local 1402 rtext = ieee80211_mesh_rt_find(vap, in hwmp_recv_prep() 1404 if (rtext == NULL) { in hwmp_recv_prep() 1405 rtext = ieee80211_mesh_rt_add(vap, in hwmp_recv_prep() 1407 if (rtext == NULL) { in hwmp_recv_prep() 1417 rtext->rt_flags & IEEE80211_MESHRT_FLAGS_VALID ? in hwmp_recv_prep() 1420 rtext->rt_nhops, prep->prep_hopcount + 1, in hwmp_recv_prep() 1421 rtext->rt_metric, metric); in hwmp_recv_prep() 1423 rtext->rt_flags = IEEE80211_MESHRT_FLAGS_PROXY | in hwmp_recv_prep() 1425 IEEE80211_ADDR_COPY(rtext->rt_dest, in hwmp_recv_prep() [all …]
|
/freebsd/contrib/sendmail/src/ |
H A D | usersmtp.c | 3177 reply(m, mci, e, timeout, pfunc, enhstat, rtype, rtext) in reply() argument 3185 char **rtext; 3378 if (NULL != rtext && firstline) 3379 *rtext = sm_rpool_strdup_x(e->e_rpool, SmtpReplyBuffer);
|