HomeSort by: relevance | last modified time | path
    Searched defs:hpuphdr (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/bad144/
bad144.c 536 struct hpuphdr { struct
555 { "eagle", sizeof (struct hpuphdr), HPUP_OKSECT, hpupformat },
556 { "capricorn", sizeof (struct hpuphdr), HPUP_OKSECT, hpupformat },
557 { "rm03", sizeof (struct hpuphdr), HPUP_OKSECT, hpupformat },
558 { "rm05", sizeof (struct hpuphdr), HPUP_OKSECT, hpupformat },
559 { "9300", sizeof (struct hpuphdr), HPUP_OKSECT, hpupformat },
560 { "9766", sizeof (struct hpuphdr), HPUP_OKSECT, hpupformat },
569 struct hpuphdr *hdr = (struct hpuphdr *)buf;
572 if (count < sizeof(struct hpuphdr)) {
    [all...]

Completed in 13 milliseconds