Searched refs:perform_nud (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/bootp-298/ipconfiglib/
H A DIPConfigurationService.c190 CFNumberRef mtu, CFBooleanRef perform_nud)
218 if (perform_nud != NULL) {
220 values[count] = perform_nud;
318 CFBooleanRef perform_nud = NULL; local
338 perform_nud
341 if (perform_nud != NULL && isA_CFBoolean(perform_nud) == NULL) {
344 perform_nud = NULL;
365 mtu, perform_nud);
189 config_dict_create(pid_t pid, CFDictionaryRef requested_ipv6_config, CFNumberRef mtu, CFBooleanRef perform_nud) argument
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Difutil.h121 inet6_set_perform_nud(const char * if_name, boolean_t perform_nud);
H A Difutil.c834 inet6_set_perform_nud(const char * if_name, boolean_t perform_nud) argument
839 if (perform_nud) {
H A Dipconfigd.c4434 boolean_t perform_nud = TRUE; local
4498 perform_nud
4515 ifstate->disable_perform_nud = !perform_nud;

Completed in 230 milliseconds