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

  /src/external/mpl/dhcp/dist/keama/
confparse.c 239 orphans->kind = HOST_DECL;
251 dest->kind = HOST_DECL;
600 size_t host_decl = 0; local
618 if (type != HOST_DECL && type != CLASS_DECL)
627 if (type != HOST_DECL && type != CLASS_DECL)
637 type == HOST_DECL ||
648 if (type == HOST_DECL || type == SUBNET_DECL ||
686 if (!host_decl) {
688 if (cfile->stack[i]->kind == HOST_DECL) {
689 host_decl = i
    [all...]
  /src/external/mpl/dhcp/dist/includes/
dhcpd.h 574 struct host_decl *host;
685 #define HOST_DECL 1
972 struct host_decl { struct
974 struct host_decl *n_ipaddr;
975 struct host_decl *n_dynamic;
1864 HASH_FUNCTIONS_DECL (host, const unsigned char *, struct host_decl, host_hash_t)
2200 struct host_decl *, int);
2232 void parse_fixed_prefix6(struct parse *cfile, struct host_decl *host_decl);
2433 unsigned int, TIME, char *, int, struct host_decl *);
    [all...]

Completed in 24 milliseconds