Searched refs:skp (Results 1 – 8 of 8) sorted by relevance
| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | wince-stub.c | 297 struct skipper *skp; in skip_message() local 308 for (skp = skippy; skp->s != NULL; skp++) in skip_message() 309 if (wcsncmp ((wchar_t *) s, skp->s, wcslen (skp->s)) == 0) in skip_message() 310 return skp->nskip; in skip_message()
|
| /freebsd-9-stable/sys/contrib/pf/net/ |
| D | pf_lb.c | 623 struct pf_state_key **skp, struct pf_state_key **nkp, argument 648 if (pf_state_key_setup(pd, r, skw, sks, skp, nkp, 782 if (!bcmp(*skp, *nkp, sizeof(struct pf_state_key_cmp))) { 785 pool_put(&V_pf_state_key_pl, *skp); 788 pool_put(&pf_state_key_pl, *skp); 790 *skw = *sks = *nkp = *skp = NULL;
|
| D | pf.c | 1028 struct pf_state_key **skp, struct pf_state_key **nkp, argument 1033 KASSERT((*skp == NULL && *nkp == NULL), 1036 KASSERT((*skp == NULL && *nkp == NULL)); 1039 if ((*skp = pf_alloc_state_key(PR_NOWAIT | PR_ZERO)) == NULL) 1042 PF_ACPY(&(*skp)->addr[pd->sidx], saddr, pd->af); 1043 PF_ACPY(&(*skp)->addr[pd->didx], daddr, pd->af); 1044 (*skp)->port[pd->sidx] = sport; 1045 (*skp)->port[pd->didx] = dport; 1046 (*skp)->proto = pd->proto; 1047 (*skp)->af = pd->af; [all …]
|
| /freebsd-9-stable/crypto/openssl/ssl/ |
| D | ssl_lib.c | 1335 STACK_OF(SSL_CIPHER) **skp) in STACK_OF() 1350 if ((skp == NULL) || (*skp == NULL)) in STACK_OF() 1353 sk = *skp; in STACK_OF() 1408 if (skp != NULL) in STACK_OF() 1409 *skp = sk; in STACK_OF() 1412 if ((skp == NULL) || (*skp == NULL)) in STACK_OF()
|
| D | ssl_locl.h | 771 STACK_OF(SSL_CIPHER) **skp);
|
| /freebsd-9-stable/sys/compat/svr4/ |
| D | svr4_stream.c | 752 struct sockaddr *skp; local 774 skp = (struct sockaddr *)&sain; 788 skp = (struct sockaddr *)&saun; 815 if ((error = kern_bind(td, fd, skp)) != 0) {
|
| /freebsd-9-stable/crypto/openssl/crypto/bio/ |
| D | bio.h | 461 # define BIO_get_proxy_header(b,skp) BIO_ctrl(b,BIO_C_GET_PROXY_PARAM,0,(char *)skp) argument
|
| /freebsd-9-stable/contrib/sendmail/src/ |
| D | map.c | 3061 char *skp; local 3092 skp = search_key; 3100 *skp++ = '"'; 3101 *skp++ = *p; 3102 *skp++ = '"'; 3108 *skp++ = '"'; 3113 *skp++ = *p; 3118 *skp = '\0';
|