gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:np_rtentry (0.00 seconds)
t2ex
t2ex_source/kernel/sysmain/src/network_sample/route.c - 7.4KB - 226 lines
222:         for(rtm = &rtbuf.rt; rtm->rtm_msglen != 0; rtm = (struct rt_msghdr *)((void*)rtm + rtm->rtm_msglen) ) {
223:                 np_rtentry(rtm);
224:         }