Lines Matching refs:addr
517 process_recipient(addr)
518 char *addr;
522 switch (sm_mbdb_lookup(addr, &user))
1549 static struct sockaddr_in addr;
1561 addr.sin_family = hp->h_addrtype;
1562 memcpy(&addr.sin_addr, hp->h_addr, INADDRSZ);
1563 addr.sin_port = sp->s_port;
1570 /* Couldn't initialize addr struct */
1571 if (addr.sin_family == AF_UNSPEC)
1577 (void) sendto(f, msg, len, 0, (struct sockaddr *) &addr, sizeof(addr));