Searched refs:pkt_listp (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/ntp/sntp/
H A Dmain.c542 sent_pkt ** pkt_listp; local
550 pkt_listp = &v6_pkts_list;
552 pkt_listp = &v4_pkts_list;
555 for (match = *pkt_listp; match != NULL; match = match->link) {
573 LINK_SLIST(*pkt_listp, spkt, link);

Completed in 93 milliseconds