Searched defs:fax (Results 1 – 1 of 1) sorted by relevance
396 struct fax { struct397 uint32_t uf; /* highest data rate in DTE/UART */398 uint32_t fm; /* CCITT modulation standards */399 uint32_t fy; /* standardized data encryption */400 uint32_t fs; /* feature selection */401 uint32_t ncf; /* number of country codes */402 uchar_t cf[16]; /* CCITT country codes */403 } fax; member