Home | History | Annotate | Download | only in nat

Lines Matching defs:int1

208    - INT1 and
232 be passed in FD and INT1. Helper should respond with a
237 be passed in BUF, INT1 and INT2. The filename (in BUF)
256 /* Return an integer in INT1 and errno in INT2. */
260 integer in INT1 otherwise. Return errno in INT2. */
263 /* Return an integer in INT1, errno in INT2, and optionally
274 int fd, int int1, int int2,
318 debug_printf (" %d %d %d \"", fd, int1, int2);
338 int fd, int int1, int int2,
346 /* Build the basic TYPE, INT1, INT2 message. */
352 iov[1].iov_base = &int1;
353 iov[1].iov_len = sizeof (int1);
396 mnsh_debug_print_message (type, fd, int1, int2, buf, bufsiz);
413 int *fd, int *int1, int *int2,
429 iov[1].iov_base = int1;
430 iov[1].iov_len = sizeof (*int1);
483 mnsh_debug_print_message (*type, *fd, *int1, *int2, buf,
560 int fd = -1, int1, int2;
565 &fd, &int1, &int2,
574 response = mnsh_handle_setns (sock, fd, int1);
579 response = mnsh_handle_open (sock, buf, int1, int2);
608 -1, int1, int2, buf, size);