HomeSort by: relevance | last modified time | path
    Searched refs:inp_ip_ttl (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/netinet/
dccp_var.h 128 u_int8_t inp_ip_ttl; member in struct:dccpcb
sctp_pcb.h 331 u_char inp_ip_ttl; member in struct:sctp_inpcb
dccp_usrreq.c 1489 ip->ip_ttl = dp->inp_ip_ttl; /* XXX */
1642 dp->inp_ip_ttl = ip_defttl;
sctp_pcb.c 1377 inp->inp_ip_ttl = ip_defttl;
sctp_usrreq.c 537 inp->inp_ip_ttl = ip_defttl;
sctp_output.c 2135 ip->ip_ttl = inp->inp_ip_ttl;
  /src/sys/netinet6/
sctp6_usrreq.c 616 inp->inp_ip_ttl = ip_defttl;

Completed in 31 milliseconds