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

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dppp_defs.h107 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])
/macosx-10.10/tcpdump-61/tcpdump/
H A Dieee802_11.h256 u_int8_t fcs[4]; member in struct:ctrl_rts_t
266 u_int8_t fcs[4]; member in struct:ctrl_cts_t
275 u_int8_t fcs[4]; member in struct:ctrl_ack_t
285 u_int8_t fcs[4]; member in struct:ctrl_ps_poll_t
296 u_int8_t fcs[4]; member in struct:ctrl_end_t
307 u_int8_t fcs[4]; member in struct:ctrl_end_ack_t
317 u_int8_t fcs[4]; member in struct:ctrl_ba_t
329 u_int8_t fcs[4]; member in struct:ctrl_bar_t
/macosx-10.10/ppp-786.1.1/Family/
H A Dppp_defs.h108 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])
H A Dppp_serial.c211 static u_int16_t pppserial_fcs(u_int16_t fcs, u_char *cp, int len);
746 LOGLKDBG(ld, ("pppserial_input: (ifnet = %s%d) (link = %s%d) bad fcs %x, pkt len %d\n",
1245 u_short pppserial_fcs(u_short fcs, u_char *cp, int len) argument
1248 fcs = PPP_FCS(fcs, *cp++);
1249 return (fcs);
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Ddemand.c93 int fcs; variable
126 fcs = PPP_INITFCS;
187 fcs = PPP_INITFCS;
259 && framelen > 2 && fcs == PPP_GOODFCS) {
267 fcs = PPP_INITFCS;
284 fcs = PPP_FCS(fcs, c);
/macosx-10.10/ppp-786.1.1/Helpers/pppdump/
H A Dpppdump.c253 unsigned short fcs; local
299 fcs = PPP_INITFCS;
301 fcs = PPP_FCS(fcs, p[k]);
302 fcs &= 0xFFFF;
314 if (decompress && fcs == PPP_GOODFCS) {
376 if (fcs != PPP_GOODFCS)
377 printf(" BAD FCS: (residue = %x)\n", fcs);
/macosx-10.10/file-46/file/magic/
H A DMakefile.am69 $(MAGIC_FRAGMENT_DIR)/fcs \
/macosx-10.10/vim-55/runtime/
H A Doptwin.vim344 call <SID>OptionG("fcs", &fcs)
/macosx-10.10/vim-55/runtime/syntax/
H A Dvim.vim31 syn keyword vimOption contained aleph ar autoindent backspace ballooneval bg bkc bsdir cb cfu cinkeys cmdwinheight columns completeopt cot cscopepathcomp csprg cursorbind define diffexpr dy ef eol esckeys fcs fdn ff fillchars foldclose foldmarker formatlistpat gcr ghr guicursor guitablabel hi hkmapp icon imcmdline inc indk isfname joinspaces kmp lcs listchars lw mat maxmempattern mis mmt mouse mouseshape mzquantum odev osfiletype patchmode ph preserveindent printheader pvh relativenumber rightleftcmd ru sbr scrolloff selection shellcmdflag shellxquote showcmd sidescroll smartindent sol spellsuggest sr stal sua swf ta taglength tbi termbidi tf title to ts tty ttytype ul updatetime ve viewoptions wak weirdinvert wig wildoptions winheight wm wrapmargin ws
/macosx-10.10/files-662.1.1/private/etc/
H A Dservices4606 macromedia-fcs 1935/udp # Macromedia Flash Communications server MX
4607 macromedia-fcs 1935/tcp # Macromedia Flash Communications Server MX

Completed in 495 milliseconds