Lines Matching defs:from
17 * from this software without specific prior written permission.
23 /* derived from @(#)rcmd.c 5.17 (Berkeley) 6/27/88 */
93 struct sockaddr_storage from;
246 s3 = accept(s2, (struct sockaddr *)&from, &len);
254 if (SOCK_FAMILY(from) == AF_INET) {
255 if (!anyport && SOCK_PORT(from) >= IPPORT_RESERVED) {
266 SOCK_FAMILY(from));
281 /* Get ticket from credentials cache or kdc */
349 " sent from server: %s\n"),
582 * If there is stored data from a previous read,
653 "from network\n"));