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

  /src/sys/modules/if_gre/
Makefile 8 IOCONF= gre.ioconf
  /src/sys/arch/evbarm/conf/
GENERIC.common 169 pseudo-device gre # generic L3 over IP tunnel
  /src/sys/external/bsd/ipf/netinet/
ip_pptp_pxy.c 134 printf("ipf_p_pptp_new: GRE session already exists\n");
159 * describe GRE but TCP instead.
200 grehdr_t gre; local in function:ipf_p_pptp_donatstate
211 bzero((char *)&gre, sizeof(gre));
226 fi.fin_dp = &gre;
227 gre.gr_flags = htons(1 << 13);
fil.c 1093 /* Analyse the packet for GRE properties. */
1098 grehdr_t *gre; local in function:ipf_pr_gre6
1107 gre = fin->fin_dp;
1108 if (GRE_REV(gre->gr_flags) == 1)
1109 fin->fin_data[0] = gre->gr_call;
1648 /* Analyse the packet for GRE properties. */
1654 grehdr_t *gre; local in function:ipf_pr_gre
1668 gre = fin->fin_dp;
1669 if (GRE_REV(gre->gr_flags) == 1)
1670 fin->fin_data[0] = gre->gr_call
8221 grehdr_t gre; local in function:ipf_decaps
    [all...]
ip_state.c 1530 gre = fin->fin_dp;
1532 is->is_gre.gs_flags = gre->gr_flags;
1533 is->is_gre.gs_ptype = gre->gr_ptype;
3198 gre = fin->fin_dp;
3199 if (GRE_REV(gre->gr_flags) == 1) {
3200 hv += gre->gr_call;
  /src/sys/arch/riscv/conf/
GENERIC.common 197 pseudo-device gre # generic L3 over IP tunnel
  /src/share/man/man4/
Makefile 31 gpiosim.4 gre.4 gphyter.4 gscan.4 gsip.4 \
  /src/sys/net/
if_gre.c 10 * IPv6-over-GRE contributed by Gert Doering <gert@greenie.muc.de>
12 * GRE over UDP/IPv4/IPv6 sockets contributed by David Young <dyoung@NetBSD.org>
42 * If_gre is compatible with Cisco GRE tunnels, so you can
44 * router. See gre(4) for more details.
124 * It is not easy to calculate the right value for a GRE MTU.
154 IF_CLONE_INITIALIZER("gre", gre_clone_create, gre_clone_destroy);
291 cv_init(&sc->sc_condvar, "gre wait");
292 cv_init(&sc->sc_fp_condvar, "gre fp");
798 /* process GRE flags as packet can be of variable len */
1462 IF_MODULE(MODULE_CLASS_DRIVER, gre, NULL
    [all...]

Completed in 19 milliseconds