Home
last modified time | relevance | path

Searched refs:DO (Results 1 – 25 of 74) sorted by relevance

123

/dragonfly/usr.bin/systat/
H A Dip6.c149 DO(ip6s_total); in domode()
150 DO(ip6s_tooshort); in domode()
151 DO(ip6s_toosmall); in domode()
156 DO(ip6s_forward); in domode()
160 DO(ip6s_localout); in domode()
161 DO(ip6s_odropped); in domode()
167 DO(ip6s_noroute); in domode()
168 DO(ip6s_badvers); in domode()
169 DO(ip6s_rawout); in domode()
175 #undef DO in domode()
[all …]
H A Dip.c153 DO(i.ips_total); in domode()
154 DO(i.ips_badsum); in domode()
157 DO(i.ips_badhlen); in domode()
158 DO(i.ips_badlen); in domode()
162 DO(i.ips_forward); in domode()
165 DO(i.ips_noproto); in domode()
174 DO(i.ips_noroute); in domode()
176 DO(i.ips_rawout); in domode()
182 DO(u.udps_nosum); in domode()
188 #undef DO in domode()
[all …]
H A Dtcp.c151 DO(tcps_accepts); in domode()
153 DO(tcps_drops); in domode()
155 DO(tcps_closed); in domode()
158 DO(tcps_delack); in domode()
167 DO(tcps_sndpack); in domode()
168 DO(tcps_sndbyte); in domode()
171 DO(tcps_sndacks); in domode()
173 DO(tcps_sndurg); in domode()
209 DO(tcps_badsyn); in domode()
212 #undef DO in domode()
[all …]
H A Dicmp.c147 DO(icps_error); in domode()
148 DO(icps_oldshort); in domode()
149 DO(icps_oldicmp); in domode()
153 DO(icps_badcode); in domode()
154 DO(icps_tooshort); in domode()
155 DO(icps_checksum); in domode()
156 DO(icps_badlen); in domode()
157 DO(icps_reflect); in domode()
159 DO(icps_inhist[i]); in domode()
163 #undef DO in domode()
[all …]
H A Dicmp6.c144 DO(icp6s_error); in domode()
145 DO(icp6s_tooshort); in domode()
146 DO(icp6s_canterror); in domode()
150 DO(icp6s_badcode); in domode()
151 DO(icp6s_tooshort); in domode()
152 DO(icp6s_checksum); in domode()
153 DO(icp6s_badlen); in domode()
154 DO(icp6s_reflect); in domode()
156 DO(icp6s_inhist[i]); in domode()
158 #undef DO in domode()
[all …]
/dragonfly/contrib/file/magic/Magdir/
H A Dgrace4 # ACE/gr and Grace type files - PLEASE DO NOT REMOVE THIS LINE
21 # end of ACE/gr and Grace type files - PLEASE DO NOT REMOVE THIS LINE
/dragonfly/usr.bin/telnet/
H A Dtelnet.c211 NET2ADD(IAC, DO); in send_do()
213 printoption("SENT", DO, c); in send_do()
806 case DO: in suboption()
1725 case DO: in telrcv()
1777 printoption("RCVD", DO, c); in telrcv()
2141 case DO:
2194 NET2ADD(IAC, DO); in doflush()
2200 printoption("SENT", DO, TELOPT_TM); in doflush()
/dragonfly/contrib/gdb-7/gdb/regformats/i386/
H A Di386-mmx.dat1 # DO NOT EDIT: generated from i386/i386-mmx.xml
H A Di386-mmx-linux.dat1 # DO NOT EDIT: generated from i386/i386-mmx-linux.xml
H A Di386.dat1 # DO NOT EDIT: generated from i386/i386.xml
H A Di386-linux.dat1 # DO NOT EDIT: generated from i386/i386-linux.xml
H A Di386-avx.dat1 # DO NOT EDIT: generated from i386/i386-avx.xml
H A Di386-avx-linux.dat1 # DO NOT EDIT: generated from i386/i386-avx-linux.xml
H A Dx32.dat1 # DO NOT EDIT: generated from i386/x32.xml
H A Damd64.dat1 # DO NOT EDIT: generated from i386/amd64.xml
H A Dx32-linux.dat1 # DO NOT EDIT: generated from i386/x32-linux.xml
H A Damd64-linux.dat1 # DO NOT EDIT: generated from i386/amd64-linux.xml
H A Dx32-avx.dat1 # DO NOT EDIT: generated from i386/x32-avx.xml
H A Dx32-avx-linux.dat1 # DO NOT EDIT: generated from i386/x32-avx-linux.xml
H A Damd64-avx-linux.dat1 # DO NOT EDIT: generated from i386/amd64-avx-linux.xml
H A Damd64-avx.dat1 # DO NOT EDIT: generated from i386/amd64-avx.xml
/dragonfly/sys/contrib/dev/drm/radeonfw/
H A DLICENSE.radeon22 COPYRIGHT HOLDER AND ITS LICENSORS DO NOT WARRANT THAT THE SOFTWARE WILL
26 LICENSORS DO NOT WARRANT OR MAKE ANY REPRESENTATIONS REGARDING THE USE
/dragonfly/contrib/awk/
H A Dawkgram.y55 %token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC
83 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FUNC
117 DO | do NL
325 { $$ = stat2(DO, $3, notnull($7)); }
/dragonfly/contrib/cryptsetup/
H A DREADME.DRAGONFLY6 ON THE VENDOR BRANCH (vendor/cryptsetup), DO NOT CREATE OR EDIT ANY FILES
/dragonfly/contrib/tcpdump/
H A Dprint-telnet.c69 #define DO 253 /* please, you use option */ macro
413 case DO: in telnet_parse()

123