/freebsd/usr.sbin/ntp/doc/pic/ |
H A D | Makefile | 7 FILES= 9400n.jpg alice11.gif alice13.gif alice15.gif alice23.gif \ 8 alice31.gif alice32.gif alice35.gif alice38.gif alice44.gif \ 9 alice47.gif alice51.gif alice61.gif barnstable.gif beaver.gif \ 10 boom3.gif boom3a.gif boom4.gif broad.gif bustardfly.gif c51.jpg \ 11 description.jpg discipline.gif dogsnake.gif driver29.gif \ 12 driver43_1.gif driver43_2.jpg fg6021.gif fg6039.jpg fig_3_1.gif \ 13 flatheads.gif flt1.gif flt2.gif flt3.gif flt4.gif flt5.gif flt6.gif \ 14 flt7.gif flt8.gif flt9.gif freq1211.gif gadget.jpg gps167.jpg \ 15 group.gif hornraba.gif igclock.gif neoclock4x.gif offset1211.gif \ 16 oncore_evalbig.gif oncore_remoteant.jpg oncore_utplusbig.gif oz2.gif \ [all …]
|
/freebsd/tests/sys/net/ |
H A D | if_stf.sh | 52 gif=$(jexec relay ifconfig gif create) 53 jexec relay ifconfig $gif inet6 2002:c000:0201::1/64 up 54 jexec relay ifconfig $gif tunnel 192.0.2.1 192.0.2.2 55 jexec relay route -6 add default -interface $gif 104 gif=$(jexec br ifconfig gif create) 106 jexec br ifconfig $gif inet6 2001:db8::/64 up 107 jexec br ifconfig $gif tunnel 192.0.2.1 192.0.2.2 108 jexec br route -6 add default -interface $gif
|
H A D | if_bridge_test.sh | 480 jexec one sysctl net.link.gif.max_nesting=2 481 jexec two sysctl net.link.gif.max_nesting=2 487 gif_one=$(jexec one ifconfig gif create) 488 gif_two=$(jexec two ifconfig gif create) 561 gif=$(ifconfig gif create) 562 echo ${gif} >> created_interfaces.lst 568 ifconfig ${gif} mtu 1500 570 ifconfig ${bridge} addm ${gif} 577 check_mtu ${gif} 2000 585 check_mtu ${gif} 2000 [all …]
|
H A D | if_gif.sh | 47 gone=$(jexec one ifconfig gif create) 53 gtwo=$(jexec two ifconfig gif create)
|
/freebsd/contrib/ntp/html/scripts/ |
H A D | command.txt | 3 <td width='50%' ><img src='icons/home.gif' align='middle' alt='gif'>\ 5 <td width='50%' ><img src='icons/mail2.gif' align='middle' alt='gif'>\
|
H A D | footer.txt | 3 <td width='33%' align='center'><img src='icons/home.gif' align='middle'>\ 7 <td width='33%' align='center'><img src='icons/mail2.gif' align='middle'>\
|
/freebsd/sys/netgraph/ |
H A D | ng_gif_demux.c | 119 hook_p gif; /* The gif hook */ member 256 hookptr = &priv->gif; in ng_gif_demux_newhook() 316 if (hook == priv->gif) { in ng_gif_demux_rcvdata() 352 outhook = priv->gif; in ng_gif_demux_rcvdata() 386 if (hook == priv->gif) in ng_gif_demux_disconnect() 387 priv->gif = NULL; in ng_gif_demux_disconnect()
|
/freebsd/usr.sbin/ntp/doc/icons/ |
H A D | Makefile | 7 FILES= home.gif mail2.gif sitemap.png
|
/freebsd/usr.sbin/ntp/doc/drivers/icons/ |
H A D | Makefile | 7 FILES= home.gif mail2.gif
|
/freebsd/crypto/heimdal/doc/doxyout/gssapi/html/ |
H A D | tabs.css | 7 background : url("tab_b.gif") repeat-x bottom; 33 background : url("tab_r.gif") no-repeat right top; 55 background : url("tab_l.gif") no-repeat left top;
|
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/html/ |
H A D | tabs.css | 7 background : url("tab_b.gif") repeat-x bottom; 33 background : url("tab_r.gif") no-repeat right top; 55 background : url("tab_l.gif") no-repeat left top;
|
/freebsd/crypto/heimdal/doc/doxyout/hdb/html/ |
H A D | tabs.css | 7 background : url("tab_b.gif") repeat-x bottom; 33 background : url("tab_r.gif") no-repeat right top; 55 background : url("tab_l.gif") no-repeat left top;
|
/freebsd/crypto/heimdal/doc/doxyout/hx509/html/ |
H A D | tabs.css | 7 background : url("tab_b.gif") repeat-x bottom; 33 background : url("tab_r.gif") no-repeat right top; 55 background : url("tab_l.gif") no-repeat left top;
|
/freebsd/crypto/heimdal/doc/doxyout/krb5/html/ |
H A D | tabs.css | 7 background : url("tab_b.gif") repeat-x bottom; 33 background : url("tab_r.gif") no-repeat right top; 55 background : url("tab_l.gif") no-repeat left top;
|
/freebsd/crypto/heimdal/doc/doxyout/ntlm/html/ |
H A D | tabs.css | 7 background : url("tab_b.gif") repeat-x bottom; 33 background : url("tab_r.gif") no-repeat right top; 55 background : url("tab_l.gif") no-repeat left top;
|
/freebsd/crypto/heimdal/doc/doxyout/wind/html/ |
H A D | tabs.css | 7 background : url("tab_b.gif") repeat-x bottom; 33 background : url("tab_r.gif") no-repeat right top; 55 background : url("tab_l.gif") no-repeat left top;
|
/freebsd/contrib/ntp/html/drivers/scripts/ |
H A D | footer.txt | 3 <td width='33%' align='center'><img src='../icons/home.gif' align='middle'>\ 7 <td width='33%' ><img src='../icons/mail2.gif' align='middle'>\
|
/freebsd/contrib/netbsd-tests/net/if_gif/ |
H A D | t_gif.sh | 125 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/sys/modules/netgraph/ |
H A D | Makefile | 21 gif \
|
/freebsd/share/examples/BSD_daemon/ |
H A D | README | 75 fig2dev -L gif -g '#f0f0f0' -t '#f0f0f0' beastie.fig beastie.gif
|
/freebsd/share/i18n/csmapper/KOI/ |
H A D | UCS%KOI7.src | 13 # http://www.iis.ru/cyrillic/resource/tables/cpkoi7gost19768-74.gif
|
H A D | KOI7%UCS.src | 13 # http://www.iis.ru/cyrillic/resource/tables/cpkoi7gost19768-74.gif
|
/freebsd/tools/tools/nanobsd/pcengines/ |
H A D | ALIX_DSK | 72 device gif
|
/freebsd/secure/caroot/untrusted/ |
H A D | VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem | 43 … 0_.].[0Y0W0U..image/gif0!0.0...+..............k...j.H.,{..0%.#http://logo.verisign.com/vslogo.gif
|
/freebsd/share/i18n/csmapper/CP/ |
H A D | CP1133%UCS.src | 44 # http://www.unicode.org/pending/lao/cp01133.gif
|