Home | History | Annotate | Download | only in ninfod

Lines Matching defs:code

9  * 1. Redistributions of source code must retain the above copyright
133 uint8_t code;
141 .code = ICMP6_NI_SUBJ_IPV6,
147 .code = ICMP6_NI_SUBJ_FQDN,
153 .code = ICMP6_NI_SUBJ_IPV4,
165 static __inline__ struct subjinfo *subjinfo_lookup(int code)
167 if (code >= ARRAY_SIZE(subjinfo_table))
169 if (subjinfo_table[code].name == NULL)
171 return &subjinfo_table[code];
571 /* Step 2: Check Subject Code */
577 "%s(): invalid/unknown code %u\n",
587 "%s(): unknown code %u\n",