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

  /src/sys/net/
if_arcsubr.c 120 uint8_t atype, adst, myself; local in function:arc_output
147 adst = arcbroadcastaddr; /* ARCnet broadcast address */
149 adst = ntohl(satocsin(dst)->sin_addr.s_addr) & 0xFF;
150 else if ((error = arpresolve(ifp, rt, m, dst, &adst,
151 sizeof(adst))) != 0)
170 adst = arcbroadcastaddr;
177 adst = *tha;
220 adst = 0;
222 error = nd6_resolve(ifp, rt, m, dst, &adst,
223 sizeof(adst));
    [all...]
if_arcsubr.c 120 uint8_t atype, adst, myself; local in function:arc_output
147 adst = arcbroadcastaddr; /* ARCnet broadcast address */
149 adst = ntohl(satocsin(dst)->sin_addr.s_addr) & 0xFF;
150 else if ((error = arpresolve(ifp, rt, m, dst, &adst,
151 sizeof(adst))) != 0)
170 adst = arcbroadcastaddr;
177 adst = *tha;
220 adst = 0;
222 error = nd6_resolve(ifp, rt, m, dst, &adst,
223 sizeof(adst));
    [all...]

Completed in 22 milliseconds