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

  /src/sys/modules/if_faith/
Makefile 8 IOCONF= faith.ioconf
  /src/sys/arch/mipsco/conf/
RC3230 134 pseudo-device faith # IPv[46] tcp relay translation i/f
  /src/sys/netinet6/
in6_pcb.c 100 #include "faith.h"
1045 int faith,
1090 u_int lport_arg, int faith)
1104 if (faith && (inp->inp_flags & IN6P_FAITH) == 0)
1125 if (faith && (inp->inp_flags & IN6P_FAITH) == 0)
1143 if (faith && (inp->inp_flags & IN6P_FAITH) == 0)
  /src/sys/net/
if_faith.c 98 IF_CLONE_INITIALIZER("faith", faith_clone_create, faith_clone_destroy);
329 IF_MODULE(MODULE_CLASS_DRIVER, faith, NULL)
  /src/sys/netinet/
tcp_input.c 210 #include "faith.h"
1423 int faith; local in function:tcp_input
1426 faith = faithprefix(&ip6->ip6_dst);
1428 faith = 0;
1431 th->th_sport, &ip6->ip6_dst, th->th_dport, faith, &vestige);
1435 th->th_dport, faith);
  /src/share/man/man4/
Makefile 158 MAN+= faith.4 gif.4 inet6.4 icmp6.4 ip6.4 ipsec.4 ipsecif.4 stf.4

Completed in 32 milliseconds