HomeSort by: relevance | last modified time | path
    Searched refs:elh (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netatalk/
ddp_input.c 100 struct elaphdr *elhp, elh; local in function:atintr1
120 memcpy((void *) & elh, (void *) elhp, SZ_ELAPHDR);
121 ddp_input(m, ifp, &elh, 1);
130 ddp_input(struct mbuf *m, struct ifnet *ifp, struct elaphdr *elh, int phase)
146 if (elh) {
160 to.sat_addr.s_node = elh->el_dnode;
163 from.sat_addr.s_node = elh->el_snode;
296 if (elh) {
ddp_output.c 121 struct elaphdr *elh; local in function:ddp_route
174 elh = mtod(m, struct elaphdr *);
175 elh->el_snode = aa->aa_addr.sat_addr.s_node;
176 elh->el_type = ELAP_DDPEXTEND;
181 elh->el_dnode =
184 elh->el_dnode =

Completed in 14 milliseconds