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

/xnu-2782.1.97/bsd/netinet/
H A Dip_output.c221 * header (with len, off, ttl, proto, tos, src, dst).
234 * header (with len, off, ttl, proto, tos, src, dst).
871 u_int8_t ttl = IP_DEFAULT_MULTICAST_TTL; local
887 ttl = imo->imo_multicast_ttl;
890 ip->ip_ttl = ttl;
896 ip->ip_ttl = ttl;
949 ipf_pktopts.ippo_mcast_ttl = ttl;
H A Din_mcast.c2994 u_char ttl; local
3003 error = sooptcopyin(sopt, &ttl, sizeof(u_char),
3018 ttl = (u_char)ittl;
3026 imo->imo_multicast_ttl = ttl;
H A Dip_input.c198 SYSCTL_INT(_net_inet_ip, IPCTL_DEFTTL, ttl, CTLFLAG_RW | CTLFLAG_LOCKED,
2659 printf("forward: src %lx dst %lx ttl %x\n",
/xnu-2782.1.97/bsd/vfs/
H A Dkpi_vfs.c515 vfs_setauthcache_ttl(mount_t mp, int ttl) argument
519 mp->mnt_authcache_ttl = ttl;
/xnu-2782.1.97/bsd/net/
H A Dpf.c2380 u_int8_t flags, u_int16_t win, u_int16_t mss, u_int8_t ttl, int tag,
2532 h->ip_ttl = ttl ? ttl : ip_defttl;
2377 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
/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace.c11815 size_t ttl = 0; local
11881 if (ttl + subsec->dofs_size > max_size) {
11886 ttl += subsec->dofs_size;

Completed in 151 milliseconds