Home | History | Annotate | Download | only in srputil

Lines Matching defs:prefix_buf

757 uint8_t prefix_buf[16];
805 err = advertising_proxy_add_prefix(&cref, main_queue, add_prefix_callback, prefix_buf, sizeof(prefix_buf));
808 err = advertising_proxy_remove_prefix(&cref, main_queue, remove_prefix_callback, prefix_buf, sizeof(prefix_buf));
811 err = advertising_proxy_add_nat64_prefix(&cref, main_queue, add_nat64_prefix_callback, prefix_buf, sizeof(prefix_buf));
814 err = advertising_proxy_remove_nat64_prefix(&cref, main_queue, remove_nat64_prefix_callback, prefix_buf, sizeof(prefix_buf));
972 if (inet_pton(AF_INET6, argv[i + 1], prefix_buf) < 1) {
984 if (inet_pton(AF_INET6, argv[i + 1], prefix_buf) < 1) {
996 if (inet_pton(AF_INET6, argv[i + 1], prefix_buf) < 1) {
1008 if (inet_pton(AF_INET6, argv[i + 1], prefix_buf) < 1) {