HomeSort by: relevance | last modified time | path
    Searched refs:parse_allow_deny (Results 1 - 15 of 15) sorted by relevancy

  /src/external/mpl/dhcp/dist/tests/
t_api_dhcp.c 48 parse_allow_deny(struct option_cache **oc, struct parse *p, int i) { function
t_api.c 144 parse_allow_deny,
  /src/external/mpl/dhcp/dist/dhcpctl/
cltest.c 53 int parse_allow_deny (struct option_cache **oc, struct parse *cfile, int flag) function
96 parse_allow_deny,
cltest2.c 286 int parse_allow_deny (struct option_cache **oc, struct parse *cfile, int flag) function
omshell.c 61 parse_allow_deny,
70 int parse_allow_deny (struct option_cache **oc, struct parse *cfile, int flag) function
  /src/external/mpl/dhcp/dist/keama/
keama.h 352 struct element *parse_allow_deny(struct parse *, int);
confparse.c 3708 parse_allow_deny(struct parse *cfile, int flag) function
parse.c 1698 st = parse_allow_deny(cfile, flag);
  /src/external/mpl/dhcp/dist/relay/
dhcrelay.c 150 parse_allow_deny,
2144 parse_allow_deny(struct option_cache **oc, struct parse *p, int i) { function
  /src/external/mpl/dhcp/dist/server/
dhcpd.c 130 parse_allow_deny,
confpars.c 4678 int parse_allow_deny (oc, cfile, flag) function
  /src/external/mpl/dhcp/dist/client/
clparse.c 2302 int parse_allow_deny (oc, cfile, flag) function
dhclient.c 132 parse_allow_deny,
  /src/external/mpl/dhcp/dist/includes/
dhcpd.h 2316 int parse_allow_deny (struct option_cache **, struct parse *, int);
3917 int (*parse_allow_deny) (struct option_cache **, struct parse *, int); member in struct:libdhcp_callbacks
  /src/external/mpl/dhcp/dist/common/
parse.c 2230 if (!libdhcp_callbacks.parse_allow_deny (&cache, cfile, flag))

Completed in 66 milliseconds