| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| omr-publisher.c | 1 /* omr-publisher.c 18 * prefix publisher state machine. 61 #include "service-publisher.h" 64 #include "omr-publisher.h" 101 omr_publisher_t *publisher = state_header->state_object 125 static void omr_publisher_discontinue_dhcp(omr_publisher_t *publisher); 126 static void omr_publisher_queue_prefix_update(omr_publisher_t *publisher, struct in6_addr *prefix_address, 131 omr_publisher_finalize(omr_publisher_t *publisher) 133 free(publisher->state_header.name); 134 free(publisher); 141 omr_publisher_t *publisher = context; local 158 omr_publisher_t *publisher = context; local 246 omr_publisher_t *ret = NULL, *publisher = calloc(1, sizeof(*publisher)); local 313 omr_publisher_t *publisher = context; local 326 omr_publisher_t *publisher = context; local 548 omr_publisher_t *publisher = context; local [all...] |
| nat64.c | 28 #include "omr-publisher.h" 170 nat64_infra_prefix_publisher_t *publisher = calloc(1, sizeof(*publisher)); local 171 if (publisher == NULL) { 172 return publisher; 174 RETAIN_HERE(publisher, nat64_infra_prefix_publisher); 175 publisher->nat64 = nat64; 176 RETAIN_HERE(publisher->nat64, nat64); 177 return publisher; 181 nat64_infra_prefix_publisher_finalize(nat64_infra_prefix_publisher_t *publisher) 210 nat64_br_prefix_publisher_t *publisher = calloc(1, sizeof(*publisher)); local [all...] |
| service-publisher.c | 1 /* service-publisher.c 95 #include "service-publisher.h" 153 static void service_publisher_queue_run(service_publisher_t *publisher); 156 service_publisher_unadvertise_all(service_publisher_t *publisher) 158 srp_server_t *server_state = publisher->server_state; 160 publisher->cached_services_published = false; 336 service_publisher_re_advertise_matching(service_publisher_t *publisher) 338 if (publisher->state_header.state == service_publisher_state_invalid) { 339 INFO("publisher is in an invalid state, so we shouldn't re-advertise anything."); 343 srp_server_t *server_state = publisher->server_state 462 service_publisher_t *publisher = context; local 469 service_publisher_t *publisher = context; local 686 service_publisher_t *publisher = context; local 812 service_publisher_t *publisher = context; local 834 service_publisher_t *publisher = context; local 855 service_publisher_t *publisher = context; local 881 service_publisher_t *publisher = context; local 1178 service_publisher_t *publisher = server_state->service_publisher; local 1206 service_publisher_t *publisher = server_state->service_publisher; local 1469 service_publisher_t *ret = NULL, *publisher = calloc(1, sizeof(*publisher)); local 1534 service_publisher_t *publisher = context; local 1601 service_publisher_t *publisher = context; local 1623 service_publisher_t *publisher = context; local 1671 service_publisher_t *publisher = context; local 1737 service_publisher_t *publisher = context; local [all...] |
| /src/external/gpl2/mkhybrid/dist/ |
| mkisofs.c | 94 char * publisher = PUBLISHER_DEFAULT; variable 152 {"PUBL", &publisher}, 364 { {"publisher", required_argument, NULL, 'P'}, 365 'P', "PUB", "Set Volume publisher" , ONE_DASH }, 635 "[-P publisher] [ -A app_id ] [-z] \n \ 1005 publisher = optarg; 1006 if(strlen(publisher) > 128) { 1007 fprintf(stderr,"Publisher string too long\n"); 1309 "PLEASE CONTACT DISC PUBLISHER FOR SPECIFICATION SOURCE. SEE PUBLISHER IDENTIFIER IN PRIMARY VOLUME DESCRIPTOR FOR CONTACT INFORMATION.", &extension_record_size) [all...] |
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_write_set_format_iso9660.c | 105 "PLEASE CONTACT DISC PUBLISHER FOR SPECIFICATION SOURCE. " 106 "SEE PUBLISHER IDENTIFIER IN PRIMARY VOLUME DESCRIPTOR FOR " 599 * Usage : publisher=<value> 602 * COMPAT : mkisofs -publisher <value> 604 * Specifies Publisher Identifier. 610 unsigned int publisher:1; member in struct:iso_option 1153 iso9660->opt.publisher = OPT_PUBLISHER_DEFAULT; 1463 if (strcmp(key, "publisher") == 0) { 1467 iso9660->opt.publisher = r == ARCHIVE_OK; 3926 /* Publisher Identifier * [all...] |