Searched refs:t (Results 1 – 4 of 4) sorted by relevance
89 ulong t; in arp_timeout_check() local94 t = get_timer(0); in arp_timeout_check()97 if ((t - arp_wait_timer_start) > CONFIG_ARP_TIMEOUT) { in arp_timeout_check()105 arp_wait_timer_start = t; in arp_timeout_check()
236 const uchar *t; in cdp_receive() local305 t = (const uchar *)ss; in cdp_receive()310 ss = (const ushort *)(t + 1); in cdp_receive()313 if (t[0] == CONFIG_CDP_APPLIANCE_VLAN_TYPE) in cdp_receive()319 t += 3; tlen -= 3; in cdp_receive()
280 ulong t; in ndisc_timeout_check() local285 t = get_timer(0); in ndisc_timeout_check()288 if ((t - net_nd_timer_start) > NDISC_TIMEOUT) { in ndisc_timeout_check()296 net_nd_timer_start = t; in ndisc_timeout_check()
67 supply the TFTP UDP source port value. If tftpsrcp isn't defined,71 UDP destination port value. If tftpdstp isn't defined, the normal
Completed in 12 milliseconds