/src/lib/libresolv/ |
ns_verify.c | 149 u_int16_t fudge, sigfieldlen, otherfieldlen; local in function:ns_verify 190 /* Read the time signed and fudge. */ 194 GETSHORT(fudge, cp); 276 /* Digest the time signed and fudge. */ 309 if (abs((int)((*timesigned) - time(NULL))) > fudge) 351 int n, type, length, fudge, error; local in function:ns_verify_tcp 422 /* Read the time signed and fudge. */ 426 GETSHORT(fudge, cp); 453 /* Digest the time signed and fudge. */ 474 if (abs((int)(timesigned - time(NULL))) > fudge) [all...] |
/src/sys/dev/pcmcia/ |
if_ray.c | 1281 size_t pktlen, fudge, len, lenread = 0; local in function:ray_recv 1303 * WebGear Windows driver produces, fudge the packet forward 1309 fudge = 2; 1311 fudge = 0; 1336 if ((pktlen + fudge) > MHLEN) { 1351 m->m_data += fudge;
|
/src/sys/uvm/ |
uvm_map.c | 2741 vaddr_t dstaddr, end, newend, oldoffset, fudge, orig_fudge; local in function:uvm_map_extract 2803 * virtual address... this is the "fudge" factor 2808 fudge = start - entry->start; 2813 * fudge is zero) 2818 fudge = 0; 2829 fudge = 0; 2834 orig_fudge = fudge; 2856 /* amap_copy could clip (during chunk)! update fudge */ 2857 if (fudge) { 2858 fudge = start - entry->start [all...] |