/src/sys/external/bsd/ipf/netinet/ |
ip_ipsec_pxy.c | 235 * cookies are both set after copying if the responder is non-zero. 344 * This extends the NAT matching to be based on the cookies associated with 345 * a session and found at the front of IKE packets. The cookies are always 353 u_32_t cookies[4]; local in function:ipf_p_ipsec_match 359 if ((fin->fin_dlen < sizeof(cookies)) || (fin->fin_flx & FI_FRAG)) 365 COPYDATA(m, off, sizeof(cookies), (char *)cookies); 367 if ((cookies[0] != ipsec->ipsc_icookie[0]) || 368 (cookies[1] != ipsec->ipsc_icookie[1])) 372 if ((cookies[2]|cookies[3]) == 0) [all...] |
ip_ipsec_pxy.c | 235 * cookies are both set after copying if the responder is non-zero. 344 * This extends the NAT matching to be based on the cookies associated with 345 * a session and found at the front of IKE packets. The cookies are always 353 u_32_t cookies[4]; local in function:ipf_p_ipsec_match 359 if ((fin->fin_dlen < sizeof(cookies)) || (fin->fin_flx & FI_FRAG)) 365 COPYDATA(m, off, sizeof(cookies), (char *)cookies); 367 if ((cookies[0] != ipsec->ipsc_icookie[0]) || 368 (cookies[1] != ipsec->ipsc_icookie[1])) 372 if ((cookies[2]|cookies[3]) == 0) [all...] |
ip_ipsec_pxy.c | 235 * cookies are both set after copying if the responder is non-zero. 344 * This extends the NAT matching to be based on the cookies associated with 345 * a session and found at the front of IKE packets. The cookies are always 353 u_32_t cookies[4]; local in function:ipf_p_ipsec_match 359 if ((fin->fin_dlen < sizeof(cookies)) || (fin->fin_flx & FI_FRAG)) 365 COPYDATA(m, off, sizeof(cookies), (char *)cookies); 367 if ((cookies[0] != ipsec->ipsc_icookie[0]) || 368 (cookies[1] != ipsec->ipsc_icookie[1])) 372 if ((cookies[2]|cookies[3]) == 0) [all...] |
ip_ipsec_pxy.c | 235 * cookies are both set after copying if the responder is non-zero. 344 * This extends the NAT matching to be based on the cookies associated with 345 * a session and found at the front of IKE packets. The cookies are always 353 u_32_t cookies[4]; local in function:ipf_p_ipsec_match 359 if ((fin->fin_dlen < sizeof(cookies)) || (fin->fin_flx & FI_FRAG)) 365 COPYDATA(m, off, sizeof(cookies), (char *)cookies); 367 if ((cookies[0] != ipsec->ipsc_icookie[0]) || 368 (cookies[1] != ipsec->ipsc_icookie[1])) 372 if ((cookies[2]|cookies[3]) == 0) [all...] |
/src/sys/fs/filecorefs/ |
filecore_vnops.c | 300 off_t *cookies = NULL; local in function:filecore_readdir 323 cookies = NULL; 327 cookies = malloc(ncookies * sizeof(off_t), M_TEMP, M_WAITOK); 372 if (cookies) { 373 *cookies++ = i*FILECORE_DIRENT_SIZE; 379 if (cookies) { 380 *ap->a_cookies = cookies; 382 free(cookies, M_TEMP);
|
filecore_vnops.c | 300 off_t *cookies = NULL; local in function:filecore_readdir 323 cookies = NULL; 327 cookies = malloc(ncookies * sizeof(off_t), M_TEMP, M_WAITOK); 372 if (cookies) { 373 *cookies++ = i*FILECORE_DIRENT_SIZE; 379 if (cookies) { 380 *ap->a_cookies = cookies; 382 free(cookies, M_TEMP);
|
filecore_vnops.c | 300 off_t *cookies = NULL; local in function:filecore_readdir 323 cookies = NULL; 327 cookies = malloc(ncookies * sizeof(off_t), M_TEMP, M_WAITOK); 372 if (cookies) { 373 *cookies++ = i*FILECORE_DIRENT_SIZE; 379 if (cookies) { 380 *ap->a_cookies = cookies; 382 free(cookies, M_TEMP);
|
filecore_vnops.c | 300 off_t *cookies = NULL; local in function:filecore_readdir 323 cookies = NULL; 327 cookies = malloc(ncookies * sizeof(off_t), M_TEMP, M_WAITOK); 372 if (cookies) { 373 *cookies++ = i*FILECORE_DIRENT_SIZE; 379 if (cookies) { 380 *ap->a_cookies = cookies; 382 free(cookies, M_TEMP);
|
/src/sys/nfs/ |
nfs_clntsubs.c | 464 * Heuristic to see if the server XDR encodes directory cookies or not. 480 off_t *cookies = NULL, *cop; local in function:nfs_cookieheuristic 494 error = VOP_READDIR(vp, &auio, cred, &eof, &cookies, &nc); 499 if (cookies) 500 free(cookies, M_TEMP); 509 for (cop = cookies; len > 0; len -= dp->d_reclen) { 524 free(cookies, M_TEMP);
|
nfs_clntsubs.c | 464 * Heuristic to see if the server XDR encodes directory cookies or not. 480 off_t *cookies = NULL, *cop; local in function:nfs_cookieheuristic 494 error = VOP_READDIR(vp, &auio, cred, &eof, &cookies, &nc); 499 if (cookies) 500 free(cookies, M_TEMP); 509 for (cop = cookies; len > 0; len -= dp->d_reclen) { 524 free(cookies, M_TEMP);
|
nfs_clntsubs.c | 464 * Heuristic to see if the server XDR encodes directory cookies or not. 480 off_t *cookies = NULL, *cop; local in function:nfs_cookieheuristic 494 error = VOP_READDIR(vp, &auio, cred, &eof, &cookies, &nc); 499 if (cookies) 500 free(cookies, M_TEMP); 509 for (cop = cookies; len > 0; len -= dp->d_reclen) { 524 free(cookies, M_TEMP);
|
nfs_clntsubs.c | 464 * Heuristic to see if the server XDR encodes directory cookies or not. 480 off_t *cookies = NULL, *cop; local in function:nfs_cookieheuristic 494 error = VOP_READDIR(vp, &auio, cred, &eof, &cookies, &nc); 499 if (cookies) 500 free(cookies, M_TEMP); 509 for (cop = cookies; len > 0; len -= dp->d_reclen) { 524 free(cookies, M_TEMP);
|
/src/lib/libpuffs/ |
dispatcher.c | 793 off_t *cookies; local in function:dispatch 803 cookies = (off_t *)auxt->pvnr_data; 806 cookies = NULL; 817 cookies, &auxt->pvnr_ncookies);
|
dispatcher.c | 793 off_t *cookies; local in function:dispatch 803 cookies = (off_t *)auxt->pvnr_data; 806 cookies = NULL; 817 cookies, &auxt->pvnr_ncookies);
|
dispatcher.c | 793 off_t *cookies; local in function:dispatch 803 cookies = (off_t *)auxt->pvnr_data; 806 cookies = NULL; 817 cookies, &auxt->pvnr_ncookies);
|
dispatcher.c | 793 off_t *cookies; local in function:dispatch 803 cookies = (off_t *)auxt->pvnr_data; 806 cookies = NULL; 817 cookies, &auxt->pvnr_ncookies);
|
/src/sys/fs/efs/ |
efs_vnops.c | 313 off_t *cookies = NULL; local in function:efs_readdir 327 cookies = malloc(maxcookies * sizeof(off_t), M_TEMP, M_WAITOK); 428 if (cookies != NULL && maxcookies != 0) { 429 cookies[ncookies++] = offset; 450 if (cookies != NULL) { 451 *ap->a_cookies = cookies; 462 if (cookies != NULL) 463 free(cookies, M_TEMP);
|
efs_vnops.c | 313 off_t *cookies = NULL; local in function:efs_readdir 327 cookies = malloc(maxcookies * sizeof(off_t), M_TEMP, M_WAITOK); 428 if (cookies != NULL && maxcookies != 0) { 429 cookies[ncookies++] = offset; 450 if (cookies != NULL) { 451 *ap->a_cookies = cookies; 462 if (cookies != NULL) 463 free(cookies, M_TEMP);
|
/src/sys/fs/ntfs/ |
ntfs_vnops.c | 520 u_int **cookies; 628 off_t *cookies; local in function:ntfs_readdir 631 dprintf(("ntfs_readdir: %d cookies\n",ncookies)); 635 cookies = malloc(ncookies * sizeof(off_t), M_TEMP, M_WAITOK); 636 for (dp = dpStart, cookiep = cookies, i=0; 643 *ap->a_cookies = cookies;
|
ntfs_vnops.c | 520 u_int **cookies; 628 off_t *cookies; local in function:ntfs_readdir 631 dprintf(("ntfs_readdir: %d cookies\n",ncookies)); 635 cookies = malloc(ncookies * sizeof(off_t), M_TEMP, M_WAITOK); 636 for (dp = dpStart, cookiep = cookies, i=0; 643 *ap->a_cookies = cookies;
|
/src/sys/fs/ptyfs/ |
ptyfs_vnops.c | 659 off_t *cookies = NULL; local in function:ptyfs_readdir 689 cookies = malloc(ncookies * sizeof (off_t), 691 *ap->a_cookies = cookies; 703 if (cookies) 704 *cookies++ = i + 1; 719 if (cookies) 720 *cookies++ = i; 730 if (cookies)
|
ptyfs_vnops.c | 659 off_t *cookies = NULL; local in function:ptyfs_readdir 689 cookies = malloc(ncookies * sizeof (off_t), 691 *ap->a_cookies = cookies; 703 if (cookies) 704 *cookies++ = i + 1; 719 if (cookies) 720 *cookies++ = i; 730 if (cookies)
|
/src/sys/miscfs/fdesc/ |
fdesc_vnops.c | 546 off_t *cookies = NULL; local in function:fdesc_readdir 585 cookies = malloc(ncookies * sizeof(off_t), 587 *ap->a_cookies = cookies; 619 if (cookies) 620 *cookies++ = i + 1; 625 cookies = malloc(ncookies * sizeof(off_t), 627 *ap->a_cookies = cookies; 655 if (cookies) 656 *cookies++ = i + 1;
|
fdesc_vnops.c | 546 off_t *cookies = NULL; local in function:fdesc_readdir 585 cookies = malloc(ncookies * sizeof(off_t), 587 *ap->a_cookies = cookies; 619 if (cookies) 620 *cookies++ = i + 1; 625 cookies = malloc(ncookies * sizeof(off_t), 627 *ap->a_cookies = cookies; 655 if (cookies) 656 *cookies++ = i + 1;
|
/src/sys/fs/adosfs/ |
advnops.c | 549 off_t *cookies = NULL; local in function:adosfs_readdir 688 *sp->a_cookies = cookies = 689 malloc(ncookies * sizeof *cookies, M_TEMP, M_WAITOK); 693 *cookies++ = uoff;
|