Home | History | Annotate | Download | only in mDNSShared

Lines Matching defs:ctrl_path

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