OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:link_route_adder_process
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
route.h
132
subproc_t *NULLABLE
link_route_adder_process
;
member in struct:interface
route.c
1299
ioloop_subproc_release(interface->
link_route_adder_process
);
1300
interface->
link_route_adder_process
= NULL;
1330
if (interface->
link_route_adder_process
!= NULL) {
1336
interface->
link_route_adder_process
= ioloop_subproc("/usr/sbin/ipconfig", args, 5, link_route_done, interface, NULL);
1337
if (interface->
link_route_adder_process
== NULL) {
1349
if (interface->
link_route_adder_process
!= NULL) {
1354
interface->
link_route_adder_process
= ioloop_subproc("/sbin/ifconfig", args, 3, link_route_done, NULL, interface);
1355
if (interface->
link_route_adder_process
== NULL) {
Completed in 26 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026