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

  /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);
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);

Completed in 147 milliseconds