Lines Matching defs:protocol
49 struct protocol {
50 struct protocol *next;
81 static struct protocol *protocols[HASHSZ] = { NULL, };
130 struct protocol *p;
270 struct protocol *p;
279 p = my_malloc(sizeof(struct protocol) + strlen(name));
427 /* protocol spec */
432 err("Invalid protocol spec at line %u",
439 err("Duplicate protocol spec at line %u class %02x:%02x:%02x %s",
442 dbg("line %5u protocol %02x:%02x:%02x %s",