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

  /src/usr.sbin/mopd/mopd/
process.c 216 struct dllist *dle; local in function:mopStartLoad
222 for (i = 0, dle = dllist; i < MAXDL; i++, dle++) {
223 if (dle->status != DL_STATUS_FREE) {
224 if (mopCmpEAddr(dle->eaddr, dst) == 0) {
233 for (i = 0, dle = dllist; i < MAXDL; i++, dle++) {
234 if (dle->status == DL_STATUS_FREE) {
237 memmove((char *)dle->eaddr,
252 dle = &dllist[slot]
320 struct dllist *dle; local in function:mopNextLoad
    [all...]
process.c 216 struct dllist *dle; local in function:mopStartLoad
222 for (i = 0, dle = dllist; i < MAXDL; i++, dle++) {
223 if (dle->status != DL_STATUS_FREE) {
224 if (mopCmpEAddr(dle->eaddr, dst) == 0) {
233 for (i = 0, dle = dllist; i < MAXDL; i++, dle++) {
234 if (dle->status == DL_STATUS_FREE) {
237 memmove((char *)dle->eaddr,
252 dle = &dllist[slot]
320 struct dllist *dle; local in function:mopNextLoad
    [all...]

Completed in 20 milliseconds