/src/lib/libnpf/ |
npf.c | 223 * _npf_extract_error: check the error number field and extract the 227 _npf_extract_error(nvlist_t *resp, npf_error_t *errinfo) function in typeref:typename:int 329 error = _npf_extract_error(resp, NULL); 365 error = _npf_extract_error(resp, errinfo); 386 if (error || _npf_extract_error(resp, NULL) != 0) { 1307 error = _npf_extract_error(resp, errinfo);
|
npf.c | 223 * _npf_extract_error: check the error number field and extract the 227 _npf_extract_error(nvlist_t *resp, npf_error_t *errinfo) function in typeref:typename:int 329 error = _npf_extract_error(resp, NULL); 365 error = _npf_extract_error(resp, errinfo); 386 if (error || _npf_extract_error(resp, NULL) != 0) { 1307 error = _npf_extract_error(resp, errinfo);
|
npf.c | 223 * _npf_extract_error: check the error number field and extract the 227 _npf_extract_error(nvlist_t *resp, npf_error_t *errinfo) function in typeref:typename:int 329 error = _npf_extract_error(resp, NULL); 365 error = _npf_extract_error(resp, errinfo); 386 if (error || _npf_extract_error(resp, NULL) != 0) { 1307 error = _npf_extract_error(resp, errinfo);
|