Searched refs:IPPROTO_GRE (Results 1 – 16 of 16) sorted by relevance
| /netbsd/src/sys/net/npf/ |
| D | npf_state.c | 162 case IPPROTO_GRE: in npf_state_init() 199 case IPPROTO_GRE: in npf_state_inspect() 233 case IPPROTO_GRE: in npf_state_etime()
|
| /netbsd/src/external/bsd/tcpdump/dist/ |
| D | ipproto.h | 79 #ifndef IPPROTO_GRE 80 #define IPPROTO_GRE 47 /* General Routing Encap. */ macro
|
| D | ipproto.c | 42 { IPPROTO_GRE, "GRE" },
|
| D | print-ip-demux.c | 183 case IPPROTO_GRE: in ip_demux_print()
|
| /netbsd/src/external/bsd/ipf/dist/ |
| D | ip_pptp_pxy.c | 131 if (ipf_nat_outlookup(fin, 0, IPPROTO_GRE, nat->nat_osrcip, 186 ipn->in_pr[0] = IPPROTO_GRE; 187 ipn->in_pr[1] = IPPROTO_GRE; 215 fi.fin_fi.fi_p = IPPROTO_GRE; 226 ip->ip_p = IPPROTO_GRE;
|
| /netbsd/src/sys/external/bsd/ipf/netinet/ |
| D | ip_pptp_pxy.c | 131 if (ipf_nat_outlookup(fin, 0, IPPROTO_GRE, nat->nat_osrcip, in ipf_p_pptp_new() 186 ipn->in_pr[0] = IPPROTO_GRE; in ipf_p_pptp_new() 187 ipn->in_pr[1] = IPPROTO_GRE; in ipf_p_pptp_new() 212 fi.fin_fi.fi_p = IPPROTO_GRE; in ipf_p_pptp_donatstate() 223 ip->ip_p = IPPROTO_GRE; in ipf_p_pptp_donatstate()
|
| D | ip_compat.h | 1203 #ifndef IPPROTO_GRE 1204 # define IPPROTO_GRE 47 /* GRE encaps RFC 1701 */ macro
|
| D | ip_state.c | 1273 case IPPROTO_GRE : in ipf_state_matchisps() 1529 case IPPROTO_GRE : in ipf_state_add() 3197 case IPPROTO_GRE : in ipf_state_lookup()
|
| D | fil.c | 521 case IPPROTO_GRE : in ipf_pr_ipv6hdr() 1785 case IPPROTO_GRE : in ipf_pr_ipv4hdr() 8242 case IPPROTO_GRE : /* 47 */ in ipf_decaps()
|
| /netbsd/src/sys/net/ |
| D | if_gre.c | 307 sp->sp_proto = IPPROTO_GRE; in gre_clone_create() 1219 sp->sp_proto = IPPROTO_GRE; in gre_ioctl() 1236 case IPPROTO_GRE: in gre_ioctl() 1285 case IPPROTO_GRE: in gre_ioctl() 1304 case IPPROTO_GRE: in gre_ioctl()
|
| /netbsd/src/crypto/dist/ipsec-tools/src/libipsec/ |
| D | pfkey_dump.c | 729 case IPPROTO_GRE: in str_prefport() 765 case IPPROTO_GRE: in str_upperspec()
|
| /netbsd/src/external/bsd/ipf/dist/lib/ |
| D | printstate.c | 81 } else if (sp->is_p == IPPROTO_GRE) {
|
| /netbsd/src/sys/netinet/ |
| D | in.h | 93 #define IPPROTO_GRE 47 /* GRE encaps RFC 1701 */ macro
|
| /netbsd/src/crypto/dist/ipsec-tools/src/racoon/ |
| D | racoonctl.c | 190 { IPPROTO_GRE, "gre" },
|
| /netbsd/src/usr.bin/kdump/ |
| D | kdump.c | 602 CASERETURN(IPPROTO_GRE); in sockproto()
|
| /netbsd/src/crypto/dist/ipsec-tools/src/setkey/ |
| D | parse.y | 1629 case IPPROTO_GRE: in fix_portstr()
|