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

/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_synch.c1539 struct threadlist *ttl = NULL; local
1802 TAILQ_FOREACH(ttl, &wq->wq_thidlelist, th_entry) {
1803 if (ttl->th_affinity_tag == affinity_tag || ttl->th_affinity_tag == (uint16_t)-1) {
1805 TAILQ_REMOVE(&wq->wq_thidlelist, ttl, th_entry);
1806 tl = ttl;
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_output.c219 * header (with len, off, ttl, proto, tos, src, dst).
779 u_int8_t ttl = IP_DEFAULT_MULTICAST_TTL; local
795 ttl = imo->imo_multicast_ttl;
798 ip->ip_ttl = ttl;
809 ip->ip_ttl = ttl;
860 ipf_pktopts.ippo_mcast_ttl = ttl;
H A Din_mcast.c2984 u_char ttl; local
2993 error = sooptcopyin(sopt, &ttl, sizeof(u_char),
3008 ttl = (u_char)ittl;
3016 imo->imo_multicast_ttl = ttl;
H A Dip_input.c176 SYSCTL_INT(_net_inet_ip, IPCTL_DEFTTL, ttl, CTLFLAG_RW | CTLFLAG_LOCKED,
2377 printf("forward: src %lx dst %lx ttl %x\n",
/darwin-on-arm/xnu/bsd/vfs/
H A Dkpi_vfs.c748 vfs_setauthcache_ttl(mount_t mp, int ttl) argument
752 mp->mnt_authcache_ttl = ttl;
/darwin-on-arm/xnu/bsd/net/
H A Dpf.c2351 u_int8_t flags, u_int16_t win, u_int16_t mss, u_int8_t ttl, int tag,
2500 h->ip_ttl = ttl ? ttl : ip_defttl;
2348 pf_send_tcp(const struct pf_rule *r, sa_family_t af, const struct pf_addr *saddr, const struct pf_addr *daddr, u_int16_t sport, u_int16_t dport, u_int32_t seq, u_int32_t ack, u_int8_t flags, u_int16_t win, u_int16_t mss, u_int8_t ttl, int tag, u_int16_t rtag, struct ether_header *eh, struct ifnet *ifp) argument
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c12671 size_t ttl = 0;
12745 if (ttl + subsec->dofs_size > max_size) {
12750 ttl += subsec->dofs_size;

Completed in 83 milliseconds