Home
last modified time | relevance | path

Searched refs:gen_th (Results 1 – 1 of 1) sorted by relevance

/trueos/sys/net/
HDif_iso88025subr.c241 struct iso88025_header gen_th; in iso88025_output() local
272 gen_th.ac = TR_AC; in iso88025_output()
273 gen_th.fc = TR_LLC_FRAME; in iso88025_output()
274 (void)memcpy((caddr_t)gen_th.iso88025_shost, IF_LLADDR(ifp), in iso88025_output()
277 gen_th.iso88025_shost[0] |= TR_RII; in iso88025_output()
279 gen_th.rcf = SDL_ISO88025(sdl)->trld_rcf; in iso88025_output()
280 (void)memcpy((caddr_t)gen_th.rd, in iso88025_output()
362 gen_th.ac = sd->ac; in iso88025_output()
363 gen_th.fc = sd->fc; in iso88025_output()
365 (void)memcpy(gen_th.iso88025_shost, sd->ether_shost, in iso88025_output()
[all …]