Lines Matching refs:rhp
2008 struct gld_ri **rhp, uchar_t *llcpkt) in gld_rcc_send() argument
2022 *rhp = (struct gld_ri *)NULL; /* start off clean (no RIF) */ in gld_rcc_send()
2028 *rhp = &ri_ste_def; /* STE option */ in gld_rcc_send()
2040 dhost, rhp, snaphdr->d_lsap, snaphdr->s_lsap); in gld_rcc_send()
2043 if (*rhp == NULL) { in gld_rcc_send()
2051 *rhp = &ri_ste_def; /* STE option */ in gld_rcc_send()
2176 struct gld_ri **rhp, uchar_t dsap, uchar_t ssap) in gld_get_route() argument
2195 *rhp = NULL; /* we have no route yet */ in gld_get_route()
2210 *rhp = NULL; /* we have no route yet */ in gld_get_route()
2223 *rhp = NULL; /* we have no route */ in gld_get_route()
2229 *rhp = NULL; in gld_get_route()
2233 *rhp = &sr->sr_ri; /* we have a route, return it */ in gld_get_route()