Home
last modified time | relevance | path

Searched refs:pkttime (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/sys/altq/
Daltq_rio.c169 rio_alloc(int weight, struct redparams *params, int flags, int pkttime) in rio_alloc() argument
181 if (pkttime == 0) in rio_alloc()
185 rp->rio_pkttime = pkttime; in rio_alloc()
Daltq_red.c159 int pkttime) in red_alloc() argument
192 if (pkttime == 0) in red_alloc()
196 rp->red_pkttime = pkttime; in red_alloc()
/mirbsd/src/sbin/ping/
Dping.c671 char *pkttime; in pr_pack() local
698 pkttime = (char *)&icp->icmp_ip; in pr_pack()
700 pkttime = (char *)icp->icmp_data; in pr_pack()
702 memcpy(&tvi, pkttime, sizeof tvi); in pr_pack()