Home
last modified time | relevance | path

Searched refs:IPPROTO_ETHERIP (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/netinet/
H A Din_gif.c281 if (proto == IPPROTO_ETHERIP) in in_gif_output()
288 if (proto == IPPROTO_ETHERIP) { in in_gif_output()
418 .proto = IPPROTO_ETHERIP,
H A Din_proto.c240 .pr_protocol = IPPROTO_ETHERIP,
H A Din.h235 #define IPPROTO_ETHERIP 97 /* Ethernet IP encapsulation */ macro
/f-stack/freebsd/netinet6/
H A Din6_gif.c299 if (proto == IPPROTO_ETHERIP) in in6_gif_output()
306 if (proto == IPPROTO_ETHERIP) { in in6_gif_output()
442 .proto = IPPROTO_ETHERIP,
/f-stack/freebsd/net/
H A Dif_gif.c359 proto = IPPROTO_ETHERIP; in gif_transmit()
478 case IPPROTO_ETHERIP: in gif_input()
/f-stack/tools/compat/include/netinet/
H A Din.h218 #define IPPROTO_ETHERIP 97 /* Ethernet IP encapsulation */ macro