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

  /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...]

Completed in 13 milliseconds