Lines Matching refs:dlp
1029 union DL_primitives *dlp; local
1051 dlp = MAKE_DL_PRIMITIVES(ctl.buf);
1052 switch (dlp->dl_primitive) {
1064 switch (dlp->error_ack.dl_errno) {
1068 *uerror = dlp->error_ack.dl_unix_errno;
1071 what, pcap_strerror(dlp->error_ack.dl_unix_errno));
1072 if (dlp->error_ack.dl_unix_errno == EPERM ||
1073 dlp->error_ack.dl_unix_errno == EACCES)
1079 what, dlstrerror(dlp->error_ack.dl_errno));
1080 if (dlp->error_ack.dl_errno == DL_BADPPA)
1082 else if (dlp->error_ack.dl_errno == DL_ACCESS)
1091 what, dlprim(dlp->dl_primitive));
1387 union DL_primitives *dlp; local
1390 dlp = MAKE_DL_PRIMITIVES(buf);
1392 dlp->dl_primitive = DL_HP_RAWDATA_REQ;
1493 dl_hp_ppa_ack_t *dlp; local
1529 dlp = (dl_hp_ppa_ack_t *)ctl.buf;
1530 if (dlp->dl_primitive != DL_HP_PPA_ACK) {
1533 (bpf_u_int32)dlp->dl_primitive);
1545 if ((ppa_data_buf = (char *)malloc(dlp->dl_length)) == NULL) {
1550 ctl.maxlen = dlp->dl_length;
1560 if (ctl.len < dlp->dl_length) {
1563 ctl.len, (unsigned long)dlp->dl_length);