Home | History | Annotate | Download | only in mDNSShared

Lines Matching full:ctrl_path

3600 	// (even if only the one-byte empty C string placeholder for the old ctrl_path parameter)
3680 char ctrl_path[MAX_CTLPATH];
3681 get_string(&req->msgptr, req->msgend, ctrl_path, MAX_CTLPATH); // path is first element in message buffer
3684 mDNSPlatformStrCopy(cliaddr.sun_path, ctrl_path);
3688 if (ctrl_path[0] == 0)