Lines Matching refs:proto_name
329 and proto_name paramteres, use them where appropriate.
15615 * socketutils.c (receive_responses): Change the type of proto_name
15618 Rename proto_name to opaque_data, make it the last argument.
15621 Change the type of proto_name argument from "const char *" to "void *",
15623 Introduce a local variable proto_name to convert the type
32561 (print_sockaddr_by_inode): Make proto_name parameter const.
41631 * socketutils.c (inet_parse_response): Add proto_name argument.
41632 Print proto_name for connected and unconnected sockets.
41633 (receive_responses): Add proto_name argument, pass it to the parser.
41634 (inet_print): Add proto_name argument, pass it to receive_responses.
41635 (unix_parse_response): Add proto_name argument.