Lines Matching defs:id
34 int id;89 const char * ll_proto_n2a(unsigned short id, char *buf, int len)93 id = ntohs(id);96 if (llproto_names[i].id == id)99 snprintf(buf, len, "[%d]", id);103 int ll_proto_a2n(unsigned short *id, char *buf)108 *id = htons(llproto_names[i].id);112 if (get_u16(id, buf, 0))114 *id = htons(*id);