Lines Matching full:domain
2 * NetLabel Domain Hash Table
4 * This file manages the domain hash table that NetLabel uses to determine
5 * which network labeling protocol to use for a given domain. The NetLabel
41 /* Domain hash table size */
45 /* Domain mapping definition structures */
71 char *domain; member
86 /* Manipulate the domain hash table */
93 int netlbl_domhsh_remove_af4(const char *domain,
97 int netlbl_domhsh_remove(const char *domain, struct netlbl_audit *audit_info);
99 struct netlbl_dom_map *netlbl_domhsh_getentry(const char *domain);
100 struct netlbl_domaddr4_map *netlbl_domhsh_getentry_af4(const char *domain,
108 struct netlbl_domaddr6_map *netlbl_domhsh_getentry_af6(const char *domain,