Searched refs:gif (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/usr.sbin/ntp/doc/pic/
H A DMakefile8 FILES= 9400n.jpg alice11.gif alice13.gif alice15.gif alice23.gif \
9 alice31.gif alice32.gif alice35.gif alice38.gif alice44.gif \
10 alice47.gif alice5
[all...]
/freebsd-11-stable/usr.sbin/ntp/doc/icons/
H A DMakefile8 FILES= home.gif mail2.gif sitemap.png
/freebsd-11-stable/usr.sbin/ntp/doc/drivers/icons/
H A DMakefile8 FILES= home.gif mail2.gif
/freebsd-11-stable/sys/modules/netgraph/
H A DMakefile23 gif \
/freebsd-11-stable/sys/netgraph/
H A Dng_gif_demux.c71 * Packets received on the "gif" hook have their type header removed
74 * passed out the gif hook. The currently supported protocol hooks are:
93 "netgraph gif demux node");
119 hook_p gif; /* The gif hook */ member in struct:ng_gif_demux_private
256 hookptr = &priv->gif;
316 if (hook == priv->gif) {
352 outhook = priv->gif;
386 if (hook == priv->gif)
387 priv->gif
[all...]
H A Dng_gif.c157 NETGRAPH_INIT(gif, &ng_gif_typestruct);
200 * Handle a packet that has come in on a gif interface.
219 * A new gif interface has been attached.
493 * WE came here because the gif interface is being destroyed,
554 /* Create nodes for any already-existing gif interfaces */
574 * until all gif interfaces are destroyed. In any
/freebsd-11-stable/contrib/netbsd-tests/net/if_gif/
H A Dt_gif.sh125 rump_server_start $SOCK1 netinet6 gif
126 rump_server_start $SOCK2 netinet6 gif
394 gif=${2}
402 atf_check -s exit:0 rump.ifconfig ${gif} create
403 atf_check -s exit:0 rump.ifconfig ${gif} tunnel ${src} ${dst}
405 atf_check -s exit:0 rump.ifconfig ${gif} inet6 ${addr}/128 ${remote}
407 atf_check -s exit:0 rump.ifconfig ${gif} inet ${addr}/32 ${remote}
410 rump.ifconfig ${gif}
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-dfa-defs.h874 uint64_t gif : 1; /**< Bist Results for GIF RAM member in struct:cvmx_dfa_bist1::cvmx_dfa_bist1_s
886 uint64_t gif : 1;
935 uint64_t gif : 1; /**< Bist Results for GIF RAM member in struct:cvmx_dfa_bist1::cvmx_dfa_bist1_cn61xx
947 uint64_t gif : 1;
986 uint64_t gif : 1; /**< Bist Results for GIF RAM member in struct:cvmx_dfa_bist1::cvmx_dfa_bist1_cn63xx
998 uint64_t gif : 1;
/freebsd-11-stable/share/man/man4/
H A DMakefile186 gif.4 \
678 MLINKS+=gif.4 if_gif.4
/freebsd-11-stable/sys/net/
H A Dif_gif.c97 static const char gifname[] = "gif";
104 static MALLOC_DEFINE(M_GIF, "gif", "Generic Tunnel Interface");
136 static SYSCTL_NODE(_net_link, IFT_GIF, gif, CTLFLAG_RW, 0,
140 * This macro controls the default upper limitation on nesting of gif tunnels.
143 * If you need to configure nested gif tunnels, you can define this macro
462 * gif may cause infinite recursion calls when misconfigured.

Completed in 114 milliseconds